]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-06-08 Chris YoungOS4 compatibility
2012-06-07 Chris YoungFix double-defines when using GIT_OLD_ERRORS
2012-06-07 Chris YoungNetwork byte order is big-endian - the way it should...
2012-06-07 Chris Youngrandom page size for os4
2012-06-07 Chris Younghorrid gethostbyname compatibility
2012-06-07 Chris Youngno fnmatch.h
2012-06-07 Chris Youngforce disable of openssl, confusing cross-compiler
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-07 Vicent MartíMerge pull request #704 from nulltoken/topic/blob_fromc...
2012-06-07 nulltokenblob: add git_blob_create_fromchunks()
2012-06-07 Vicent MartíMerge pull request #752 from nulltoken/fix/warning
2012-06-07 Vicent MartíMerge pull request #751 from libgit2/8bit-filename...
2012-06-07 Adam RobenFix git_status_file for files that start with a charact...
2012-06-07 Adam RobenIngore clar_main.c.rule
2012-06-07 nulltokentests: fix assertion
2012-06-07 nulltokenFix compilation warning
2012-06-06 Carlos Martín... Don't include arpa/inet.h on Windows
2012-06-05 Michael Schuberttransports: fix buglet
2012-06-05 Vicent MartíMerge pull request #697 from carlosmn/ssl
2012-06-05 Vicent MartíMerge pull request #747 from nulltoken/topic/init-filemode
2012-06-05 nulltokenrepository: make git_repository_init() value the core...
2012-06-05 Vicent MartíMerge pull request #738 from nacho/development
2012-06-05 Vicent Martitests: Fix warning with nested comments
2012-06-05 Vicent MartíMerge pull request #714 from schu/config-enotfound
2012-06-05 nulltokenrepository: make git_repository_init() value the core...
2012-06-05 Chris YoungOS4 is PPC
2012-06-05 Chris YoungAssume this is irrelevant for now
2012-06-05 Chris YoungRequired include for OS4 to typedef int64_t
2012-06-05 U-Poseidon... Force not to use openssl, as confusing cross-compiler
2012-06-04 Carlos Martín... Merge pull request #737 from nulltoken/topic/git_remote...
2012-06-04 nulltokenremote: Make git_remote_add() generate a default refspe...
2012-06-04 Russell BelferMerge pull request #739 from arthurschreiber/fix_remote...
2012-06-02 Arthur SchreiberFix git_close/http_close/local_close to set the transpo...
2012-06-02 Arthur SchreiberAdd a failing test case for git_remote_disconnect/git_r...
2012-06-01 Carlos Martín... config: set an error message when asked to delete a...
2012-05-31 Ignacio Casal... libgit2-glib bindings moved to gnome servers
2012-05-29 nulltokenrefspec: expose the force update specifier through...
2012-05-29 Russell BelferMerge pull request #735 from gregier/development
2012-05-27 Garrett RegierFix checking for the presence of a flag
2012-05-27 nulltokenfilebuf: add git_filebuf_flush()
2012-05-27 Vicent MartíMerge pull request #734 from scottjg/travis-mingw
2012-05-27 Scott J. GoldmanEnable mingw cross-compile stage in travis-ci
2012-05-27 Scott J. GoldmanRefactor CMakeLists.txt for mingw cross-compile
2012-05-27 Scott J. GoldmanUse lowercase names for Windows headers
2012-05-26 Carlos Martín... ssl: allow skipping the server certificate check
2012-05-26 Vicent MartíMerge pull request #732 from schu/fix-gcc-nonnull
2012-05-26 Michael Schuberttests-clar/core: fix non-null warning
2012-05-25 Russell BelferMake errors for system and global files consistent
2012-05-25 Vicent MartíMerge pull request #729 from arrbee/fix-728
2012-05-25 Russell BelferFix bugs for status with spaces and reloaded attrs
2012-05-24 Vicent MartíMerge pull request #727 from libgit2/env-expansion
2012-05-24 Russell BelferClean up system file finding tests on Win32
2012-05-24 Vicent Martíwindows: Properly expand all environment variables
2012-05-24 Russell BelferMerge pull request #726 from arrbee/utf16-home-dir
2012-05-24 Russell BelferFix bugs in UTF-8 <-> UTF-16 conversion
2012-05-24 Carlos Martín... repository: default to core.bare = false if it's not set
2012-05-24 Russell BelferGet user's home dir in UTF-16 clean manner
2012-05-24 Carlos Martín... examples/network: consistently use tabs for indentation
2012-05-24 Carlos Martín... README: use docs/rel-notes/ for the release notes
2012-05-23 Vicent MartíMerge pull request #720 from nulltoken/fix/libgit2sharp...
2012-05-23 Vicent MartíMerge pull request #712 from waywardmonkeys/embedded_ma...
2012-05-23 Vicent MartíMerge pull request #716 from scottjg/examples-cleanup
2012-05-23 Vicent MartíMerge pull request #723 from carlosmn/rel-notes
2012-05-23 Carlos Martín... README: add rules about writing release notes as they...
2012-05-23 Carlos Martín... CONVENTIONS: Update error code names
2012-05-23 Carlos Martín... Remove left-over debugging output
2012-05-23 nulltokenfileops: Make git_futils_mkdir_r() able to cope with...
2012-05-20 Scott J. GoldmanAdd CMake build for examples / add them to Travis
2012-05-20 Scott J. GoldmanFix examples/general.c compilation
2012-05-19 Vicent MartíMerge pull request #715 from schu/cleanup-misc
2012-05-19 Michael Schubertconfig: do not set an error for GIT_ENOTFOUND
2012-05-19 Michael SchubertCleanup
2012-05-19 Carlos Martín... ssl: look up the last CN the alternative names don...
2012-05-19 Carlos Martín... ssl: add support for certificates issues to an IP address
2012-05-19 Carlos Martín... ssl: remove GnuTLS support
2012-05-19 Carlos Martín... ssl: match host names according to RFC 2818 (HTTP over...
2012-05-19 Carlos Martín... ssl: check certificates against the system's trusted CAs
2012-05-19 Carlos Martín... ssl: teardown the connection on close
2012-05-19 Carlos Martín... https: make it work with OpenSSL as well
2012-05-19 Carlos Martín... http: add https support when GnuTLS is available
2012-05-19 Vicent MartíMerge pull request #713 from waywardmonkeys/spelling
2012-05-19 Bruce MitchenerFix spelling errors.
2012-05-19 Bruce MitchenerAllow passing additional defines and cflags to Makefile...
2012-05-19 Bruce MitchenerBuild xdiff as well in Makefile.embed.
2012-05-18 Vicent Martilibgit2 v0.17.0 "Lord of Diffstruction"
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-18 Vicent MartíMerge pull request #711 from schu/fetch-local-dummy
2012-05-18 Michael Schubertfetch: set dummy function for local fetch
2012-05-17 Vicent MartíMerge pull request #685 from nulltoken/fix/list-remote...
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-17 Vicent MartíProperly tag all `enums` with a `_t`
2012-05-17 Vicent Martírefs: git_reference_listall -> git_reference_list
2012-05-17 Vicent Martíerrors: Remove old comments
2012-05-17 Vicent Martíglobal: Fix unit tests after reordering
2012-05-17 Vicent Martíglobal: Change parameter ordering in API
2012-05-17 nulltokenbranch: retrieve symbolic references when listing the...
2012-05-17 Vicent MartíMerge pull request #709 from arrbee/profiling-with...
2012-05-17 Russell BelferNo point in keeping commented out fn
2012-05-17 Vicent MartíMerge pull request #708 from arrbee/fix-empty-workdir...
next