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
2018-11-09netops: add method to return default http port for a connectionRick Altherr
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2015-04-23Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto
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-10-10Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto
2014-09-24Join typedef and struct definitions in single file.Ciro Santilli
2014-09-16net: remove support for outright ignoring certificatesCarlos Martín Nieto
2014-06-12ssl: cargo-cult thread safetyCarlos Martín Nieto
2014-04-26netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto
2013-11-04Use http_parser_parse_url to parse urlsBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-26Migrate redirect URL handling to common utilityBen 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-09update copyrightsEdward Thomson
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-20gitno_buffer: callback on each packetBen Straub
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-07-30remote: use the same code to control git and httpCarlos Martín Nieto
2012-07-30remote: start moving the protocol to a common areaCarlos Martín Nieto
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-05-19ssl: teardown the connection on closeCarlos Martín Nieto
2012-05-19https: make it work with OpenSSL as wellCarlos Martín Nieto
2012-05-19http: add https support when GnuTLS is availableCarlos Martín Nieto
2012-05-06Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí
2012-05-06Fix gitno_connect() error handling on WindowsScott J. Goldman
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-02-13Update Copyright headerschu
2011-10-12net,pkt: add chunked supportCarlos Martín Nieto
2011-10-01netops: abstract away socket closingCarlos Martín Nieto
2011-10-01Initialise the winsock DLLCarlos Martín Nieto
2011-09-22Merge pull request #405 from carlosmn/http-lsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-09-04Move extract_host_and_port to netops and add default port argumentCarlos Martín Nieto
2011-08-30netops: This is the proper checkVicent Marti
2011-08-30netops: Use the size_t, LukeVicent Marti
2011-08-30Fix Windows compilationCarlos Martín Nieto
2011-06-27Use gitno_buffer in the git transportCarlos Martín Nieto
2011-06-27Add gitno_buffer as a recv wrapperCarlos Martín Nieto
2011-06-26Implement and use gitno_sendCarlos Martín Nieto
2011-06-26Create netops and start moving git:// to itCarlos Martín Nieto