summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
...
| * | git_smart__connect: free symrefs on errorNelson Elhage2018-06-251-1/+3
| * | git_smart__update_heads: free the old symref_targetNelson Elhage2018-06-251-1/+3
| * | Fix another missing git_pkt_freeNelson Elhage2018-06-251-1/+3
| * | wait_while_ack: use git_pkt_freeNelson Elhage2018-06-251-10/+17
| |/
* | Merge branch 'nelhage/smart-no-pack'Edward Thomson2018-06-261-0/+6
|\ \
| * | smart protocol: correct error message capitalizationEdward Thomson2018-06-261-1/+1
| * | PACK packets are illegal while downloading refsNelson Elhage2018-06-241-0/+6
| |/
* | Merge pull request #4695 from nelhage/git_pkt-type-confusionPatrick Steinhardt2018-06-251-1/+6
|\ \
| * | Fix type confusion in git_smart__connectNelson Elhage2018-06-241-1/+6
| |/
* | Verify ref_pkt's are long enoughNelson Elhage2018-06-241-0/+5
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-1010-37/+37
* local: fix a leaking reference when iterating over a symrefEtienne Samson2018-04-201-1/+3
* Merge pull request #4514 from tiennou/fix/pkt-type-enumEdward Thomson2018-04-172-36/+35
|\
| * smart: typoEtienne Samson2018-04-111-1/+1
| * smart: free the pkt when we fail to store itEtienne Samson2018-04-111-4/+5
| * smart: separate error handling from pkt handlingEtienne Samson2018-04-111-7/+6
| * smart: make out arguments explicit on recv_pktEtienne Samson2018-04-111-5/+5
| * smart: typedef git_pkt_type and clarify recv_pkt return typeEtienne Samson2018-04-112-30/+29
* | Merge pull request #4596 from pks-t/pks/ssh-disconnectEdward Thomson2018-04-161-1/+2
|\ \
| * | transports: ssh: replace deprecated function `libssh2_session_startup`Patrick Steinhardt2018-03-271-1/+1
| * | transports: ssh: disconnect session before freeing itPatrick Steinhardt2018-03-271-0/+1
| |/
* | transports: local: fix assert when fetching into repo with symrefsPatrick Steinhardt2018-04-061-1/+5
|/
* ssh urls: use `git_buf_decode_percent`Edward Thomson2018-03-191-8/+6
* Unescape repo before constructing ssh requestSteven King Jr2018-03-191-1/+5
* winhttp: enable TLS 1.2 on Windows 7 and earlierethomson/winhttpEdward Thomson2018-02-271-0/+14
* winhttp: include constants for TLS 1.1/1.2 supportEdward Thomson2018-02-271-5/+8
* mingw: update TLS option flagsEdward Thomson2018-02-271-0/+5
* http: standardize user-agent additionethomson/user_agentEdward Thomson2018-02-103-27/+30
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-015-10/+12
* transports: local: fix memory leak in reference walkPatrick Steinhardt2018-01-121-0/+2
* Merge pull request #4453 from libgit2/ethomson/spnegoEdward Thomson2018-01-011-4/+13
|\
| * winhttp: properly support ntlm and negotiateethomson/spnegoEdward Thomson2017-12-291-4/+13
* | Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson2017-12-301-5/+18
|\ \ | |/ |/|
| * Don't fetch objects we don't need in local transport.Chris Hescock2016-12-201-5/+18
* | winhttp: pass the same payload as ssh & http transports when checking certifi...Etienne Samson2017-11-261-1/+1
* | 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