]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-07-01 LinquizeFix 8.3 filename tests failure when 8.3 is disabled
2015-06-30 Edward ThomsonMerge pull request #3278 from mplough/master
2015-06-30 Matthew PloughFix #3093 - remove declaration of unused function git_f...
2015-06-30 Carlos Martín... Merge pull request #3273 from ethomson/warnings3
2015-06-30 Edward ThomsonMerge pull request #3275 from git-up/http_fix
2015-06-30 Pierre-Olivier... http: fixed leak when asking for credentials again
2015-06-30 Edward Thomsonindex tests: add eol to avoid compiler warning
2015-06-30 Edward Thomsoncheckout test: mark unused vars
2015-06-30 Edward Thomsonwinhttp: remove unused var
2015-06-30 Edward Thomsonposix compat: include sys/stat.h for mingw
2015-06-30 Edward Thomsondiff: use size_t format
2015-06-30 Edward ThomsonMerge pull request #3271 from jeffhostetler/more_leaks
2015-06-30 Jeff Hostetlerfix memory leak in refspec.c on errors.
2015-06-30 Carlos Martín... Merge pull request #3270 from ethomson/warnings2
2015-06-29 Edward Thomsoncheckout test: check getcwd return value
2015-06-29 Edward Thomsonclar: test chdir
2015-06-29 Edward Thomsonfilter test: pass base type
2015-06-29 Edward Thomsonexamples: clean up some warnings
2015-06-29 Edward Thomsonodb: cast to long long for printf
2015-06-29 Edward Thomsonsubmodule: cast enum to int for compare
2015-06-29 Edward Thomsonopenssl: free hostname
2015-06-29 Edward Thomsonstash: const up conflict params
2015-06-29 Edward Thomsonindex test: include repository.h for decl
2015-06-29 Edward Thomsonstash: drop unused variable
2015-06-29 Edward Thomsoniterator_walk: drop unused variable
2015-06-29 Edward ThomsonMerge pull request #3269 from libgit2/cmn/release-fixups
2015-06-29 Carlos Martín... http: don't give up on auth on the first try
2015-06-29 Carlos Martín... submodule: remove trailing slashes from submodule paths
2015-06-29 Carlos Martín... submodule: remove some obsolete logic
2015-06-29 Carlos Martín... CHANGELOG: add submodule changes
2015-06-29 Vicent MartiMerge pull request #3268 from libgit2/vmg/pkg-config...
2015-06-29 Vicent Martipkg-config: Sort the different sections
2015-06-28 Carlos Martín... Bump version to 0.23.0 and SOVERSION to 23
2015-06-28 Carlos Martín... Merge pull request #3267 from libgit2/cmn/libs-list
2015-06-28 Carlos Martín... CMake: treat the ld flags as a list
2015-06-27 Carlos Martín... Merge pull request #3265 from libgit2/leaks
2015-06-27 Carlos Martín... Merge pull request #3260 from ethomson/apply_with_reflo...
2015-06-27 Carlos Martín... Merge pull request #3264 from arthurschreiber/fast...
2015-06-27 Arthur SchreiberRemove dependency installation file for travis builds.
2015-06-27 Arthur SchreiberAlways install valgrind via the apt addon.
2015-06-26 Carlos Martín... index, iterator, fetchhead: plug leaks
2015-06-26 Carlos Martín... checkout: plug a few leaks
2015-06-26 Carlos Martín... diff: fix leaks in diff printing
2015-06-26 Carlos Martín... Merge pull request #3263 from git-up/fixes
2015-06-26 Arthur SchreiberDon't try to start ssh.
2015-06-26 Arthur SchreiberFast builds?
2015-06-26 Edward Thomsonstash: test we apply using reflog-like indices
2015-06-26 Carlos Martín... Merge pull request #3259 from ethomson/stash_apply_argh
2015-06-26 Carlos Martín... Merge pull request #3262 from libgit2/vmg/prefix-len
2015-06-26 Pierre-Olivier... Removed unused variables
2015-06-26 Pierre-Olivier... Fixed build failure if GIT_CURL is not defined
2015-06-26 Vicent Martitest-diff-blob: Pass proper nibble sizes
2015-06-26 Vicent Martirevparse: Add test to make sure this doesn't regress
2015-06-26 Vicent MartiRevert "object: correct the expected ID size in prefix...
2015-06-26 Carlos Martín... Merge pull request #3261 from libgit2/cmn/link-one...
2015-06-26 Carlos Martín... pc: Put libcurl and libssh2 in Libs.private
2015-06-26 Carlos Martín... Merge pull request #3234 from ethomson/dont_update_inde...
2015-06-26 Pierre-Olivier... Only write index if updated when passing GIT_DIFF_UPDAT...
2015-06-26 Edward Thomsondiff: test we don't update index unnecessarily
2015-06-25 Edward ThomsonMerge pull request #3255 from libgit2/cmn/rename-unspec...
2015-06-25 Carlos Martín... Merge pull request #3258 from arthurschreiber/patch-6
2015-06-25 Edward Thomsonstash: stage new files when unstashing them
2015-06-25 Edward Thomsoniterator: provide git_iterator_walk
2015-06-25 Edward Thomsonstash: don't allow apply with staged changes
2015-06-25 Edward Thomsonstash apply: add a newly staged file to tests
2015-06-25 Arthur SchreiberList `libcurl` in the generated `libgit2.pc`
2015-06-25 Edward ThomsonMerge pull request #3256 from libgit2/cmn/fetch-spec...
2015-06-25 Edward ThomsonMerge pull request #3246 from libgit2/cmn/dont-grow...
2015-06-25 Carlos Martín... remote: insert refspecs with no rhs in FETCH_HEAD
2015-06-25 Carlos Martín... Rename FALLBACK to UNSPECIFIED
2015-06-24 Carlos Martín... Add CHANGELOG entries
2015-06-24 Carlos Martín... buffer: make use of EINVALID for growing a borrowed...
2015-06-24 Carlos Martín... errors: introduce EINVALID
2015-06-24 Carlos Martín... blob: don't recomment using git_buf_grow
2015-06-24 Carlos Martín... buffer: don't allow growing borrowed buffers
2015-06-24 Carlos Martín... Merge pull request #3097 from libgit2/cmn/submodule...
2015-06-24 Carlos Martín... Merge pull request #3183 from libgit2/cmn/curl-stream
2015-06-24 Carlos Martín... Merge pull request #3254 from ethomson/diff-binary...
2015-06-24 Carlos Martín... Merge pull request #3250 from ethomson/stash
2015-06-24 Edward Thomsondiff: determine DIFFABLE-ness for binaries
2015-06-24 Edward Thomsondiff::binary tests: empty diff when forced binary
2015-06-24 Carlos Martín... SecureTransport: use the curl stream if available
2015-06-24 Carlos Martín... curl: remove the encrypted param to the constructor
2015-06-24 Carlos Martín... http: ask for the curl stream for non-encrypted connections
2015-06-24 Carlos Martín... openssl: use the curl stream if available
2015-06-24 Carlos Martín... curl: extract certificate information
2015-06-24 Carlos Martín... http: set the proxy if the stream supports it
2015-06-24 Carlos Martín... stream: add support for setting a proxy
2015-06-24 Carlos Martín... curl: add CHANGELOG and THREADING entries
2015-06-24 Carlos Martín... Implement a curl stream
2015-06-24 Carlos Martín... curl: find and link with the library if it's available...
2015-06-24 Carlos Martín... binary diff: test that the diff and patch otputs are...
2015-06-24 Edward ThomsonMerge pull request #3251 from git-up/fixes
2015-06-24 Pierre-Olivier... Fixed invalid error handling in git_repository_open_ext()
2015-06-24 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-24 Edward ThomsonMerge pull request #3222 from git-up/conflicted
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-06-24 Edward ThomsonMerge pull request #3226 from libgit2/cmn/racy-diff...
2015-06-24 Edward ThomsonMerge pull request #3249 from libgit2/cmn/repo-version...
2015-06-23 Edward Thomsonstash: save the workdir file when deleted in index
next