summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
...
| * Hook up the custom_headers to the http transportMatt Burke2015-09-083-4/+16
| * Drop extra_http_headers from git_remoteMatt Burke2015-09-081-1/+0
| * Allow the world to set HTTP headers for remotesMatt Burke2015-09-041-1/+1
| * Pull extra_http_headers from the git_remoteMatt Burke2015-09-041-0/+1
| * Put the extra headers on the connection_data insteadMatt Burke2015-09-041-4/+3
| * Add more headers to HTTP requestsMatt Burke2015-09-041-0/+9
* | Merge pull request #3379 from theseion/additional_libssh2_error_reportingCarlos Martín Nieto2015-09-091-1/+3
|\ \ | |/ |/|
| * added a single line of additional error reporting from libssh2 when failing t...Max Leske2015-08-141-1/+3
* | Merge pull request #3355 from palmin/palmin/fix-2830Carlos Martín Nieto2015-08-251-2/+9
|\ \
| * | Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum2015-08-171-2/+9
| |/
* | cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+8
* | transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+14
* | Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson2015-08-151-1/+1
|\ \
| * | Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-08-131-1/+1
* | | http: propagate the credentials callback's error codecmn/http-errorCarlos Martín Nieto2015-08-151-1/+9
| |/ |/|
* | Handle ssh:// and git:// urls containing a '~' character.Simon2015-08-032-0/+4
* | case-insensitive check for WWW-Authenticate headerAnders Borum2015-07-291-1/+1
|/
* 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