summaryrefslogtreecommitdiff
path: root/src/netops.h
Commit message (Expand)AuthorAgeFilesLines
* openssl: dynamically load libssl and symbols (optionally)Edward Thomson2021-08-241-1/+1
* netops: use GIT_ASSERTEdward Thomson2020-11-271-1/+1
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-11/+0
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-25/+3
* netops: add method to return default http port for a connectionRick Altherr2018-11-091-0/+2
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-2/+2
* gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-101-9/+1
* Port the TCP transport to the new stream APICarlos Martín Nieto2014-12-101-0/+3
* Merge pull request #2575 from cirosantilli/factor-struct-typedefCarlos Martín Nieto2014-10-101-12/+6
|\
| * Join typedef and struct definitions in single file.Ciro Santilli2014-09-241-12/+6
* | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-4/+0
|/
* ssl: cargo-cult thread safetyCarlos Martín Nieto2014-06-121-1/+0
* netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-261-0/+13
* Use http_parser_parse_url to parse urlsBen Straub2013-11-041-0/+1
* Deploy gitno_connection_data into transport (winhttp)Ben Straub2013-09-261-3/+1
* Migrate redirect URL handling to common utilityBen Straub2013-09-251-0/+25
* Enhance url parsing to include passwordsBen Straub2013-01-311-1/+7
* Stash username from url (but don't use it yet)Ben Straub2013-01-301-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-15/+42
* gitno_buffer: callback on each packetBen Straub2012-10-191-0/+2
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-2/+2
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | remote: use the same code to control git and httpCarlos Martín Nieto2012-07-301-0/+4
* | remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-3/+2
|/
* ssl: teardown the connection on closeCarlos Martín Nieto2012-05-191-0/+1
* https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-191-5/+3
* http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-3/+11
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-1/+1
|\
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-051-1/+1
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-7/+3
|/
* Update Copyright headerschu2012-02-131-1/+1
* net,pkt: add chunked supportCarlos Martín Nieto2011-10-121-0/+1
* netops: abstract away socket closingCarlos Martín Nieto2011-10-011-0/+1
* Initialise the winsock DLLCarlos Martín Nieto2011-10-011-2/+2
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-0/+2
|\
| * Move extract_host_and_port to netops and add default port argumentCarlos Martín Nieto2011-09-041-0/+2
* | Cleanup legal dataVicent Marti2011-09-191-1/+4
|/
* netops: This is the proper checkVicent Marti2011-08-301-1/+1
* netops: Use the size_t, LukeVicent Marti2011-08-301-4/+4
* Fix Windows compilationCarlos Martín Nieto2011-08-301-1/+8
* Use gitno_buffer in the git transportCarlos Martín Nieto2011-06-271-3/+3
* Add gitno_buffer as a recv wrapperCarlos Martín Nieto2011-06-271-0/+12
* Implement and use gitno_sendCarlos Martín Nieto2011-06-261-0/+1
* Create netops and start moving git:// to itCarlos Martín Nieto2011-06-261-0/+9