summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* annotated_commit: provide refs and descriptionethomson/annotated_commit_refsEdward Thomson2016-04-265-85/+108
* Merge pull request #3749 from arthurschreiber/arthur/add-git-reference-dupCarlos Martín Nieto2016-04-261-1/+13
|\
| * Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-1/+13
* | Merge pull request #3748 from libgit2/ethomson/rebase_detachedCarlos Martín Nieto2016-04-261-27/+46
|\ \
| * | rebase: correctly finish rebasing detached headsethomson/rebase_detachedEdward Thomson2016-04-211-24/+35
| * | rebase: handle detached HEADs in `init`Edward Thomson2016-04-211-3/+11
| |/
* | tag: ignore extra header fieldscmn/silly-tagsCarlos Martín Nieto2016-04-251-2/+8
* | transport: cast away constness for freeEdward Thomson2016-04-211-1/+1
* | stransport: pass proxy opts instead of char*Edward Thomson2016-04-211-2/+4
* | iterator: ignore submodule in has_endedEdward Thomson2016-04-211-4/+3
|/
* Merge pull request #3110 from libgit2/cmn/proxy-configEdward Thomson2016-04-1913-48/+345
|\
| * proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-192-2/+2
| * winhttp: correctly detect HTTPS usageCarlos Martín Nieto2016-04-191-2/+14
| * curl: ask for proxy credentialsCarlos Martín Nieto2016-04-191-4/+81
| * net: use proxy options struct in the stream configCarlos Martín Nieto2016-04-194-15/+44
| * proxy: don't require the trailing slash on WinHTTPCarlos Martín Nieto2016-04-191-1/+2
| * netops: make the path optional in URLsCarlos Martín Nieto2016-04-191-10/+12
| * proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-0/+1
| * proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-198-19/+178
| * proxy: introduce a proxy options structCarlos Martín Nieto2016-04-191-0/+16
* | ignore: move star-star matching closer to it usecmn/ignore-starstarCarlos Martín Nieto2016-04-191-16/+11
* | ignore: fix directory limits when searching for star-starCarlos Martín Nieto2016-04-191-6/+24
|/
* refs: provide a more general error message for dwimcmn/dwim-general-messageCarlos Martín Nieto2016-04-111-0/+3
* Merge pull request #3724 from ethomson/submodule_start_supports_silly_slashesCarlos Martín Nieto2016-04-021-10/+26
|\
| * iterator: support trailing `/` in start for submodEdward Thomson2016-04-021-10/+26
* | ignore: don't use realpath to canonicalize pathcmn/ignore-symlinkCarlos Martín Nieto2016-04-021-3/+11
|/
* Merge pull request #3720 from pks-t/pks/merge-driver-memleaksCarlos Martín Nieto2016-04-011-0/+1
|\
| * merge_driver: fix missing `goto done;`Patrick Steinhardt2016-04-011-0/+1
* | Merge pull request #3719 from libgit2/ethomson/submodule_statusCarlos Martín Nieto2016-04-011-1/+1
|\ \ | |/ |/|
| * iterator: use correct search functionethomson/submodule_statusEdward Thomson2016-03-311-1/+1
* | leaks: call `xdl_free_classifier`Edward Thomson2016-03-311-1/+1
* | leaks: fix some iterator leaksEdward Thomson2016-03-311-6/+22
* | Plug a few leaksCarlos Martín Nieto2016-03-312-0/+16
|/
* Merge pull request #3575 from pmq20/master-13jan16Carlos Martín Nieto2016-03-312-4/+0
|\
| * Remove duplicated calls to git_mwindow_closeP.S.V.R2016-01-132-4/+0
* | xdiff/xprepare: fix a memory leakPatrick Steinhardt2016-03-311-0/+1
* | xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bitsPatrick Steinhardt2016-03-311-1/+1
* | Merge pull request #3712 from ethomson/config_duplicate_sectionCarlos Martín Nieto2016-03-291-4/+9
|\ \
| * | config: don't write section header if we're in itEdward Thomson2016-03-281-4/+9
* | | Merge pull request #3703 from libgit2/cmn/multivar-set-lockedEdward Thomson2016-03-281-17/+0
|\ \ \ | |/ / |/| |
| * | config: don't special-case multivars that don't exist yetcmn/multivar-set-lockedCarlos Martín Nieto2016-03-211-17/+0
* | | Merge pull request #3691 from ethomson/iteratorsCarlos Martín Nieto2016-03-2610-1595/+1703
|\ \ \
| * | | iterator: comment fixedMarc Strapetz2016-03-241-2/+2
| * | | iterator: unused includes removedMarc Strapetz2016-03-241-4/+0
| * | | iterator: cleanupsEdward Thomson2016-03-243-366/+54
| * | | iterator: refactor empty iterator to new styleEdward Thomson2016-03-241-15/+36
| * | | iterator: mandate `advance_over`Edward Thomson2016-03-242-6/+11
| * | | iterator: refactor index iteratorEdward Thomson2016-03-241-200/+194
| * | | Introduce `git_path_common_dirlen`Edward Thomson2016-03-242-0/+26
| * | | iterator: move the index into the iterator itselfEdward Thomson2016-03-242-36/+15