]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-05-02 Russell BelferFix usage of "new" for fieldname in public header
2012-05-02 Vicent MartíMerge remote-tracking branch 'carlosmn/remaining-errors...
2012-05-02 Vicent MartíMerge pull request #658 from schu/remote-disconnect
2012-05-01 Michael Schubertremote: don't free transport on disconnect
2012-05-01 Michael Schuberttests-clar/diff: mark output_len unused
2012-04-30 Vicent MartíMerge pull request #655 from nulltoken/topic/cr-normali...
2012-04-30 nulltokenattr: add test coverage related to crlf normalization...
2012-04-30 Vicent MartíMerge pull request #654 from carlosmn/pkt-err
2012-04-30 Russell BelferMerge pull request #652 from nulltoken/topic/diff-callbacks
2012-04-30 Carlos Martín... net: recognize and report server-side error messages
2012-04-30 nulltokenLeverage GIT_UNUSED macro to explicitly mark a function...
2012-04-30 nulltokenbuf: deploy git_buf_len()
2012-04-30 nulltokendiff: provide more context to the consumer of the callbacks
2012-04-29 nulltokenbuf: add git_buf_len() accessor to expose the current...
2012-04-28 Carlos Martín... Add a travis config file
2012-04-28 Carlos Martín... pkt: bring back GIT_ESHORTBUFFER
2012-04-28 Michael Schubertremote: add more doc on git_remote_free
2012-04-27 Michael Schubertrefs: fix unused-but-set warning
2012-04-26 Russell BelferFix Win32 warnings
2012-04-26 Vicent MartíMerge pull request #646 from arrbee/ignore-pat-leading...
2012-04-26 Russell BelferFix leading slash behavior in attrs/ignores
2012-04-26 Carlos Martín... error handling: move the missing parts over to the...
2012-04-25 nulltokendiff: fix generation of the header of a removal patch
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferRename git_khash_str to git_strmap, etc.
2012-04-25 Vicent MartíMerge pull request #641 from carlosmn/networking
2012-04-25 Carlos Martín... Include the new config test file
2012-04-25 Russell BelferConvert hashtable usage over to khash
2012-04-25 Russell BelferImport khash.h from attractivechaos/klib
2012-04-25 Russell BelferAdding stash to hashtable implementation
2012-04-25 Russell BelferMoving power-of-two bit utilities into util.h
2012-04-25 Russell BelferConvert revwalk to use git_pool
2012-04-25 Russell BelferConvert attrs and diffs to use string pools
2012-04-25 Russell BelferImplement git_pool paged memory allocator
2012-04-25 Carlos Martín... config: also allow escaping outside of a quoted string
2012-04-25 Carlos Martín... remote: run a callback when updating the branch tips
2012-04-25 Carlos Martín... revwalk: return GIT_EREVWALKER earlier if no references...
2012-04-25 Carlos Martín... examples: run fetch in a background thread
2012-04-25 Carlos Martín... transports: buffer the git requests before sending...
2012-04-25 Carlos Martín... examples: port 'fetch' to the new API
2012-04-25 Carlos Martín... fetch: use the streaming indexer when downloading a...
2012-04-24 Vicent MartíMerge pull request #632 from arrbee/win64-cleanup
2012-04-24 Vicent MartíMerge pull request #637 from nulltoken/issue/odb-refcount
2012-04-23 Russell BelferRename to git_reference_name_to_oid
2012-04-23 nulltokenFix git_repository_set_odb() refcount issue
2012-04-21 schutests-clar: update to latest version of clar
2012-04-20 Carlos Martín... tree-cache: don't error out on a childless invalidated...
2012-04-19 Vicent MartíMerge remote-tracking branch 'carlosmn/indexer-stream...
2012-04-19 Vicent MartíMerge pull request #629 from nulltoken/issue/index...
2012-04-17 Russell BelferFix warnings on 64-bit windows builds
2012-04-17 Russell BelferAdd git_reference_lookup_oid and lookup_resolved
2012-04-17 Russell BelferUpdate clar and remove old helpers
2012-04-17 Russell BelferRemove old status implementation
2012-04-16 Russell BelferMerge pull request #599 from carlosmn/config-quotes
2012-04-16 Carlos Martín... config: parse quoted values
2012-04-15 schutests-clar/repo: fix unused warning
2012-04-14 Carlos Martín... repo: plug a couple of leaks
2012-04-14 nulltokenFix git_repository_set_index() refcount issue
2012-04-14 nulltokenFix MSVC compilation warnings
2012-04-14 Vicent MartíMerge pull request #627 from arrbee/diff-with-pathspec
2012-04-13 Russell BelferAdd support for pathspec to diff and status
2012-04-13 Carlos Martín... indexer: add git_indexer_stream_free() and _hash()
2012-04-13 Carlos Martín... examples: stream indexer example
2012-04-13 Carlos Martín... indexer: Add git_indexer_stream_finalize()
2012-04-13 Carlos Martín... indexer: start writing the stream indexer
2012-04-13 Carlos Martín... Add packfile_unpack_compressed() to the internal header
2012-04-13 Carlos Martín... pack: signal a short buffer when needed
2012-04-13 Vicent MartíMerge remote-tracking branch 'carlosmn/revwalk-merge...
2012-04-13 Vicent MartíMerge pull request #623 from arrbee/refactor-open
2012-04-13 Carlos Martín... filebuf: add option not to buffer the contents at all
2012-04-12 Carlos Martín... branch: simplify error handling for git_branch_move()
2012-04-12 Vicent MartíMerge pull request #625 from carlosmn/valgrind
2012-04-12 Carlos Martín... local transport: plug leak
2012-04-12 Carlos Martín... branch: plug leaks in git_branch_move() and _delete()
2012-04-12 Carlos Martín... error-handling: revwalk
2012-04-12 Carlos Martín... Move git_merge_base() to is own header and document it
2012-04-12 Carlos Martín... revwalk: use a priority queue for calculating merge...
2012-04-12 Carlos Martín... revwalk: add test hiding a commit without a merge base
2012-04-12 Carlos Martín... revwalk: use merge bases to speed up processing
2012-04-12 Carlos Martín... Implement git_merge_base()
2012-04-12 Carlos Martín... revwalk: allow pushing/hiding a reference by name
2012-04-12 Carlos Martín... revwalk: don't assume malloc succeeds
2012-04-11 Russell BelferRefactor git_repository_open with new options
2012-04-11 Russell BelferCannot set workdir to a nonexistent dir
2012-04-11 Vicent Martístatus: Remove status_old
2012-04-11 Vicent Martítests: Remove unused file
2012-04-11 Carlos Martín... error-handling local transport
2012-04-11 Carlos Martín... error-handling: fetch
2012-04-11 Carlos Martín... Use new error handling in the example network code
2012-04-11 Carlos Martín... netops: show winsock error messages on Windows
2012-04-11 Carlos Martín... error-handling: netops
2012-04-11 Carlos Martín... error-handling: http
2012-04-11 Carlos Martín... error-handling: git transport
2012-04-11 Carlos Martín... error-handling: protocol, pkt
2012-04-11 Carlos Martín... error-handling: remote, transport
2012-04-11 nulltokenFix compilation errors and warnings
2012-04-11 Carlos Martín... Typedefs don't have enum in front
2012-04-11 Vicent MartíMerge pull request #619 from nulltoken/topic/branches
2012-04-11 nulltokenrepository: make git_repository_set_workdir() prettify...
2012-04-11 Vicent MartíMerge branch 'new-error-handling' of github.com:libgit2...
next