summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/
| * http: fix typo in credentials logicCarlos Martín Nieto2014-06-131-1/+1
* | ssh: make sure to ask for a username and use the same oneCarlos Martín Nieto2014-06-262-34/+38
* | cred: add convenience function to get the usernameCarlos Martín Nieto2014-06-262-0/+49
* | cred: introduce username-only credCarlos Martín Nieto2014-06-261-0/+23
* | ssh: request credentials again on authentication failureCarlos Martín Nieto2014-06-261-26/+60
* | ssh: propagate the error code from the auth callbackCarlos Martín Nieto2014-06-171-13/+12
* | ssh: detect authentication methodsCarlos Martín Nieto2014-06-171-6/+77
|/
* clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-031-20/+2
* smart: initialize the error variableCarlos Martín Nieto2014-05-221-1/+1
* Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-222-12/+14
* Merge pull request #2376 from libgit2/cmn/remote-symrefVicent Marti2014-05-225-11/+120
|\
| * local transport: expose the symref dataCarlos Martín Nieto2014-05-211-4/+18
| * remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-212-0/+20
| * smart: store reported symrefsCarlos Martín Nieto2014-05-213-7/+82
* | smart: send a flush when we disconnectcmn/fetch-terminateCarlos Martín Nieto2014-05-201-0/+12
|/
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-254-48/+51
|\
| * Correct argument order of git__calloc()Jacques Germishuys2014-04-211-1/+1
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-213-5/+5
| * Rename progress callback to sideband_progressJacques Germishuys2014-04-211-2/+2
| * Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-5/+9
| * Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-36/+35
* | Merge pull request #2283 from phkelley/win32_fsVicent Marti2014-04-231-75/+50
|\ \
| * | Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-75/+50
| |/
* | transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-222-32/+55
|/
* Only zero sensitive information on destruction (and memory actually allocated...Jacques Germishuys2014-04-181-7/+21
* Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-182-3/+3
* Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-182-0/+58
* cred: tighten username rulesCarlos Martín Nieto2014-04-182-50/+14