Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-30git__tolower: a tolower() that isn't dumbEdward Thomson
2014-12-10gitno: remove code which is no longer neededCarlos Martín Nieto
2014-12-10Port the TCP transport to the new stream APICarlos Martín Nieto
2014-11-02netops: return GIT_ECERTIFICATE when it fails the basic testsCarlos Martín Nieto
2014-09-24Correctly handle getaddrinfo return resultWilliam Swanson
2014-09-16net: remove support for outright ignoring certificatesCarlos Martín Nieto
2014-09-16Provide a callback for certificate validationCarlos Martín Nieto
2014-07-06in_addr is defined in <Winsock2.h>, include before <ws2tcpip.h>Jacques Germishuys
2014-07-03netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto
2014-06-12ssl: init everything all the timeCarlos Martín Nieto
2014-06-12ssl: cargo-cult thread safetyCarlos Martín Nieto
2014-06-12ssl: use lockingCarlos Martín Nieto
2014-06-11netops: init OpenSSL once under lockCarlos Martín Nieto
2014-05-13Win32 fix for #2300.Albert Meltzer
2014-04-26netops: catch the server not sending a certificateCarlos Martín Nieto
2014-04-26netops: provide more specific error for cert failureCarlos Martín Nieto
2014-04-26netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto
2013-11-19netops: fix leakCarlos Martín Nieto
2013-11-13Fix warningsRussell Belfer
2013-11-12Fix warningsLinquize
2013-11-05Make url decoding more bulletproofbetter-url-parsingBen Straub
2013-11-05Remove unnecessary checkBen Straub
2013-11-05Incorporate feedbackBen Straub
2013-11-05Unescape url-encoded usernames and passwordsBen Straub
2013-11-04Use http_parser_parse_url to parse urlsBen Straub
2013-11-02Clarify parsing issues and errorsBen Straub
2013-11-02Streamline url-parsing logic.Ben Straub
2013-11-01Prevent another segfault from bad URLBen Straub
2013-11-01Prevent segfault with a badly-formed URLBen Straub
2013-10-03HTTP: handle "relative" redirectsBen Straub
2013-09-27Tighten up url-connection utilityBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-26Migrate redirect URL handling to common utilityBen Straub
2013-09-25Disconnect path string to preserve after redirectRussell Belfer
2013-09-24Properly parse urls that include protocol://Ben Straub
2013-08-24netops: remove duplicate includeFraser Tweedale
2013-02-05Merge pull request #1298 from ben/user-atRussell Belfer
2013-02-02Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth
2013-02-02Improved error handlingSven Strickroth
2013-02-02Get utf8_size from WideCharToMultiByte instead of guessing itSven Strickroth
2013-02-02Win32: Make sure error messages are consistently UTF-8 encodedSven Strickroth
2013-02-01Introduce git__substrdupBen Straub
2013-02-01Enhance url parsing to include passwordsBen Straub
2013-01-31Stash username from url (but don't use it yet)Ben Straub
2013-01-31Skip "user@" when finding hostname in urlBen Straub
2013-01-26Fix 3 memory leaksPhilip Kelley
2013-01-20Fix compilation on OpenBSDCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-17netops: on SSL teardown only send shutdown alertMichael Schubert
2012-12-17netops: properly handle GITNO_CONNECT_SSL_NO_CHECK_CERTMichael Schubert