summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson2015-03-245-5/+15
|\
| * Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-185-5/+15
* | Merge pull request #2986 from tkelman/mingw_winhttpEdward Thomson2015-03-241-22/+27
|\ \
| * | Use swprintf_s everywhere except mingw.orgTony Kelman2015-03-191-3/+7
| * | Fix build on mingw-w64Alex Crichton2015-03-161-2/+2
| * | Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-161-23/+24
* | | git: make sure to close the network streamCarlos Martín Nieto2015-03-211-0/+1
* | | Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson2015-03-171-32/+10
|\ \ \
| * | | local: let the packbuilder perform smarter object insertioncmn/pack-objects-walkCarlos Martín Nieto2015-03-111-32/+10
| | |/ | |/|
* | | http: do not try to use the cert callback on unencrypted streamscmn/stream-check-ecCarlos Martín Nieto2015-03-161-1/+2
| |/ |/|
* | local: create pack with multiple threadscmn/local-pack-threadingCarlos Martín Nieto2015-03-111-0/+3
|/
* http: enforce the credential typescmn/http-enforce-credCarlos Martín Nieto2015-03-031-0/+5
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-132-25/+33
* Use `size_t` to hold size of arraysEdward Thomson2015-02-121-5/+12
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-1/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-127-11/+39
* Plug some leaksJacques Germishuys2014-12-292-5/+14
* local: send 'counting objects' outputcmn/local-proto-progressCarlos Martín Nieto2014-12-161-0/+52
* Merge pull request #2678 from libgit2/cmn/io-streamEdward Thomson2014-12-104-130/+126
|\
| * Fix a couple of compiler warningsCarlos Martín Nieto2014-12-101-1/+1
| * gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-101-3/+3
| * ssh: use socket_stream to perform the connectionCarlos Martín Nieto2014-12-101-8/+12
| * Port HTTP(S) to the new stream APICarlos Martín Nieto2014-12-101-61/+39
| * Port the TCP transport to the new stream APICarlos Martín Nieto2014-12-101-57/+71
* | 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