summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent HTTPS to HTTP redirectRussell Belfer2013-09-241-1/+6
* Disconnect path string to preserve after redirectRussell Belfer2013-09-241-74/+103
* Allow redirects to use same hostBen Straub2013-09-241-2/+15
* Merge pull request #1840 from linquize/warningVicent Martí2013-09-211-2/+2
|\
| * Fix warningLinquize2013-09-191-2/+2
* | Whitespace.Etienne Samson2013-09-161-1/+1
* | Add a wrapper to provide the libssh2 error messageEtienne Samson2013-09-161-13/+21
* | Test for repo before removing leading colonIsaac Kearse2013-09-101-1/+1
* | Trim leading colon from ssh repository pathIsaac Kearse2013-09-081-0/+1
|/
* Provide better errors for push on non-bare local remotesBen Straub2013-09-041-1/+2
* Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-271-2/+2
* Merge pull request #1785 from libgit2/cmn/odb-hash-frontendVicent Martí2013-08-191-3/+3
|\
| * odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-3/+3
* | Commit 7affc2f7 removed var initializationRussell Belfer2013-08-141-0/+1
|/
* Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-131-3/+3
|\
| * Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-2/+2
| * windows: Path conversion with better semanticsVicent Marti2013-08-131-2/+2
| * Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-3/+3
| * Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-1/+1
| * Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-4/+4
| * Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-2/+2
* | Include username in each credential typeCarlos Martín Nieto2013-08-122-10/+51
|/
* trivial whitespace fixupRussell Belfer2013-07-101-1/+1
* Bring SSH error reporting up to base standardsRussell Belfer2013-07-102-81/+73
* Merge branch 'ssh-cred-fix' of tiennou/libgit2Russell Belfer2013-07-101-25/+35
|\