]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-11-07 Vicent MartíMerge pull request #473 from drafnel/bc/update-examples
2011-11-07 Vicent MartíMerge pull request #470 from schu/test-helpers-no-assert
2011-11-07 Vicent MartíMerge pull request #472 from libgit2/new-references
2011-11-07 Brandon Caseyexamples/network/.gitignore: ignore 'git2'
2011-11-07 Brandon Caseyexamples/network/git2.c: exit with proper status, and...
2011-11-07 Brandon Caseyexamples/network/git2.c: add newline to usage message
2011-11-07 Brandon Caseyexamples/network/fetch.c: revert overzealous conversion...
2011-11-06 Vicent Martireflog: Do not free references before time
2011-11-06 Vicent Martirefs: Partial rewrite for read-only refs
2011-11-06 schugit_reference_rename: cleanup reference renaming
2011-11-06 schuFree all used references in the source tree
2011-11-06 schurefs: add test case checking "immutable" references
2011-11-06 schurefs: split internal and external references
2011-11-05 Brandon Caseyexamples/general.c: update for recent API renaming...
2011-10-30 schutest_helpers: do not rely on assert
2011-10-29 Vicent MartíMerge pull request #468 from nulltoken/ntk/fix/issue-465
2011-10-29 nulltokenstatus: Fix a sorting issue in the treewalker
2011-10-29 nulltokenstatus: Add a file in the test repository to cover...
2011-10-29 nulltokenstatus: Prevent segfaulting when determining the status...
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
2011-10-28 Vicent Martitree: Add traversal in post-order
2011-10-28 Vicent MartiMerge branch 'status' of https://github.com/carlosmn...
2011-10-27 Carlos Martín... status: move GIT_STATUS_PATH_* into an enum
2011-10-27 Carlos Martín... status: reorder retrieve_head_tree error checks
2011-10-27 Carlos Martín... status: remove git_tree_entry_bypos
2011-10-27 Carlos Martín... status: remove git_index_entry_bypos
2011-10-27 Vicent MartíMerge pull request #467 from oleganza/oa-config-parse-fix
2011-10-27 Oleg AndreevFixed crash in config parser when empty value is encoun...
2011-10-27 Vicent MartíMerge pull request #463 from schu/tests-clay-object-raw
2011-10-27 Vicent Martiwindows: Add support for non-UTF codepages
2011-10-24 schutests-clay: move t01-rawobj.c to clay
2011-10-24 Vicent MartíMerge pull request #464 from rtyley/development
2011-10-24 Roberto TyleyTolerate zlib deflation with window size < 32Kb
2011-10-22 Carlos Martín... CMake: use -O0 in debug mode
2011-10-20 Vicent Martitree: Fix name lookups once and for all
2011-10-18 Vicent Martitree: Fix lookups by entry name
2011-10-15 Carlos Martín... mwindow: close LRU window properly
2011-10-14 Vicent MartíMerge pull request #459 from brodie/test-improvements
2011-10-14 Brodie Raotests: propagate errors from open_temp_repo() instead...
2011-10-14 Brodie Rao*: correct and codify various file permissions
2011-10-14 Brodie Raofileops/repository: create (most) directories with...
2011-10-14 Brodie Raofileops/posix: replace usage of "int mode" with "mode_t...
2011-10-14 Vicent MartíMerge pull request #457 from khalsah/makefile-fix
2011-10-14 Hargobind S... Add src/transports to Makefile sources
2011-10-14 Hargobind S... Update Makefile.embed with http-parser dependency
2011-10-13 Vicent MartíMerge pull request #448 from nulltoken/ntk/topic/treeen...
2011-10-13 nulltokentree: Add git_tree_frompath() which, given a relative...
2011-10-13 nulltokenoid: Add git_oid_streq() which checks if an oid and...
2011-10-13 nulltokenFix minor indentation issues
2011-10-13 nulltokenAdd test commit containing subtrees and files
2011-10-13 nulltokenFix compilation error on Windows
2011-10-13 Vicent MartíMerge pull request #454 from brodie/parsing-fixes
2011-10-13 Vicent MartíMerge pull request #455 from brodie/pack-fixes
2011-10-13 Brodie Raoodb_pack: don't do ambiguity checks for fully qualified...
2011-10-12 Brodie Raosignature: don't blow up trying to parse names containi...
2011-10-12 Brodie Raotag: allow the tagger field to be missing when parsing...
2011-10-12 Brodie Raotag: avoid a double-free when parsing tags without...
2011-10-12 Brodie Raocommit: properly parse empty commit messages
2011-10-12 Carlos Martín... pkt: move the protocol strings to the top of the file
2011-10-12 Carlos Martín... Move the transports to their own directory
2011-10-12 Carlos Martín... net: plug a few memory leaks
2011-10-12 Carlos Martín... http: download pack when fetching
2011-10-12 Carlos Martín... remote: bitfield should be unsigned
2011-10-12 Carlos Martín... git transport: don't loose received data
2011-10-12 Carlos Martín... fetch: add a generic pack-download function
2011-10-12 Carlos Martín... pkt: get rid of the chunked support
2011-10-12 Carlos Martín... http: simple negotiation
2011-10-12 Carlos Martín... Introduce the git_pkt_buffer_ family of functions
2011-10-12 Carlos Martín... http: parse the response from the server
2011-10-12 Carlos Martín... http: add a set of common refs
2011-10-12 Carlos Martín... http: move stuff out of negotiate_fetch
2011-10-12 Carlos Martín... transport: don't have an extra send-wants step
2011-10-12 Carlos Martín... http: Start negotiate_fetch
2011-10-12 Carlos Martín... net,pkt: add chunked support
2011-10-12 Carlos Martín... http: add more modularity to the code
2011-10-12 Vicent Martimsvc: Fix resourc embedding
2011-10-12 Vicent MartíMerge pull request #449 from csware/include-win-version...
2011-10-11 Vicent MartíMerge pull request #452 from carlosmn/cmake-respect...
2011-10-11 Carlos Martín... Explain how to build universal OSX binaries
2011-10-11 Carlos Martín... CMake: don't overwrite the user's CFLAGS
2011-10-11 Carlos Martín... CMake: Only add the STDCALL option when using MSVC
2011-10-09 Carlos Martín... fetch: move 'head' so it's visible to the whole function
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-09 Sven Strickrothinclude version information in git2.dll on Windows
2011-10-09 Sven Strickrothput version information in separate file
2011-10-09 Sven Strickrothlibgit2 doesn't use -LIB define
2011-10-09 Vicent MartíMerge pull request #447 from csware/fix-win64-build
2011-10-09 Sven Strickrothfix build for x64
2011-10-08 Carlos Martín... fetch: store FETCH_HEAD
2011-10-08 Carlos Martín... A missing refspec is not an error
2011-10-07 Vicent MartíMerge pull request #439 from carlosmn/network-examples
2011-10-07 Vicent MartíMerge pull request #446 from schu/tests-clay-update
2011-10-07 schutests-clay: add a readme file
2011-10-07 schutests-clay: update clay
2011-10-05 Vicent Martilibgit2 v0.15.0 "Das Wunderbar Release"
2011-10-05 Vicent Marticmake: Set the old test suite as default for the release
2011-10-05 Vicent Martimsvc: Remove superfluous includes
2011-10-05 Vicent Martimsvc: Properly handle inttypes.h/stdint.h
2011-10-05 Carlos Martín... indexer: NUL-terminate the filename
next