summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Seamless support for NTLM/Kerberos auth on WindowsPhilip Kelley2014-03-181-19/+102
* local transport: catch double-opensCarlos Martín Nieto2014-03-071-0/+3
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-252-1/+6
* Factor out code to convert local "url" into a path.Graham Dennis2014-01-191-20/+28
* Fix local push to file:// URL.Graham Dennis2014-01-181-1/+19
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-115-67/+58
* Further EUSER and error propagation fixesRussell Belfer2013-12-112-13/+17
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-1/+2
* Updates to cancellation logic during download and indexing of packfile.Jameson Miller2013-12-021-8/+22
* ssh: add support for ssh-agent authenticationAlessandro Ghedini2013-11-202-2/+74
* Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson2013-11-182-0/+55
* Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson2013-11-182-10/+12