]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-07-11 Lambert CLARARemove the last reference of git_net_direction enum
2011-07-11 Vicent MartiCleanup external API
2011-07-11 Vicent Martiinclude: Fix unmatched params in documentation
2011-07-09 Vicent MartíMerge pull request #312 from nulltoken/patch-2
2011-07-09 nulltokenFix MSVC compilation warning
2011-07-09 Vicent Martistatus: Cleanup
2011-07-09 Jason Pennystatus: nonexistent file with git_status_file()
2011-07-09 Jason Pennystatus: consolidate some test code
2011-07-09 Jason Pennystatus: handle subdirs for git_status_file
2011-07-09 Jason Pennystatus: add subdir to test repo
2011-07-09 Jason Pennystatus: get status for single file
2011-07-09 Jason Pennystatus: get file statuses and run callback
2011-07-09 Jason Pennystatus: new test repo
2011-07-09 Jason Pennystatus: get blob object id of file on disk
2011-07-09 Jason PennyUpdate tests/NAMING
2011-07-09 Vicent Martitsort: Remove unused CLZ methods
2011-07-09 Vicent MartíMerge pull request #311 from nulltoken/ntk/fix-win32...
2011-07-09 nulltokenwin32: replace usage of _MSV_VER with _MSC_VER
2011-07-09 nulltokenFix MSVC compilation warning
2011-07-09 Vicent MartiRemove unused methods
2011-07-09 Vicent Martiodb: Direct writes are back
2011-07-09 Vicent Martiposix: Portable `vsnprintf`
2011-07-09 Vicent Martisignature: Fix optional header
2011-07-09 schureflog: add API to read or write a reference log
2011-07-09 schugit_signature__write: make header optionally
2011-07-09 Vicent Martiindex: Return `GIT_ENOTFOUND` when an entry cannot...
2011-07-08 Vicent MartíMerge pull request #309 from schu/rr-flaw
2011-07-08 Vicent MartíMerge pull request #308 from schu/unused-but-set-var
2011-07-07 schureference_rename: fix flaw in force-renaming
2011-07-07 nulltokenreference_renaming: add additional tests
2011-07-07 schutsort: remove unused but set variable
2011-07-07 Vicent Martiindex: Fix memory leak on OOM
2011-07-07 nulltokentag: add pattern based retrieval of list of tag names
2011-07-07 nulltokentsort: fix wrong header inclusion
2011-07-07 Vicent Martitest-core: Fix warning in uniq test
2011-07-07 nulltokenFix MSVC compilation warnings
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-07 Vicent Martitest: Abort when the temp workdir cannot be created
2011-07-06 Vicent MartíMerge pull request #306 from carlosmn/development
2011-07-06 Vicent MartíMerge pull request #307 from nulltoken/patch-1
2011-07-06 nulltokenFix MSVC compilation warnings
2011-07-06 Vicent MartíMerge pull request #296 from kiryl/index-optimization
2011-07-06 Vicent Martirevwalk: Properly mark uninteresting commits
2011-07-06 Vicent Martirefs: Cleanup reference renaming
2011-07-06 Vicent MartíMerge pull request #303 from schu/ref-rename
2011-07-06 Carlos Martín... Fix network MSYS compilation
2011-07-06 nulltokenRemove duplicated recursive directory removal related...
2011-07-06 nulltokenFix windows specific issues
2011-07-06 schureference_rename: git compliant reference renaming
2011-07-06 schuAdd tests for git_futils_rmdir_resurs()
2011-07-06 schufileops: add git_futils_rmdir_recurs()
2011-07-06 schufileops: add convenience function is_dot_or_dotdot()
2011-07-06 schuAdd test case checking renaming of a branch to a new...
2011-07-06 Vicent Martibuild: Add simple Makefile for embedding the library
2011-07-05 Vicent Martifnmatch: Fix compilation under Windows
2011-07-05 Vicent Martifnmatch: Use native on Unix, emulate on Win32
2011-07-05 Carlos Martín... Also update local_connect's unused var name for MSVC
2011-07-05 Vicent MartíMerge pull request #305 from nulltoken/patch-6
2011-07-05 nulltokenrepository: fix typo'ed assert
2011-07-05 Vicent MartíMerge pull request #304 from carlosmn/config
2011-07-05 Carlos Martín... Restore config10 test file
2011-07-05 Kirill A. Shutemovindex: introduce git_index_uniq() function
2011-07-05 Kirill A. Shutemovvector: implement git_vector_uniq()
2011-07-05 Kirill A. Shutemovvector, index: use git__msort() for vector sorting
2011-07-05 Kirill A. Shutemovutil: introduce merge sort routine
2011-07-05 Kirill A. Shutemovindex: speedup git_index_append()/git_index_append2()
2011-07-05 Vicent Martirepository: Fix unused parameter in Unix systems
2011-07-05 Vicent MartíMerge pull request #302 from carlosmn/development
2011-07-05 Vicent MartíMerge pull request #299 from kiryl/examples-general...
2011-07-05 Vicent MartíMerge pull request #297 from nulltoken/patch-5
2011-07-05 Carlos Martín... Small fixes in pack_window_open
2011-07-05 Vicent MartíMerge pull request #301 from carlosmn/hashtable-include-fix
2011-07-05 Carlos Martín... Include common.h in hashtable.h
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Kirill A. Shutemovexamples/general: fix misc warnings
2011-07-05 Kirill A. Shutemovexamples/general: fix warnings on not handled reference...
2011-07-05 Kirill A. Shutemovexamples/general: fix git_commit_create_v() arguments...
2011-07-05 nulltokenFix MSVC compilation issue
2011-07-05 Carlos Martín... Add variable writing tests
2011-07-05 Carlos Martín... Add test for section header at end of file
2011-07-05 Carlos Martín... Correctly detect truncated input in header parsing
2011-07-05 Carlos Martín... git_config_add_file should rethrow
2011-07-05 Carlos Martín... Add tests for deleting a config var
2011-07-05 Carlos Martín... Add git_config_del to delete a variable
2011-07-05 Vicent Martisignature: Fix warnings
2011-07-05 nulltokensignature: straighten the creation of a signature
2011-07-05 nulltokensignature: enhance relaxed parsing of bogus signatures
2011-07-05 schut04-commit: add tests for git_signature__parse
2011-07-05 schugit_signature__parse: make parsing less strict
2011-07-05 Vicent Martirepository: Cleanup initialization
2011-07-05 Vicent Martifileutils: Finish dropping the old `prettify_path`
2011-07-05 Vicent Martifileops: Fix stat() on directories for W32
2011-07-05 Vicent Martifileops: Drop `git_fileops_prettify_path`
2011-07-05 Vicent Martifileops: Cleanup
2011-07-03 Vicent Martibuild: Move OS-specific compat to their own folders
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-07-01 Tim Hardercmake: Use system zlib if found on non-Windows systems
2011-07-01 Vicent Martizlib: Declare preprocessor directives at build time
2011-07-01 Vicent Martibuild: Simplify build structure
2011-06-30 Vicent Marticommon: Force 64 bit fileops at compile time
next