summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-282-25/+25
|\ \
| * | Rename the ssh credentialsCarlos Martín Nieto2013-10-232-25/+25
* | | Use two calls to set two headersEdward Thomson2013-10-251-4/+17
* | | transport: let the progress output return an errorCarlos Martín Nieto2013-10-231-1/+4
|/ /
* | Allowed credential types should be a bitfieldEdward Thomson2013-10-212-2/+3
* | Combine WinHTTP API callsBen Straub2013-10-081-13/+7
* | WinHTTP: set Accept header for POSTsBen Straub2013-10-081-1/+11
* | Style tweaks and changes for code review feedbackJameson Miller2013-10-031-8/+6
* | Support cancellation in push operationJameson Miller2013-10-023-39/+53
* | remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-1/+1
|/
* Merge pull request #1879 from libgit2/redir-refactorVicent Martí2013-09-302-232/+37
|\
| * WHOOPSBen Straub2013-09-261-2/+1
| * Adjust to new utility signatureBen Straub2013-09-261-3/+2
| * Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-261-69/+16
| * Deploy gitno_connection_data into transportBen Straub2013-09-261-73/+16
| * Refactor URL handling to use library callBen Straub2013-09-261-69/+28
| * Migrate redirect URL handling to common utilityBen Straub2013-09-251-72/+30
* | Initial Implementation of progress reports during pushJameson Miller2013-09-301-6/+45
|/
* Why are we disabling redirects?Ben Straub2013-09-251-0/+3
* Win32: handle http->https redirectsBen Straub2013-09-251-124/+192