summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4283 from tiennou/generic-tlsPatrick Steinhardt2017-11-093-5/+5
|\
| * stream: Gather streams to src/streamsEtienne Samson2017-10-233-5/+5
* | transports: ssh: ask for credentials again when passphrase is wrongCurtis Vogt2017-10-201-2/+4
|/
* transports: smart: fix memory leak when skipping symbolic refsPatrick Steinhardt2017-10-091-6/+6
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-0316-4/+35
* smart_protocol: fix parsing of server ACK responsesRoger Gee2017-06-101-1/+2
* buffer: rely on `GITERR_OOM` set by `git_buf_try_grow`Patrick Steinhardt2017-06-081-1/+0
* Merge pull request #4097 from implausible/fix/auto-detect-proxy-callbacksCarlos Martín Nieto2017-05-201-0/+3
|\
| * Do not discard proxy_options that have been set when auto is specifiedtyler wanek2017-01-271-0/+3
* | transports: ssh: clean up after libssh2 on exitPatrick Steinhardt2017-05-021-0/+9
* | transports: ssh: report failure initializing libssh2Patrick Steinhardt2017-05-021-1/+4
* | transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+6
* | winhttp: disambiguate error messages when sending requestsPatrick Steinhardt2017-03-011-1/+1
* | Merge pull request #4115 from gsaralms/users/gsaral/optionalOfsDeltaEdward Thomson2017-02-132-1/+5
|\ \
| * | Changes to provide option to turn off/on ofs_deltaGaurav Saral2017-02-102-1/+5
* | | repository: use `git_repository_item_path`Patrick Steinhardt2017-02-131-1/+2
* | | Pass proxy options payload to credentials callbackChristopher Bargren2017-02-061-1/+1
* | | Fix digest credentials for proxy in windowsChris Bargren2017-02-061-7/+18
|/ /
* | winhttp: set proper cert failure error messagesEdward Thomson2017-01-211-7/+47
|/
* WinHTTP: support best auth mechanismEdward Thomson2017-01-161-63/+60
* Merge pull request #4049 from libgit2/ethomson/error_msgsCarlos Martín Nieto2017-01-1310-85/+85
|\
| * giterr_set: consistent error messagesEdward Thomson2016-12-2910-85/+85
* | Merge branch '25_smartpktparse' into maint/v0.25Edward Thomson2017-01-062-16/+13
|\ \
| * | smart_pkt: treat empty packet lines as errorPatrick Steinhardt2017-01-062-16/+5
| * | smart_pkt: verify packet length exceeds PKT_LEN_SIZEPatrick Steinhardt2017-01-061-0/+8
| |/
* | http: check certificate validity before clobbering the error variableEtienne Samson2017-01-061-2/+1
|/
* http: bump the pretend git version in the User-Agentcmn/bump-pretend-gitCarlos Martín Nieto2016-12-201-1/+1
* Fix potential use of uninitialized valuesPatrick Steinhardt2016-12-121-1/+1
* transports: smart: do not redeclare loop countersPatrick Steinhardt2016-12-121-4/+4
* transports: smart: abort receiving packets on end of streamPatrick Steinhardt2016-11-021-1/+5
* transports: smart: abort ref announcement on early end of streamPatrick Steinhardt2016-11-021-1/+1
* transports: http: reset `connected` flag when closing transportPatrick Steinhardt2016-08-171-0/+2
* transports: http: reset `connected` flag when re-connecting transportPatrick Steinhardt2016-08-171-0/+1
* remove conditions that prevent use of custom TLS streamwildart2016-07-061-2/+1
* HTTP authentication scheme name is case insensitive.David Brooks2016-06-191-1/+1
* Merge pull request #3816 from pks-t/pks/memory-leaksEdward Thomson2016-06-141-2/+16
|\
| * winhttp: plug several memory leaksPatrick Steinhardt2016-06-071-2/+16
* | transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt2016-06-072-0/+12
|/
* transport: cast away constness for freeEdward Thomson2016-04-211-1/+1
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-192-2/+2
* winhttp: correctly detect HTTPS usageCarlos Martín Nieto2016-04-191-2/+14
* net: use proxy options struct in the stream configCarlos Martín Nieto2016-04-191-9/+32
* proxy: don't require the trailing slash on WinHTTPCarlos Martín Nieto2016-04-191-1/+2
* proxy: use poxy to test our Windows proxy supportCarlos Martín Nieto2016-04-191-0/+1
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-194-12/+127
* Merge pull request #3574 from chescock/buffer-sideband-pack-dataCarlos Martín Nieto2016-03-241-17/+61
|\
| * Only buffer if necessary.Chris Hescock2016-03-081-18/+39
| * Buffer sideband packet dataChris Hescock2016-01-121-18/+41
* | Merge pull request #3555 from cbargren/ssh-git-protocolsEdward Thomson2016-03-081-17/+32
|\ \
| * | Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE insteadChris Bargren2015-12-281-6/+5