]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartiBackport t18 fixes to Clay
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 David BoyceDon't use '__attribute__ visibility' with gcc unless...
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-17 nulltokenAdd some forgotten asserts in the status tests
2011-09-17 nulltokenFix a off-by-one error in the git_status_foreach tests
2011-09-16 Vicent MartiUpdate Clay script
2011-09-16 Vicent MartiFix Clay compilation under Win32
2011-09-16 Vicent MartiRename Clay target in CMakeLists
2011-09-16 Vicent MartiRegenerate test suite
2011-09-16 Vicent MartiAdd missing prototypes
2011-09-16 Vicent MartiRevert changes to t18
2011-09-16 David BoyceFixed typo in example Makefile code and slimmed it...
2011-09-16 Vicent MartiAdd sample "Status" clay tests
2011-09-14 nulltokenstatus: enhance determination of statuses for a whole...
2011-09-14 nulltokenstatus: enhance determination of status for a single...
2011-09-14 nulltokenrepository: Add git_repository_head()
2011-09-14 nulltokenMark the resources in the test folder as binary to...
2011-09-14 Vicent MartiCome out and Clay
2011-09-13 Vicent MartíMerge pull request #401 from boyski/document-git-success
2011-09-13 David BoyceStandardized doxygen @return lines for int functions...
2011-09-13 David BoyceChanges to allow examples/*.c to compile and link....
2011-09-13 David BoyceFixed to build examples with knowledge of include and...
2011-09-13 Carlos Martín... Add checks for NULL to the config and remote free functions
2011-09-12 Sebastian SchuberthFix a bug and GCC warning introduced in 932669b
2011-09-08 Vicent MartíMerge pull request #391 from sschuberth/development
2011-09-08 Sebastian SchuberthAdd myself to the list of Git authors who consent
2011-09-08 Sebastian SchuberthFix an integral overflow on 64-bit
2011-09-08 Sebastian SchuberthAdd casts to get rid of some warnings when filling...
2011-09-08 Sebastian SchuberthGet rid of a superfluous pointer cast
2011-09-08 Sebastian SchuberthFix minor indentation issues (spaces to tabs)
2011-09-08 Sebastian SchuberthFix some random size_t vs. int conversion warnings
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-09-02 Jerome LambourgFix for issue #387
2011-08-31 Vicent MartiFix compilation in MinGW
2011-08-30 Vicent Martiposix: Fix undeclared prototype
2011-08-30 Vicent Martirepository: Fix signed/unsigned comp.
2011-08-30 Vicent Martinetops: This is the proper check
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent Martinetops: Use the size_t, Luke
2011-08-30 Carlos Martín... Add git_remote_new
2011-08-30 Carlos Martín... Don't hide the transport details
2011-08-30 Carlos Martín... Fix Windows compilation
2011-08-30 Vicent Marticompat: Move `mkstemp` to the POSIX compat layer
2011-08-30 Vicent Martinetwork: <select.h> is not available in MinGW
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-26 Vicent MartíMerge pull request #379 from kiryl/STRLEN
2011-08-25 Kirill A. Shutemovpkt: use sizeof() instead of strlen() to avoid variable...
2011-08-25 Kirill A. ShutemovDrop STRLEN() macros
2011-08-25 Kirill A. ShutemovCMakeLists: no need in split debug/release build
2011-08-24 Kirill A. Shutemovtransport_git: add missed error handling
2011-08-24 Kirill A. ShutemovFix false positive -Wuninitialized warnings
2011-08-18 Vicent Martitransport: Merge bitfield
2011-08-18 Vicent Martiposix: Properly handle `snprintf` in all platforms
2011-08-18 Vicent Martiodb: Do not pass around a header when hashing
2011-08-18 Carlos Martín... Keep sending want lines if the server doesn't anwer...
2011-08-18 Carlos Martín... Actually implement object negotiation
2011-08-18 Carlos Martín... Implement and bind local_send_wants
2011-08-18 Carlos Martín... Move negotiation to the transport
2011-08-18 Carlos Martín... Update transport lifetime documentation
2011-08-18 Carlos Martín... Use time sorting in fetch
2011-08-18 Carlos Martín... Be smarter about selecting wants
2011-08-18 Carlos Martín... Remove enum git_whn
2011-08-18 Carlos Martín... Assert a filename in indexer creation
2011-08-18 Carlos Martín... Don't try to download the packfile too early
2011-08-18 Carlos Martín... Add git_remote_update_tips
2011-08-18 Carlos Martín... Implement cooperative caching
2011-08-18 Carlos Martín... Rethrow pack entry offset error
2011-08-18 Carlos Martín... Use strcpy+strcat as memcpy was overlapping
2011-08-18 Carlos Martín... Use common capabilities
2011-08-18 Carlos Martín... Only wait for pack if we need it
2011-08-18 Carlos Martín... Tell the user where the downloaded packfile is stored
2011-08-18 Carlos Martín... Don't expose the fetch code to the user
2011-08-18 Carlos Martín... Bind the configuration and remotes to a repository
2011-08-18 Carlos Martín... Download pack
2011-08-18 Carlos Martín... Move have sending
2011-08-18 Carlos Martín... Implement sending haves
2011-08-18 Carlos Martín... Add a generic send_wants
2011-08-18 Carlos Martín... negotiation
2011-08-18 Carlos Martín... git_pkt_send_wants
2011-08-18 Carlos Martín... Add git_fetch_list_want which creates the "want" list
2011-08-18 Vicent MartíMerge pull request #375 from schu/cleanup
2011-08-17 schurefs.c: remove two lines of dead code
2011-08-17 schureflog.c: fix memory leaks
2011-08-17 schugit__strndup: immediately return NULL when ENOMEM
2011-08-17 schuconfig_file.c: fix memory leaks
2011-08-17 schutsort.c: fix include of common.h
2011-08-17 schuunix/posix.h: remove redundant include
2011-08-16 Vicent MartíMerge pull request #373 from carlosmn/fancy-branchname
2011-08-16 Carlos Martín... Fix the reference character check for Unicode
2011-08-16 Vicent MartíMerge pull request #372 from schu/reflog-return-oid
2011-08-16 schureflog: fix memory leaks
2011-08-15 schureflog: assimilate reflog API to return git_oid's
2011-08-13 Vicent MartíMerge pull request #366 from belkiss/development
2011-08-13 Lambert CLARAAdd missing GIT_BEGIN_DECL and GIT_END_DECL to indexer...
next