summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Squash some leaksfeatures/pushPhilip Kelley2012-11-232-4/+15
* Push tests now work against Github reposPhilip Kelley2012-11-236-81/+56
* Strip capabilities^{} after caps detectPhilip Kelley2012-11-233-20/+12
* Add proxy support to winhttpPhilip Kelley2012-11-238-11/+117
* Add a GIT_UNUSED in git.cPhilip Kelley2012-11-221-0/+2
* Use WinHttpQueryAuthSchemes for winhttp instead (thanks Congyi)Philip Kelley2012-11-223-54/+22
* Fix leak when re-using git_remote objectsPhilip Kelley2012-11-229-133/+174
* Only run push tests when envvar is setPhilip Kelley2012-11-212-85/+97
* Propagate and expect GIT_ENONFASTFORWARDPhilip Kelley2012-11-212-21/+27
* More fixes for push; remove one of the push testsPhilip Kelley2012-11-213-27/+12
* Fixes for http and pushPhilip Kelley2012-11-215-53/+71
* Bump the builtin http-parserVicent Marti2012-11-212-647/+1079
* Fixing a build break (wrong kind of slash) on non-Windows environments.Congyi Wu2012-11-201-1/+1
* Wrote tests for push.Congyi Wu2012-11-20136-0/+1917
* Fix uninitialized high dword of 8-byte size_tPhilip Kelley2012-11-081-1/+4
* Merge push_new2 from pwkelley/libgit2Philip Kelley2012-11-0821-153/+1680
|\
| * Receive-pack support for git subtransportPhilip Kelley2012-11-081-4/+65
| * Transfer-encoding: chunked for http subtransportPhilip Kelley2012-11-081-41/+217
| * Push: Main payload. Chunked support for winhttp (phkelley)Michael Schubert2012-11-0716-92/+1220
| * Add git_object_oid2type functionMichael Schubert2012-11-063-0/+39
| * Push: New packets and new capabilitiesMichael Schubert2012-11-063-16/+139
* | Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-0811-123/+594
|\ \ | |/
| * Don't store no_check_cert; fetch it on demandPhilip Kelley2012-11-062-24/+16
| * Fix connection leak in http subtransportPhilip Kelley2012-11-062-3/+9
| * Basic authentication for http and winhttpPhilip Kelley2012-11-0610-96/+569
* | Merge pull request #1039 from erikvanzijst/erik/tag_without_messageVicent Martí2012-11-0711-7/+52
|\ \
| * | tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-0211-7/+52
* | | Merge pull request #1050 from edubart/developmentBen Straub2012-11-075-3/+49
|\ \ \
| * | | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-076-52/+49
| * | | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-062-2/+51
|/ / /
* | | Merge pull request #1025 from ethomson/fetchodbPhilip Kelley2012-11-067-21/+150
|\ \ \ | |_|/ |/| |
| * | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-057-21/+150
|/ /
* | Merge pull request #1046 from libgit2/empty-remote-url-crashRussell Belfer2012-11-053-2/+18
|\ \
| * | 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
| * | Revert "Don't expect the 'empty-remote-url' remote to be listed"Justin Spahr-Summers2012-11-051-2/+2
| * | Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers2012-11-051-2/+2
| * | Test for GITERR_INVALIDJustin Spahr-Summers2012-11-051-0/+1
| * | Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
| * | remote: Add malformed remote load testnulltoken2012-11-042-2/+11
| * | Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* | | Merge pull request #1044 from dahlbyk/repo/stateRussell Belfer2012-11-053-6/+1
|\ \ \
| * | | Fix Clar linkKeith Dahlby2012-11-041-1/+1
| * | | repo: fix state when HEAD is not detachedKeith Dahlby2012-11-042-5/+0
| |/ /
* | | Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-053-2/+69
|\ \ \ | |/ / |/| |
| * | packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-012-0/+24
| * | packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-013-2/+45
* | | Merge pull request #1042 from pwkelley/progress_cbPhilip Kelley2012-11-021-8/+15
|\ \ \
| * | | Fix bytes_received in fetch tests - we weren't calling the callbackPhilip Kelley2012-11-021-8/+15
* | | | Move error capture to top of giterr_setRussell Belfer2012-11-021-4/+4
* | | | Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-0230-347/+989
|\ \ \ \ | |/ / / |/| | |