summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí2013-11-114-31/+52
|\
| * remote: update head list on pushCarlos Martín Nieto2013-11-113-11/+27
| * remote: make _ls return the list directlyCarlos Martín Nieto2013-11-114-21/+25
| * remote: store dwimed refspecs separatelyCarlos Martín Nieto2013-11-011-4/+4
| * remote: give up after 256 failures to find a common objectCarlos Martín Nieto2013-11-011-5/+6
* | Merge pull request #1936 from libgit2/better-url-parsingVicent Martí2013-11-102-45/+33
|\ \
| * | Fix ssh.c compileBen Straub2013-11-041-2/+3
| * | Use http_parser_parse_url to parse urlsBen Straub2013-11-042-43/+30
| |/
* | don't double free pktEdward Thomson2013-11-051-1/+1
|/
* Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-012-3/+3
|\
| * indexer: remove the stream infixCarlos Martín Nieto2013-10-302-3/+3
* | Prevent another segfault from bad URLBen Straub2013-10-311-5/+6
* | Initialize variablesBen Straub2013-10-301-2/+2
* | protocol: basic support for multi_ack_detailedCarlos Martín Nieto2013-10-303-29/+58
|/
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-283-1/+12
|\
| * net: advertise our support for fixing thin packsCarlos Martín Nieto2013-10-043-1/+12