summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'portable-zu'Carlos Martín Nieto2015-07-122-2/+2
|\
| * Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-122-2/+2
* | git_cert: child types use proper base typeEdward Thomson2015-07-102-3/+3
|/
* Merge pull request #3273 from ethomson/warnings3Carlos Martín Nieto2015-06-301-1/+0
|\
| * winhttp: remove unused varEdward Thomson2015-06-301-1/+0
* | http: fixed leak when asking for credentials againPierre-Olivier Latour2015-06-301-0/+4
|/
* http: don't give up on auth on the first trycmn/release-fixupsCarlos Martín Nieto2015-06-291-2/+1
* curl: remove the encrypted param to the constructorCarlos Martín Nieto2015-06-241-1/+1
* http: ask for the curl stream for non-encrypted connectionsCarlos Martín Nieto2015-06-241-4/+4
* http: set the proxy if the stream supports itCarlos Martín Nieto2015-06-241-0/+11
* Implement a curl streamCarlos Martín Nieto2015-06-241-1/+6
* Merge pull request #3198 from libgit2/cmn/coverityEdward Thomson2015-06-091-5/+5
|\
| * ssh: move NULL check to the free functionCarlos Martín Nieto2015-06-091-5/+5
* | Merge pull request #3175 from git-up/build_warningsCarlos Martín Nieto2015-06-071-0/+6
|\ \ | |/ |/|
| * Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-0/+6
* | Change error when running out of ssh agent keysMarius Ungureanu2015-06-021-1/+7
|/
* cred: Check for null values when getting key from memoryMichał Górny2015-05-271-1/+4
* cred: Declare GIT_CREDTYPE_SSH_MEMORY unconditionallyMichał Górny2015-05-271-2/+0
* Return an error when ssh memory credentials are not supported.David Calavera2015-05-271-2/+6
* Add support to read ssh keys from memory.David Calavera2015-05-272-1/+66
* errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-202-4/+8
* ssh: read from stderr if stdout is emptyCarlos Martín Nieto2015-05-201-1/+8
* Make "Early EOF" message start with lowercaseMarius Ungureanu2015-05-141-2/+2
* local: plug a leak in the progress reportingCarlos Martín Nieto2015-05-141-1/+5
* Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-131-56/+22
|\
| * local: use the packbuilder to pushCarlos Martín Nieto2015-05-131-55/+18
| * local: add clarification for non-bare push restrictionCarlos Martín Nieto2015-05-131-1/+4
* | local: send the packbuilder progress via the sidebandCarlos Martín Nieto2015-05-131-0/+29
|/
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-133-8/+9
* push: remove own copy of callbacksCarlos Martín Nieto2015-05-131-6/+7
* centralizing all IO buffer size valuesJ Wyman2015-05-111-1/+1
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Abstract away the TLS stream implementationCarlos Martín Nieto2015-04-231-2/+2
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
* Merge pull request #2974 from libgit2/cmn/clone-everythingEdward Thomson2015-04-101-1/+2
|\
| * local: recusrively insert non-branch objects into the packfilecmn/clone-everythingCarlos Martín Nieto2015-03-171-1/+2
* | 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