summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* winhttp: plug some leaksEdward Thomson2014-12-091-47/+67
* Merge pull request #2730 from libgit2/cmn/local-pushEdward Thomson2014-12-051-11/+6
|\
| * local: adjust to the common refspec parsercmn/local-pushCarlos Martín Nieto2014-11-231-11/+6
* | win32: clear connection data on closeEdward Thomson2014-12-031-0/+1
|/
* Plug leaksCarlos Martín Nieto2014-11-231-6/+14
* fetch: clear the connection data on closecmn/fetch-twiceCarlos Martín Nieto2014-11-191-0/+1
* push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-092-8/+8
* Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth2014-10-261-8/+6
* Cleanup memory leak in ssh transportEdward Thomson2014-10-261-34/+28
* Clean up various compiler warningsEdward Thomson2014-10-262-4/+10
* Provide host name to certificate_check_cbSven Strickroth2014-09-223-3/+3
* Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-171-3/+3
|\
| * Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-3/+3
* | winhttp: get rid of the cert ignore flagCarlos Martín Nieto2014-09-161-7/+0
* | ssh: expose both hashesCarlos Martín Nieto2014-09-161-9/+9
* | ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-9/+7
* | net: use only structs to pass information about certCarlos Martín Nieto2014-09-163-3/+13
* | Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-162-2/+8
|\ \ | |/
| * ssh: store error message immediately after a failed agent callcmn/ssh-errorsCarlos Martín Nieto2014-09-041-1/+7
| * Several CppCat warnings fixedArkady Shapkin2014-09-031-1/+1
* | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-3/+0
* | winhttp: set ignore security flags on user commandCarlos Martín Nieto2014-09-161-6/+42
* | winhttp: bring together request sendingCarlos Martín Nieto2014-09-161-32/+44
* | winhttp: only do certificate check for SSLCarlos Martín Nieto2014-09-161-1/+1
* | winhttp: credential check on successful connectCarlos Martín Nieto2014-09-161-0/+41
* | Bring certificate check back to the normal return codeCarlos Martín Nieto2014-09-162-20/+17
* | ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto2014-09-161-47/+44
* | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-162-10/+12
* | http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-162-22/+48
* | Provide a callback for certificate validationCarlos Martín Nieto2014-09-164-3/+62
|/
* Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-271-3/+3
|\
| * winhttp: Prevent swallowing of url parsing errornulltoken2014-08-271-3/+3
* | Merge pull request #2502 from rnowosielski/remote_set_timeoutVicent Marti2014-08-271-1/+17
|\ \ | |/ |/|
| * Set timeout on remote (WinHTTP) should return error in case of failure. Conne...Rafal Nowosielski2014-08-271-7/+15
| * Set timeout on remote (WinHTTP) to infinite #2147Rafal Nowosielski2014-08-231-0/+8
* | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-2710-86/+687
|\ \ | |/
| * http: make sure we can consume the data we requestcmn/http-recv-bufferCarlos Martín Nieto2014-08-161-4/+20
| * Introduce proper http authentication APIEdward Thomson2014-08-155-282/+528
| * Add GSSAPI support for SPNEGO/Kerberos auth over HTTPEdward Thomson2014-08-151-30/+287
| * Introduce git_buf_decode_base64Edward Thomson2014-08-152-2/+2
| * Perform HTTP keep-aliveEdward Thomson2014-08-151-3/+12
| * Custom transport: minor cleanupsEdward Thomson2014-08-142-0/+2
| * Consistently use p_snprintfJacques Germishuys2014-08-051-2/+2
| * Define WINHTTP_IGNORE_REQUEST_TOTAL_LENGTH if not definedJacques Germishuys2014-08-051-0/+4
| * Silence unused variables warningsJacques Germishuys2014-08-051-0/+1
| * ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-2/+52
| * Include libssh2.h before git2.h (transport.h)Jacques Germishuys2014-07-031-2/+4
| * Merge pull request #2456 from libgit2/cmn/ssh-send-everythingVicent Marti2014-07-021-1/+12
| |\
| | * ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto2014-07-021-1/+12
| * | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-271-1/+3
| |/