]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2016-04-21 Edward Thomsonrebase: test abort immediately after init
2016-04-19 Edward ThomsonMerge pull request #3110 from libgit2/cmn/proxy-config
2016-04-19 Carlos Martín... CI: download the proxy jar also on mingw
2016-04-19 Edward ThomsonMerge pull request #3745 from libgit2/cmn/ignore-starstar
2016-04-19 Carlos Martín... ignore: move star-star matching closer to it use
2016-04-19 Carlos Martín... ignore: fix directory limits when searching for star...
2016-04-19 Carlos Martín... CI: run proxy tests with ctest
2016-04-19 Carlos Martín... proxy: don't specify the protocol in the type
2016-04-19 Carlos Martín... CI: start the proxy before the build so it's ready
2016-04-19 Carlos Martín... winhttp: correctly detect HTTPS usage
2016-04-19 Carlos Martín... curl: ask for proxy credentials
2016-04-19 Carlos Martín... proxy: add a payload field for the proxy options
2016-04-19 Carlos Martín... net: use proxy options struct in the stream config
2016-04-19 Carlos Martín... proxy: don't require the trailing slash on WinHTTP
2016-04-19 Carlos Martín... proxy: test proxy support on Travis
2016-04-19 Carlos Martín... netops: make the path optional in URLs
2016-04-19 Carlos Martín... proxy: use poxy to test our Windows proxy support
2016-04-19 Carlos Martín... proxy: ask the user for credentials if necessary
2016-04-19 Carlos Martín... proxy: introduce a proxy options struct
2016-04-18 Antonio ScandurraAdd more tests for path matching with globs and path...
2016-04-13 Carlos Martín... Merge pull request #3740 from Qix-/patch-1
2016-04-13 Josh JunonAdd missing ')' to callbacks documentation
2016-04-11 Carlos Martín... Merge pull request #3738 from ethomson/test_as_root
2016-04-11 Edward Thomsontests: skip the unreadable file tests as root
2016-04-11 Edward ThomsonMerge pull request #3736 from libgit2/cmn/dwim-general...
2016-04-11 Carlos Martín... Merge pull request #3737 from ethomson/strict-object
2016-04-11 Edward Thomsonrefs::create: strict object creation on by default
2016-04-11 Carlos Martín... reset: use real ids for the tests
2016-04-11 Carlos Martín... refs: provide a more general error message for dwim
2016-04-06 Edward ThomsonMerge pull request #3730 from andhe/fix-stream-test
2016-04-06 Andreas Henrikssontests: fix core/stream test when built with openssl off
2016-04-05 Edward ThomsonMerge pull request #3728 from libgit2/cmn/no-embed
2016-04-05 Carlos Martín... Remove Makefile.embed
2016-04-03 Carlos Martín... Merge pull request #3724 from ethomson/submodule_start_...
2016-04-02 Edward ThomsonMerge pull request #3723 from libgit2/cmn/ignore-symlink
2016-04-02 Edward Thomsoniterator: support trailing `/` in start for submod
2016-04-02 Edward Thomsondiff: test submodules are found with trailing `/`
2016-04-02 Carlos Martín... ignore: don't use realpath to canonicalize path
2016-04-01 Carlos Martín... Merge pull request #3720 from pks-t/pks/merge-driver...
2016-04-01 Patrick Steinhardtmerge_driver: fix missing `goto done;`
2016-04-01 Carlos Martín... Merge pull request #3719 from libgit2/ethomson/submodul...
2016-03-31 Edward Thomsoniterator: use correct search function
2016-03-31 Edward Thomsonstatus: test submodules with mixed case
2016-03-31 Carlos Martín... Merge pull request #3717 from libgit2/ethomson/leaks
2016-03-31 Edward Thomsonleaks: call `xdl_free_classifier`
2016-03-31 Edward Thomsonleaks: fix some leaks in the tests
2016-03-31 Edward Thomsonleaks: fix some iterator leaks
2016-03-31 Carlos Martín... Plug a few leaks
2016-03-31 Edward ThomsonMerge pull request #3716 from libgit2/cmn/typedef-sizet
2016-03-31 Carlos Martín... Merge pull request #3575 from pmq20/master-13jan16
2016-03-31 Carlos Martín... Merge pull request #3715 from pks-t/pks/xprepare-memleak
2016-03-31 Carlos Martín... Add a no-op size_t typedef for the doc parser
2016-03-31 Patrick Steinhardtxdiff/xprepare: fix a memory leak
2016-03-31 Patrick Steinhardtxdiff/xprepare: use the XDF_DIFF_ALG() macro to access...
2016-03-29 Carlos Martín... Merge pull request #3712 from ethomson/config_duplicate...
2016-03-28 Edward ThomsonMerge pull request #3703 from libgit2/cmn/multivar...
2016-03-28 Edward Thomsonconfig::write::repeated: init our buffer
2016-03-28 Edward Thomsonconfig: don't write section header if we're in it
2016-03-28 Carlos Martín... config: show we write a spurious duplicated section...
2016-03-28 Edward ThomsonMerge pull request #3708 from sschuberth/master
2016-03-26 Carlos Martín... Merge pull request #3691 from ethomson/iterators
2016-03-24 Marc Strapetziterator: comment fixed
2016-03-24 Marc Strapetziterator: unused includes removed
2016-03-24 Marc Strapetziterator: new workdir-iterator test for pathlist +...
2016-03-24 Marc Strapetziterator: new index-iterator test for pathlist + includ...
2016-03-24 Marc Strapetziterator: more pathlist-related tests should test actua...
2016-03-24 Edward Thomsoniterator: cleanups
2016-03-24 Edward Thomsoniterator: don't run the gunk test by default on CI
2016-03-24 Edward Thomsoniterator: refactor empty iterator to new style
2016-03-24 Edward Thomsoniterator: mandate `advance_over`
2016-03-24 Edward Thomsoniterator: refactor index iterator
2016-03-24 Edward ThomsonIntroduce `git_path_common_dirlen`
2016-03-24 Edward Thomsoniterator: move the index into the iterator itself
2016-03-24 Edward Thomsoniterator: give the tests a proper hierarchy
2016-03-24 Carlos Martín... Merge pull request #3574 from chescock/buffer-sideband...
2016-03-24 Sebastian SchuberthCMakeLists: Further improve the error messages regardin...
2016-03-23 Jeff HostetlerAdded clar test for #3568
2016-03-23 Edward Thomsondiff: stop processing nitem when its removed
2016-03-23 Edward Thomsoniterator: drop `advance_into_or_over`
2016-03-23 Edward Thomsoniterator: test that we can `advance_into` empty dirs
2016-03-23 joshaberFailing test.
2016-03-23 Marc Strapetziterator: test pathlist handling for directories
2016-03-23 Edward Thomsoniterator: test `advance_over` with a pathlist
2016-03-23 Edward Thomsoniterator: add tests for advance_over
2016-03-23 Edward Thomsoniterator: test workdir pathlist with deep paths
2016-03-23 Edward Thomsoniterator: workdir tests with submodules
2016-03-23 Edward Thomsoniterator: expand workdir tests with pathlist
2016-03-23 Edward Thomsoniterator: test that we're at the end of iteration
2016-03-23 Edward Thomsoniterator: combine fs+workdir iterators more completely
2016-03-23 Edward Thomsoniterator: test fs iterator w/ many nested empty dirs
2016-03-23 Edward Thomsoniterator: skip unreadable directories in fs iterator
2016-03-23 Edward Thomsoncheckout: provide internal func to compute target path
2016-03-23 Edward Thomsoniterators: refactored tree iterator
2016-03-23 Edward Thomsonrepo::iterator: don't go out of bounds
2016-03-23 Edward Thomsongit_object_dup: introduce typesafe versions
2016-03-23 Edward Thomsoniterator: disambiguate reset and reset_range
2016-03-23 Edward Thomsoniterator: drop unused/unimplemented `seek`
2016-03-23 Edward Thomsonstatus: update test to include valid OID
2016-03-23 Edward ThomsonMerge pull request #3707 from sschuberth/master
2016-03-23 Sebastian SchuberthCMakeLists: Show the pointer size for an unsupported...
next