]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-04-30 Russell BelferAdd new src/oid.h
2013-04-29 Russell BelferStandardize cast versions of git_object accessors
2013-04-29 Russell BelferMake git_oid_cmp public and add git_oid__cmp
2013-04-29 Russell BelferAdd git_oid_strcmp and use it for git_oid_streq
2013-04-29 Russell BelferFix fragile git_oid_ncmp
2013-04-29 Russell BelferIntroduce git_oid_compare, an exported oid cmp
2013-04-29 Carlos Martín... Merge pull request #1512 from carlosmn/push-delete...
2013-04-29 Carlos Martín... travis: test push
2013-04-28 Carlos Martín... push: don't send a packfile when only issuing delete...
2013-04-26 Vicent MartíMerge pull request #1504 from ethomson/git_atomic_ssize
2013-04-25 Edward Thomsongit_atomic_ssize for 64-bit atomics only on 64-bit...
2013-04-24 Carlos Martín... docs: formatting fixes
2013-04-24 Vicent Martirepo: Add `git_repository__cleanup`
2013-04-23 Vicent MartíMerge pull request #1499 from arrbee/fix-diff-config...
2013-04-23 Russell BelferMake sure diff output is cleared on error
2013-04-23 Russell BelferImprove diff config options handling
2013-04-23 Russell BelferClear repo config cache when cfgs are set
2013-04-23 Russell BelferUse config cache where possible
2013-04-23 Russell BelferAdd configs to repo config cache
2013-04-23 Russell BelferMake tree to tree diffs case sensitive
2013-04-23 LinquizeSupport diff.context config
2013-04-23 Ben StraubClone: replace fetch spec with custom value
2013-04-23 Vicent MartíMerge pull request #1502 from nvloff/remote_refspecs_mi...
2013-04-23 Nikolai Vladimirovget last refspec in clone test
2013-04-23 Vicent MartíMerge pull request #1498 from libgit2/vmg/atomic64
2013-04-23 Vicent Martiopts: Add getter for cached memory
2013-04-23 Vicent MartíMerge pull request #1501 from xavier-l/packbuilder...
2013-04-23 Nikolai Vladimirovremove git_remote_pushspec
2013-04-23 Carlos Martín... Document the odb backend constructors
2013-04-23 Xavier LFixes indentation
2013-04-23 Xavier LAdded function to insert commit into pack
2013-04-23 Carlos Martín... examples: init the threading system
2013-04-23 Vicent Martirefs: Better error name
2013-04-23 Vicent MartiMerge branch 'development' of https://github.com/libgit...
2013-04-23 Vicent MartiMerge branch 'master' of https://github.com/libgit2...
2013-04-22 Russell BelferMerge pull request #1497 from carlosmn/atomic-refcount
2013-04-22 Vicent Marticache: More aggressive default
2013-04-22 Vicent Marticache: Shared meter for memory usage
2013-04-22 Vicent Martiatomic: Add an atomic type for 64-bit operations
2013-04-22 Carlos Martín... Make refcounting atomic
2013-04-22 Vicent MartíMerge pull request #1454 from libgit2/vmg/new-cache
2013-04-22 Vicent Marticache: Max cache size, and evict when the cache fills up
2013-04-22 Vicent Martitests: Do not warn for unused variable
2013-04-22 Vicent Martitests: Cleanup commit parse testing code
2013-04-22 Russell BelferConsolidate packfile allocation further
2013-04-22 Russell BelferMake indexer use shared packfile open code
2013-04-22 Russell BelferFixes for Windows cas/threading stuff
2013-04-22 Russell BelferAdd git__compare_and_swap and use it
2013-04-22 Russell BelferFurther threading fixes
2013-04-22 Russell Belferclean up tree pointer casting
2013-04-22 Russell BelferSimplify object table parse functions
2013-04-22 Russell BelferAdd callback to git_objects_table
2013-04-22 Russell BelferAdd tests for oidmap and new cache with threading
2013-04-22 Russell BelferAdd mutex around mapping and unmapping pack files
2013-04-22 Russell BelferAdd range checking around cache opts
2013-04-22 Russell BelferUse git_odb_object_data/_size whereever possible
2013-04-22 Vicent MartiGlobal option setters
2013-04-22 Vicent MartiClear the cache when there are too many items to expire
2013-04-22 Vicent MartiNo longer needed
2013-04-22 Vicent MartiSome stats
2013-04-22 Vicent MartiPer-object max size
2013-04-22 Vicent MartiDuplicated type object
2013-04-22 Vicent MartiWhat has science done.
2013-04-22 Vicent MartiRandom eviction
2013-04-22 Vicent MartiPer-object filtering
2013-04-22 Vicent Martilol this worked first try wtf
2013-04-22 Vicent MartíMerge pull request #1489 from libgit2/vmg/dupe-odb...
2013-04-22 Vicent MartíMerge pull request #1493 from carlosmn/remotes
2013-04-22 Vicent MartiMerge branch 'development' into vmg/dupe-odb-backends
2013-04-22 Vicent Martiodb: Disable inode checks for Win32
2013-04-22 Vicent MartíMerge pull request #1485 from libgit2/include-git2-sys
2013-04-21 Vicent MartíMerge pull request #1495 from jasperla/development
2013-04-21 Jasper Lievisse... Add missing prototype for p_realpath().
2013-04-21 Russell BelferMove git_reference__alloc to include/git2/sys
2013-04-21 Russell BelferMove refdb_backend to include/git2/sys
2013-04-21 Russell BelferMove git_commit_create_from_oids into sys/commit.h
2013-04-21 John WiegleyAdded git_commit_create_oid
2013-04-21 Russell BelferMove some low-level repo fns to include/git2/sys
2013-04-21 John WiegleyAdded git_repository_new function
2013-04-21 Russell BelferMove odb_backend implementors stuff into git2/sys
2013-04-21 Russell BelferMove git_config_backend to include/git2/sys
2013-04-21 Vicent MartíMerge pull request #1494 from nulltoken/fix/mailmap
2013-04-21 nulltokenmailmap: Coalesce some identities
2013-04-20 Carlos Martín... refspec: unify the string and parsed data
2013-04-20 Carlos Martín... remote: allow querying for refspecs
2013-04-20 Carlos Martín... remote: handle multiple refspecs
2013-04-20 Carlos Martín... config: allow setting multivars when none exist yet
2013-04-20 Carlos Martín... Plug a couple of leaks
2013-04-20 Vicent MartíMerge pull request #1491 from ethomson/backends_dont_refdb
2013-04-19 Edward Thomsonalloc doesn't take a refdb; git_refdb_free nicely in...
2013-04-19 Carlos Martín... remote: specify what values direction can mean in git_r...
2013-04-19 Vicent Martiodb: Do not allow duplicate on-disk backends
2013-04-19 Russell BelferMerge pull request #1479 from arrbee/iterator-for-directory
2013-04-19 Ben StraubFix some minor issues
2013-04-18 Russell BelferFix workdir iterator leak
2013-04-18 Russell BelferFix win64 warnings
2013-04-18 Russell BelferFix fs iterator test on case sensitive fs
2013-04-18 Russell BelferFix uninitialized var warnings
2013-04-18 Russell BelferMore filesystem iterator tests
2013-04-18 Russell BelferMore filesystem iterator cleanup
next