summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-2616-504/+603
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-243-56/+56
* httpclient: use defines for status codesEdward Thomson2020-01-243-14/+25
* trace: compare against an int valueEdward Thomson2020-01-241-1/+1
* http: send probe packetsEdward Thomson2020-01-242-2/+70
* http: use the new httpclientEdward Thomson2020-01-242-1374/+407
* httpclient: support expect/continueEdward Thomson2020-01-246-9/+61
* httpclient: support CONNECT proxiesEdward Thomson2020-01-242-76/+251
* httpclient: handle chunked responsesEdward Thomson2020-01-242-7/+15
* httpclient: support authenticationEdward Thomson2020-01-242-8/+373
* net: free the url's query componentEdward Thomson2020-01-241-0/+1
* net: introduce path formatting functionEdward Thomson2020-01-242-0/+15
* httpclient: consume final chunk messageEdward Thomson2020-01-241-111/+153
* httpclient: add chunk support to POSTEdward Thomson2020-01-241-11/+44
* httpclient: introduce a simple http implementationEdward Thomson2020-01-242-0/+1045
* net: introduce url formatting functionEdward Thomson2020-01-242-0/+36
* buf: add consume_bytesEdward Thomson2020-01-242-0/+6
* net: introduce git_net_url_joinpathEdward Thomson2020-01-242-0/+76
* net: refactor gitno redirect handlingEdward Thomson2020-01-246-122/+114
* net: add an isvalid functionEdward Thomson2020-01-242-4/+12
* winhttp: refactor request sendingEdward Thomson2020-01-241-8/+8
* smart protocol: correct case in error messagesEdward Thomson2020-01-241-4/+4
* gssapi: validate that we were requested NegotiateEdward Thomson2020-01-241-3/+5
* gssapi: dispose after completion for retryEdward Thomson2020-01-241-13/+19
* gssapi: delete half-built security context so auth can continueJonathan Turcotte2020-01-241-3/+3
* gssapi: correct incorrect case in error messageEdward Thomson2020-01-241-1/+1
* gssapi: protect GSS_ERROR macroEdward Thomson2020-01-241-4/+7
* gssapi: protect against empty messagesEdward Thomson2020-01-241-0/+6
* auth: update enum type name for consistencyethomson/typetEdward Thomson2020-01-185-13/+13
* iterator: update enum type name for consistencyEdward Thomson2020-01-189-50/+50
* rebase: update enum type name for consistencyEdward Thomson2020-01-181-21/+21
* merge: update enum type name for consistencyEdward Thomson2020-01-181-2/+2
* Merge pull request #5358 from lrm29/git_merge_driver_source_repo_non_constPatrick Steinhardt2020-01-171-1/+1
|\
| * merge: Return non-const git_repository from git_merge_driver_source_repo acce...Laurence McGlashan2020-01-151-1/+1
* | Merge pull request #5361 from csware/no-return-freed_objectPatrick Steinhardt2020-01-171-2/+1
|\ \
| * | Do not return free'd git_repository object on errorSven Strickroth2020-01-161-2/+1
* | | Merge pull request #5360 from josharian/fix-5357Patrick Steinhardt2020-01-171-0/+5
|\ \ \
| * | | refs: refuse to delete HEADJosh Bleecher Snyder2020-01-151-0/+5
| |/ /
* | | Merge pull request #5351 from pks-t/pks/index-map-macrosEdward Thomson2020-01-161-60/+48
|\ \ \ | |/ / |/| |
| * | index: fix resizing index map twice on case-insensitive systemsPatrick Steinhardt2020-01-141-17/+14
| * | index: replace map macros with inline functionsPatrick Steinhardt2020-01-141-43/+34
| |/
* | Make type mismatch errors consistentTobias Nießen2020-01-152-2/+2
|/
* Merge pull request #5355 from pks-t/pks/win32-relative-symlink-across-dirsEdward Thomson2020-01-121-1/+9
|\
| * win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-101-1/+9
* | Merge pull request #5305 from kas-luthor/bugfix/multiple-authPatrick Steinhardt2020-01-101-0/+8
|\ \ | |/ |/|
| * Fixes code stylingkas2019-12-131-5/+3
| * Adds support for multiple SSH auth mechanisms being used sequentiallykas2019-11-161-0/+10
* | netops: handle intact query parameters in service_suffix removalJosh Bleecher Snyder2020-01-091-8/+29
* | pack: refactor streams to use `git_zstream`Patrick Steinhardt2020-01-092-47/+19
* | pack: refactor unpacking of raw objects to use `git_zstream`Patrick Steinhardt2020-01-093-41/+44