summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | Fixed git_smart__store_refs() to clear existing refs in case git_remote_connect() is called again after git_remote_disconnect(). Fixed bug in cb_tree_walk() in pack_objects.c where it was trying to pack submodules in found in trees.
* 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
|\ \ | |/ | | Basic authentication for http and winhttp
| * 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
|\ \ | | | | | | Correctly parse tags lacking a description
| * | tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-0211-7/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix makes libgit2 capable of parsing annotated tag objects that lack the optional message/description field. Previously, libgit2 treated this field as mandatory and raised a tag_error on such tags. However, the message field is optional. An example of such a tag is refs/tags/v2.6.16.31-rc1 in Linux: $ git cat-file tag refs/tags/v2.6.16.31-rc1 object afaa018cefb6af63befef1df7d8febaae904434f type commit tag v2.6.16.31-rc1 tagger Adrian Bunk <bunk@stusta.de> 1162716505 +0100 $
* | | Merge pull request #1050 from edubart/developmentBen Straub2012-11-075-3/+49
|\ \ \ | | | | | | | | Fix compilation for mingw32 and cygwin
| * | | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-076-52/+49
| | | |
| * | | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-062-2/+51
|/ / / | | | | | | | | | | | | inet_pton is available only in windows vista or later, fixed the issue by reimplementing it using WSAStringToAddress
* | | Merge pull request #1025 from ethomson/fetchodbPhilip Kelley2012-11-067-21/+150
|\ \ \ | |_|/ |/| | fetch: Write packs to the ODB instead of directly to disk
| * | 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
|\ \ | | | | | | Bail out of remote loading if the URL would be NULL
| * | '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
| | | | | | | | | | | | | | | | | | Apparently git_remote_list() includes even remotes for which git_remote_load() would fail. Sorry @nulltoken, false alarm. This reverts commit f358ec143c8c9952227d31cd21c24f8c9be23d3c.
| * | Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers2012-11-051-2/+2
| | | | | | | | | | | | CC @nulltoken
| * | 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
| | | | | | | | | | | | This fixes a crash from attempting to invoke git__strdup() against NULL.
* | | Merge pull request #1044 from dahlbyk/repo/stateRussell Belfer2012-11-053-6/+1
|\ \ \ | | | | | | | | Fix state when HEAD is not detached
| * | | 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
|\ \ \ | |/ / |/| | Let the user grab the packfile as it's being written
| * | 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
| | | | | | | | | | | | | | | Let the user get each object as a buffer+size pair so they can handle the packfile content as they need to.
* | | Merge pull request #1042 from pwkelley/progress_cbPhilip Kelley2012-11-021-8/+15
|\ \ \ | | | | | | | | Fix bytes_received in fetch tests - we weren't calling the callback
| * | | 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
|\ \ \ \ | |/ / / |/| | | Initial implementation of diff rename detection