| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure to always include "common.h" first | Patrick Steinhardt | 2017-07-03 | 1 | -2/+2 |
* | giterr_set: consistent error messages | Edward Thomson | 2016-12-29 | 1 | -4/+4 |
* | netops: make the path optional in URLs | Carlos Martín Nieto | 2016-04-19 | 1 | -10/+12 |
* | netops: fix memory leak when an error occurs | Patrick Steinhardt | 2016-02-18 | 1 | -0/+4 |
* | git__tolower: a tolower() that isn't dumb | Edward Thomson | 2015-05-29 | 1 | -3/+3 |
* | gitno: remove code which is no longer needed | Carlos Martín Nieto | 2014-12-10 | 1 | -486/+11 |
* | Port the TCP transport to the new stream API | Carlos Martín Nieto | 2014-12-10 | 1 | -0/+19 |
* | netops: return GIT_ECERTIFICATE when it fails the basic testscmn/invalid-cert-return | Carlos Martín Nieto | 2014-11-02 | 1 | -1/+1 |
* | Correctly handle getaddrinfo return result | William Swanson | 2014-09-24 | 1 | -1/+1 |
* | net: remove support for outright ignoring certificates | Carlos Martín Nieto | 2014-09-16 | 1 | -5/+2 |
* | Provide a callback for certificate validation | Carlos Martín Nieto | 2014-09-16 | 1 | -3/+4 |
* | in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h> | Jacques Germishuys | 2014-07-06 | 1 | -0/+1 |
* | netops: error out on url without a pathcmn/http-url-path | Carlos Martín Nieto | 2014-07-03 | 1 | -0/+3 |
* | ssl: init everything all the timecmn/init-ssl-once | Carlos Martín Nieto | 2014-06-12 | 1 | -80/+3 |
* | ssl: cargo-cult thread safety | Carlos Martín Nieto | 2014-06-12 | 1 | -22/+21 |
* | ssl: use locking | Carlos Martín Nieto | 2014-06-11 | 1 | -0/+42 |
* | netops: init OpenSSL once under lock | Carlos Martín Nieto | 2014-06-11 | 1 | -2/+32 |
* | Win32 fix for #2300. | Albert Meltzer | 2014-05-12 | 1 | -0/+4 |
* | netops: catch the server not sending a certificatecmn/match-host-tests | Carlos Martín Nieto | 2014-04-26 | 1 | -0/+4 |
* | netops: provide more specific error for cert failure | Carlos Martín Nieto | 2014-04-26 | 1 | -5/+5 |
* | netops: unit-test the cert host-name pattern matching | Carlos Martín Nieto | 2014-04-26 | 1 | -4/+4 |
* | netops: fix leak | Carlos Martín Nieto | 2013-11-18 | 1 | -2/+5 |
* | Fix warnings | Russell Belfer | 2013-11-13 | 1 | -1/+1 |
* | Fix warnings | Linquize | 2013-11-12 | 1 | -1/+1 |
* | Make url decoding more bulletproofbetter-url-parsing | Ben Straub | 2013-11-05 | 1 | -12/+7 |
* | Remove unnecessary check | Ben Straub | 2013-11-05 | 1 | -1/+1 |
* | Incorporate feedback | Ben Straub | 2013-11-05 | 1 | -5/+5 |
* | Unescape url-encoded usernames and passwords | Ben Straub | 2013-11-04 | 1 | -2/+26 |
* | Use http_parser_parse_url to parse urls | Ben Straub | 2013-11-04 | 1 | -46/+43 |
* | Clarify parsing issues and errors | Ben Straub | 2013-11-01 | 1 | -2/+3 |
* | Streamline url-parsing logic. | Ben Straub | 2013-11-01 | 1 | -25/+25 |
* | Prevent another segfault from bad URL | Ben Straub | 2013-10-31 | 1 | -1/+1 |
* | Prevent segfault with a badly-formed URL | Ben Straub | 2013-10-31 | 1 | -3/+4 |
* | HTTP: handle "relative" redirects | Ben Straub | 2013-10-02 | 1 | -0/+10 |
* | Tighten up url-connection utility | Ben Straub | 2013-09-26 | 1 | -8/+2 |
* | Deploy gitno_connection_data into transport (winhttp) | Ben Straub | 2013-09-26 | 1 | -7/+15 |
* | Migrate redirect URL handling to common utility | Ben Straub | 2013-09-25 | 1 | -0/+75 |
* | Disconnect path string to preserve after redirect | Russell Belfer | 2013-09-24 | 1 | -5/+1 |
* | Properly parse urls that include protocol:// | Ben Straub | 2013-09-24 | 1 | -1/+4 |
* | netops: remove duplicate include | Fraser Tweedale | 2013-08-24 | 1 | -4/+0 |
* | Merge pull request #1298 from ben/user-at | Russell Belfer | 2013-02-04 | 1 | -5/+32 |
|\ |
|
| * | Introduce git__substrdup | Ben Straub | 2013-02-01 | 1 | -5/+5 |
| * | Enhance url parsing to include passwords | Ben Straub | 2013-01-31 | 1 | -10/+28 |
| * | Stash username from url (but don't use it yet) | Ben Straub | 2013-01-30 | 1 | -2/+7 |
| * | Skip "user@" when finding hostname in url | Ben Straub | 2013-01-30 | 1 | -2/+6 |
* | | Deduplicate FormatMessage UTF-16 to UTF-8 conversion code | Sven Strickroth | 2013-02-02 | 1 | -19/+6 |
* | | Improved error handling | Sven Strickroth | 2013-02-02 | 1 | -2/+10 |
* | | Get utf8_size from WideCharToMultiByte instead of guessing it | Sven Strickroth | 2013-02-01 | 1 | -3/+3 |
* | | Win32: Make sure error messages are consistently UTF-8 encoded | Sven Strickroth | 2013-02-01 | 1 | -6/+10 |
|/ |
|
* | Fix 3 memory leaks | Philip Kelley | 2013-01-25 | 1 | -0/+1 |