summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3411 from spraints/custom-push-headersCarlos Martín Nieto2015-09-304-0/+106
|\
| * Copy custom_headers insteach of referencing the caller's copyMatt Burke2015-09-254-23/+25
| * These can be staticMatt Burke2015-09-241-3/+3
| * Revise custom header error messagesMatt Burke2015-09-241-40/+44
| * Don't null-checkMatt Burke2015-09-241-3/+0
| * Use an array of forbidden custom headersMatt Burke2015-09-241-9/+12
| * Add a test for custom header validationMatt Burke2015-09-101-6/+12
| * More specific namesMatt Burke2015-09-101-4/+4
| * Validate custom http headersMatt Burke2015-09-101-0/+53
| * Ignore NULL headersMatt Burke2015-09-102-11/+14
| * o iMatt Burke2015-09-081-0/+1
| * Teach winhttp about the extra headersMatt Burke2015-09-081-0/+17
| * 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