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
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
2012-11-26fix build on FreeBSDFraser Tweedale
2012-11-08Merge pull request #1048 from pwkelley/basic_authPhilip Kelley
2012-11-07Move inet_pton to posix platform-compatibility layerEduardo Bart
2012-11-07Fix compilation for mingw32 and cygwinEduardo Bart
2012-11-06Fix connection leak in http subtransportPhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-20gitno_buffer: callback on each packetBen Straub
2012-09-04netops: be more careful with SSL errorsMichael Schubert
2012-09-04netops: continue writing on SSL_ERROR_WANT_WRITEMichael Schubert
2012-08-28ssl: make cert check ignore work for invalid certs, not just CNsCarlos Martín Nieto
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-07-30transport: rename encrypt to use_sslCarlos Martín Nieto
2012-07-30ssl: use the callback instead of ifs to determine how to get dataCarlos Martín Nieto
2012-07-30remote: use the same code to control git and httpCarlos Martín Nieto
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-22amigaos: CleanupVicent Marti
2012-06-22Merge branch 'pull-req' of https://github.com/chris-y/libgit2 into amigaosVicent Marti