]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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...
2011-07-25 Kirill A. Shutemovindex: rework index entry initialization routine
2011-07-25 Kirill A. Shutemovindex: rework index_insert()
2011-07-25 Kirill A. Shutemovindex: introduce index_entry_free()
2011-07-25 Kirill A. Shutemovindex: extract index_entry_dup() from index_insert()
2011-07-25 Kirill A. Shutemovindex: fix cast warnings
2011-07-25 Kirill A. Shutemovtests: fix cast warnings
2011-07-25 Kirill A. Shutemovrefs: fix cast warning
2011-07-25 Kirill A. Shutemovtree: fix cast warnings
2011-07-25 Kirill A. Shutemovposix: declare 'buf' argument of p_write() as const
2011-07-25 Kirill A. Shutemovodb_pack: fix cast warnings
2011-07-25 Kirill A. Shutemovsha1: fix cast warnings
2011-07-25 Kirill A. Shutemovrevwalk: fix cast warning
2011-07-25 Kirill A. Shutemovtransport_local: fix cast warnings
2011-07-25 Kirill A. Shutemovreflog: fix cast warning
2011-07-25 Kirill A. Shutemovcommit: fix cast warnings
2011-07-25 Vicent MartíMerge pull request #336 from schu/cleanup
2011-07-25 Vicent MartíMerge pull request #337 from belkiss/development
2011-07-25 Lambert CLARAModify struct definition to enable forward declare...
2011-07-24 schurepository.c: remove obsolete TODO marker
2011-07-23 Carlos Martín... index: use git_futils_readbuffer_updated
2011-07-23 Carlos Martín... refs: don't stat so much
2011-07-23 Carlos Martín... Add git_futils_readbuffer_updated
2011-07-22 Vicent Martireadme: Add hgit2 to the list of bindings
2011-07-22 Vicent MartíMerge pull request #334 from schu/typos
2011-07-22 Vicent MartíMerge pull request #332 from kiryl/leaks
2011-07-20 schutag.c: fix tiny typo
2011-07-19 Kirill A. Shutemovindex: fix memory leak
2011-07-19 Kirill A. Shutemovrefs: fix memory leak on rename
2011-07-17 Vicent MartíMerge pull request #327 from carlosmn/solaris
2011-07-17 Carlos Martín... net: link necessary libraries in Solaris
2011-07-14 Vicent MartíMerge pull request #326 from nulltoken/ntk/fix/extern...
2011-07-14 nulltokentag: Make git_tag_create_lightweight() accessible to...
2011-07-14 Vicent Martilibgit2 v0.14.0, "watermelon wheat"
2011-07-14 Vicent MartíMerge pull request #325 from carlosmn/valgrind
2011-07-14 Vicent MartíMerge pull request #324 from carlosmn/development
2011-07-13 Carlos Martín... status: don't hide tree closing
2011-07-13 Carlos Martín... typo: one git_remote_fetchspec should be pushspec
2011-07-13 Vicent MartíMerge pull request #323 from nulltoken/ntk/fix/treebuil...
2011-07-13 nulltokentree: fix insertion of entries with invalid filenames
2011-07-13 Vicent Martitree: More accurate matching on entries
2011-07-13 Vicent Martitree: Fix wrong sort order when querying entries
next