]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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
2011-08-03 Carlos Martín... Document the indexer calls
2011-08-03 Carlos Martín... Move pack index writing to a public function
2011-08-03 Carlos Martín... Implement the indexer
2011-08-03 Luc BertrandRemove duplicated sort
2011-08-03 Luc Bertrandremove unused variable
2011-08-03 Luc Bertrandfix recurse_tree_entries, continue parsing tree after...
2011-08-02 schusignature.c: fix off-by-one error
2011-08-02 Carlos Martín... Add git_vector_foreach
2011-08-02 Carlos Martín... Modify the given offset in git_packfile_unpack
2011-08-02 Carlos Martín... Move pack functions to their own file
2011-08-02 Carlos Martín... Make packfile_unpack_header more generic
2011-08-02 Carlos Martín... Rename stuff to git_indexer_
2011-08-02 Carlos Martín... Start the runner
2011-08-02 Carlos Martín... Intial indexer code
2011-08-02 Carlos Martín... Move the pack structs to an internal header
2011-08-02 Carlos Martín... Factor out the mmap window code
2011-08-02 Vicent MartíMerge pull request #346 from belkiss/development
2011-08-02 Lambert CLARAFix memory leak when wrong object type is looked up...
2011-08-01 Vicent MartíMerge pull request #342 from schu/reflog-check-hash
2011-08-01 schureflog: avoid users writing a wrong ancestor OID
2011-07-29 Vicent MartíMerge pull request #344 from margro/development
2011-07-29 Marcel GroothuisFix compilation in C++: remove double GIT_BEGIN_DECL
2011-07-29 Marcel GroothuisRemove double include of remote.h from git2.h
2011-07-28 Vicent MartíMerge pull request #335 from carlosmn/read-updated
2011-07-28 Vicent MartíMerge pull request #338 from carlosmn/del-test-index...
2011-07-28 Vicent MartíMerge pull request #341 from carlosmn/development
2011-07-28 Vicent MartíMerge pull request #343 from mike-perdide/include_status
2011-07-27 Julien MiotteIncluding git2/status.h in the git2.h header.
2011-07-26 Carlos Martín... Fixup network headers
2011-07-26 Vicent MartíMerge pull request #340 from Jopie64/development
2011-07-26 Johan 't HartOn some header files, GIT_END_DECL was absent while...
2011-07-26 Carlos Martín... Remove extra git_index_read from the tests
2011-07-25 Kirill A. Shutemovfilebuf: update git_filebuf.write signature to take...
next