summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Squash some leaksfeatures/pushPhilip Kelley2012-11-232-4/+15
* Push tests now work against Github reposPhilip Kelley2012-11-232-7/+11
* Strip capabilities^{} after caps detectPhilip Kelley2012-11-231-1/+10
* Add proxy support to winhttpPhilip Kelley2012-11-237-9/+107
* Add a GIT_UNUSED in git.cPhilip Kelley2012-11-221-0/+2
* Use WinHttpQueryAuthSchemes for winhttp instead (thanks Congyi)Philip Kelley2012-11-222-52/+21
* Fix leak when re-using git_remote objectsPhilip Kelley2012-11-226-124/+156
* Propagate and expect GIT_ENONFASTFORWARDPhilip Kelley2012-11-211-19/+24
* More fixes for push; remove one of the push testsPhilip Kelley2012-11-212-3/+12
* Fixes for http and pushPhilip Kelley2012-11-213-41/+61
* Wrote tests for push.Congyi Wu2012-11-202-0/+9
* Fix uninitialized high dword of 8-byte size_tPhilip Kelley2012-11-081-1/+4
* Merge push_new2 from pwkelley/libgit2Philip Kelley2012-11-0813-151/+1565
|\
| * 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-0710-90/+1128
| * Add git_object_oid2type functionMichael Schubert2012-11-061-0/+16
| * Push: New packets and new capabilitiesMichael Schubert2012-11-063-16/+139
* | Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-089-122/+529
|\ \ | |/
| * 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-068-95/+504
* | Merge pull request #1039 from erikvanzijst/erik/tag_without_messageVicent Martí2012-11-071-7/+10
|\ \
| * | tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-021-7/+10
* | | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-076-52/+49
* | | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-062-2/+51
* | | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-054-16/+105
| |/ |/|
* | Merge pull request #1046 from libgit2/empty-remote-url-crashRussell Belfer2012-11-051-0/+6
|\ \
| * | 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
| * | Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
| * | Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* | | Merge pull request #1044 from dahlbyk/repo/stateRussell Belfer2012-11-051-3/+0
|\ \ \
| * | | repo: fix state when HEAD is not detachedKeith Dahlby2012-11-041-3/+0
| |/ /
* | | Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-051-0/+16
|\ \ \ | |/ / |/| |
| * | packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-011-0/+10
| * | packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-0/+6
* | | 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-025-183/+538
|\ \ \ \ | |/ / / |/| | |
| * | | Move rename detection into new fileRussell Belfer2012-10-305-319/+524
| * | | Initial implementation of diff rename detectionRussell Belfer2012-10-232-0/+150
* | | | Merge pull request #1040 from ethomson/index_refactorPhilip Kelley2012-11-021-3/+9
|\ \ \ \
| * | | | freeing index entries would be helpfulEdward Thomson2012-11-021-3/+9
| | |_|/ | |/| |
* | | | Merge pull request #1041 from pwkelley/transportsPhilip Kelley2012-11-021-30/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Prefer GetLastError() for GITERR_OS on Win32Philip Kelley2012-11-021-30/+19
* | | | Merge pull request #1038 from arrbee/doc-fixesVicent Martí2012-11-012-3/+3
|\ \ \ \
| * | | | Improve docs, examples, warningsRussell Belfer2012-11-012-3/+3
* | | | | index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+5
* | | | | index: Fix testsVicent Marti2012-11-013-4/+2