]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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 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
2011-06-30 Vicent Martizlib: No visualization attributes.
2011-06-30 Vicent Martirefs: Remove bogus assertion
2011-06-30 Vicent Marticonfig: Fix unmatched parameters in docs
2011-06-30 Vicent MartíMerge pull request #287 from kiryl/development
2011-06-30 Vicent MartíMerge pull request #288 from nulltoken/patch-4
2011-06-30 nulltokenrepository: Make head_detached() and head_orphan()...
2011-06-30 Kirill A. Shutemovfilebuf: fix endless loop on writing buf > WRITE_BUFFER...
2011-06-29 Vicent MartíMerge pull request #284 from nulltoken/topic/hide-git-dir
2011-06-29 nulltokenHide ".git" directory on Windows upon creation of a...
2011-06-29 Vicent Marticonfig: `foreach` now returns variable values too
2011-06-29 Vicent Martirefs: Remove duplicate rename method
2011-06-28 Carlos Martín... sig: allow empty names
2011-06-28 Vicent Martirepo: Fix git_repository_is_empty
2011-06-28 Vicent Martitest: Properly show error messages
2011-06-28 Vicent Martitest: Print last error message properly
2011-06-28 Vicent Martirepo: Rename HEAD-related methods
2011-06-28 Vicent Marticommit: Allow spaces inside email addresses
2011-06-28 Vicent MartíMerge pull request #279 from carlosmn/detached-orphan
2011-06-28 Vicent Martirefs: Remove unused declarations
2011-06-28 Vicent MartíMerge pull request #277 from schu/sign-compare
2011-06-28 Vicent MartiRemove redundant methods from the API
2011-06-28 Carlos Martín... Add tests for detached and orphan
2011-06-28 Carlos Martín... Add git_repository_is_detached, git_repository_is_orphan
2011-06-27 Carlos Martín... Slim down git_transport
2011-06-27 Carlos Martín... Initialize memory in git transport
2011-06-27 schugit_blob_create_fromfile: remove old code
2011-06-27 Carlos Martín... Add git_remote_connect and git_remote_ls
2011-06-27 Carlos Martín... Use gitno_buffer in the git transport
2011-06-27 Carlos Martín... Add gitno_buffer as a recv wrapper
2011-06-26 Carlos Martín... Remove the repo param from git_transport_new
2011-06-26 Carlos Martín... Move transports to an inheritance model
2011-06-26 Carlos Martín... local transport: keep better track of memory
2011-06-26 Carlos Martín... local transport: sort the refs before resolving them
2011-06-26 Carlos Martín... Move git_pkt_{gen_proto,send_request} to transport_git.c
2011-06-26 Carlos Martín... Use (s)size_t
2011-06-26 Carlos Martín... Implement and use git_pkt_send_request
2011-06-26 Carlos Martín... Implement and use gitno_send
2011-06-26 Carlos Martín... Create netops and start moving git:// to it
2011-06-26 Carlos Martín... Correctly handle network input
2011-06-26 Carlos Martín... Implement and use git_pkt_free
2011-06-26 Carlos Martín... Implement the git TCP transport up to ls-remote
2011-06-26 Carlos Martín... Add function to generate a request
2011-06-26 Carlos Martín... pkt-line: read capabilities
2011-06-26 Carlos Martín... pkt-line: parse other-ref lines
2011-06-26 Carlos Martín... pkt: make sure we really only read the length
2011-06-26 Carlos Martín... Move flush-pkt creation into its own function
2011-06-26 Carlos Martín... Lay the foundations for pkt-line parsing
2011-06-26 Carlos Martín... Implement ls-remote on local drive
2011-06-26 Carlos Martín... Lay down the fundations for the network code
2011-06-26 Carlos Martín... Add git_refspec_transform test
2011-06-26 Carlos Martín... Add git_refspec_transform
2011-06-26 Carlos Martín... Add refspec match test
2011-06-26 Carlos Martín... Add refspec0 test
2011-06-26 Carlos Martín... Add git.git's fnmatch, which is really GNU's and the...
2011-06-26 Carlos Martín... Add a to-do list for remotes
next