]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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...
2011-08-12 Vicent MartíMerge pull request #365 from carlosmn/pkg-config
2011-08-12 Vicent Marticommit: Add support for Encoding header
2011-08-12 Carlos Martín... Really fix pkg-config
2011-08-10 Vicent MartiAdd common.h to types.h
2011-08-10 Vicent MartíMerge pull request #363 from schu/test-discover0
2011-08-10 schut12-repo.c: fix failing test discover0
2011-08-10 Vicent MartíMerge pull request #359 from nulltoken/ntk/fix/discover...
2011-08-10 Vicent MartíMerge pull request #355 from jdavid/fix-build
2011-08-10 Vicent MartíMerge pull request #360 from belkiss/development
2011-08-10 Vicent MartíMerge pull request #361 from nulltoken/ntk/fix/wrap...
2011-08-10 Vicent MartíMerge pull request #362 from schu/fix-missing-initializer
2011-08-09 nulltokenutil: Add git__strcmp_cb() wrapper
2011-08-09 schumwindow.c: fix -Wmissing-field-initializers
2011-08-09 Lambert CLARAFix installation of libgit2.pc file
2011-08-09 nulltokendiscover: Make test run in temporary folder instead...
2011-08-08 Vicent MartiFix compilation in Windows
2011-08-08 Vicent Martitransport: Wrap `strcmp`
2011-08-08 Vicent MartíMerge pull request #357 from carlosmn/calling-convention
2011-08-07 Vicent MartíMerge pull request #358 from carlosmn/pkg-config
2011-08-07 Carlos Martín... Create and install pkg-config file
2011-08-06 Carlos Martín... Use __stdcall by default on Windows
2011-08-06 Carlos Martín... Force the test's main function to use cdecl under Windows
2011-08-06 Carlos Martín... Use the internal sort in the local transport
2011-08-05 J. David IbáñezFix "redefinition of typedef git_indexer" build error
2011-08-04 Vicent MartíMerge pull request #353 from belkiss/development
2011-08-04 Vicent MartíMerge pull request #352 from carlosmn/delta-base-error
2011-08-04 Carlos Martín... Check for error calculating the delta base
2011-08-04 Lambert CLARAFix wrong test in t04-commit
2011-08-04 Vicent MartíMerge pull request #345 from carlosmn/gsoc2011/indexer
2011-08-04 Vicent MartíMerge pull request #349 from MasterGrumpy/development
2011-08-04 Vicent MartíMerge pull request #348 from schu/sig-new
2011-08-03 schusignature: adjust API to return error codes
next