summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: correct documentation for non-existent config fileupdate-v23Carlos Martín Nieto2015-09-031-2/+4
* Escape @ in doc commentBen Chatelain2015-09-031-1/+1
* COPYING: include winhttp definition copyrightEdward Thomson2015-09-031-0/+46
* CMake: fall back to OpenSSL on older OS XCarlos Martín Nieto2015-09-031-2/+12
* diff: don't error out on an invalid regexCarlos Martín Nieto2015-09-032-7/+32
* http: propagate the credentials callback's error codeCarlos Martín Nieto2015-09-031-1/+9
* Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-09-031-1/+1
* remote: don't confuse tag auto-follow rules with refspec matchingCarlos Martín Nieto2015-09-031-4/+10
* curl: use the most secure auth method for the proxyCarlos Martín Nieto2015-09-031-0/+1
* Forcing libssh2 lib locationSlava Karpenko2015-09-031-1/+1
* Merge pull request #3359 from nodegit/maint/v0.23-duplicate-basename-fixEdward Thomson2015-08-053-3/+2
|\
| * Fix duplicate basenames to support older VSJohn Haley2015-08-053-3/+2
|/
* Bump version to v0.23.1v0.23.1Carlos Martín Nieto2015-08-031-2/+2
* Merge pull request #3349 from libgit2/cmn/for-v23Carlos Martín Nieto2015-08-0324-31/+137
|\
| * Stage an unregistered submodule in _add_bypath()Edward Thomson2015-08-032-5/+71
| * filebuf: remove lockfile upon rename errorsCarlos Martín Nieto2015-08-033-2/+9
| * filebuf: failing test for leaving the lockfile when failing to renameCarlos Martín Nieto2015-08-031-0/+27
| * Increase required version of cmake to 2.8Tony Kelman2015-08-032-2/+2
| * Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-032-0/+4
| * Remove extra semicolon outside of a functionStefan Widgren2015-08-035-6/+6
| * Cherry-pick PR #3332: Resolve documentation warningsCarlos Martín Nieto2015-08-038-10/+13
| * case-insensitive check for WWW-Authenticate headerAnders Borum2015-08-031-1/+1
| * iterator: adjust unreadable-dir test to new behaviourCarlos Martín Nieto2015-08-031-5/+1
| * iterator: skip over errors in diriter initCarlos Martín Nieto2015-08-031-1/+4
|/
* Merge pull request #3333 from libgit2/cmn/for-v23Carlos Martín Nieto2015-08-0138-121/+363
|\
| * Make libgit2 work on Windows Vista againSven Strickroth2015-07-281-3/+8
| * Document git_fetch_options struct and fix typo.Ryan Roden-Corrent2015-07-281-1/+9
| * Fix macro redefinition warningFallso2015-07-281-0/+2
| * submodule: normalize slashes in resolve_urlCarlos Martín Nieto2015-07-281-0/+15
| * submodule: add failing test for backslash in urlCarlos Martín Nieto2015-07-281-0/+23
| * Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-2811-20/+20
| * filter: make sure to close the stream even on errorCarlos Martín Nieto2015-07-281-7/+9
| * index: allow add_bypath to update submodulesCarlos Martín Nieto2015-07-282-2/+34
| * blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto2015-07-283-0/+30
| * errors: add EDIRECTORYCarlos Martín Nieto2015-07-281-0/+1
| * submodule: lookup the submodule by path if availableCarlos Martín Nieto2015-07-281-1/+1
| * submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto2015-07-281-0/+18
| * khash: add eol so picky compilers stop warningEdward Thomson2015-07-281-1/+1
| * xdiff: cleanup some warningsEdward Thomson2015-07-282-1/+3
| * xdiff: upgrade to core git 2.4.5Edward Thomson2015-07-2812-76/+137
| * revert: correct test that added trailing newlineEdward Thomson2015-07-281-10/+12
| * merge_files: don't add trailing newlinesEdward Thomson2015-07-281-0/+39
| * Fix undefined reference with old versions of opensslTony Kelman2015-07-281-0/+2
|/
* Update CHANGELOG with the release numberv0.23.0Carlos Martín Nieto2015-07-061-1/+10
* Merge pull request #3290 from libgit2/cmn/filter-docv0.23.0-rc2Carlos Martín Nieto2015-07-031-2/+35
|\
| * filter: add docs for streaming filterscmn/filter-docCarlos Martín Nieto2015-07-031-2/+35
|/
* Merge pull request #3289 from ethomson/warnings4Carlos Martín Nieto2015-07-031-2/+2
|\
| * iterator_walk: cast away constness for freeEdward Thomson2015-07-021-2/+2
* | Merge pull request #3287 from ethomson/filter_test_cleanupCarlos Martín Nieto2015-07-021-6/+1
|\ \ | |/ |/|
| * filter::stream: free the filter sanelyEdward Thomson2015-07-021-6/+1