summaryrefslogtreecommitdiff
path: root/src/netops.c
Commit message (Expand)AuthorAgeFilesLines
* fix build on FreeBSDFraser Tweedale2012-11-261-0/+4
* Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-081-3/+6
|\
| * Fix connection leak in http subtransportPhilip Kelley2012-11-061-3/+6
* | Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-071-50/+2
* | Fix compilation for mingw32 and cygwinEduardo Bart2012-11-061-2/+50
|/
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-80/+111
* gitno_buffer: callback on each packetBen Straub2012-10-191-1/+2
* netops: be more careful with SSL errorsMichael Schubert2012-09-041-1/+37
* netops: continue writing on SSL_ERROR_WANT_WRITEMichael Schubert2012-09-041-1/+1
* ssl: make cert check ignore work for invalid certs, not just CNsCarlos Martín Nieto2012-08-281-2/+6
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-2/+7
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | transport: rename encrypt to use_sslCarlos Martín Nieto2012-07-301-4/+4
* | ssl: use the callback instead of ifs to determine how to get dataCarlos Martín Nieto2012-07-301-40/+31
* | remote: use the same code to control git and httpCarlos Martín Nieto2012-07-301-2/+15
|/
* amigaos: CleanupVicent Marti2012-06-221-96/+4
* Merge branch 'pull-req' of https://github.com/chris-y/libgit2 into amigaosVicent Marti2012-06-221-1/+95
|\
| * more getaddrinfo compatibilityChris Young2012-06-201-4/+6
| * getaddrinfo() replacement functionsChris Young2012-06-201-35/+86
| * More changes resulting from pull requestChris Young2012-06-141-1/+1
| * Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-19/+26
| * Make this more generic and mergeable.Chris Young2012-06-131-6/+6
| * Fix gethostbyname compatibilityChris Young2012-06-091-2/+10
| * horrid gethostbyname compatibilityChris Young2012-06-071-4/+30
* | Fix compile errors when building on windowsTim Clem2012-06-151-1/+0
|/
* Fix compilation warningnulltoken2012-06-071-1/+3
* Don't include arpa/inet.h on WindowsCarlos Martín Nieto2012-06-061-1/+1
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-7/+313
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-1/+1
| * ssl: look up the last CN the alternative names don't matchCarlos Martín Nieto2012-05-191-11/+54
| * ssl: add support for certificates issues to an IP addressCarlos Martín Nieto2012-05-191-7/+32
| * ssl: remove GnuTLS supportCarlos Martín Nieto2012-05-191-91/+12
| * ssl: match host names according to RFC 2818 (HTTP over TLS)Carlos Martín Nieto2012-05-191-9/+17
| * ssl: check certificates against the system's trusted CAsCarlos Martín Nieto2012-05-191-3/+105
| * ssl: teardown the connection on closeCarlos Martín Nieto2012-05-191-7/+31
| * https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-191-5/+73
| * http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-7/+122
* | Use lowercase names for Windows headersScott J. Goldman2012-05-261-2/+2
|/
* Minor error fixesCarlos Martín Nieto2012-05-081-1/+1
* Define explicit _WIN32_WINNT version in makefileScott J. Goldman2012-05-071-1/+0
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-4/+7
|\
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-051-7/+7
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-34/+24
* | netops: show winsock error messages on WindowsCarlos Martín Nieto2012-04-111-3/+23
* | error-handling: netopsCarlos Martín Nieto2012-04-111-31/+29
|/
* Update Copyright headerschu2012-02-131-1/+1
* Fix the build on EmscriptenEhsan Akhgari2012-02-021-0/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* pkt: get rid of the chunked supportCarlos Martín Nieto2011-10-121-14/+0
* http: parse the response from the serverCarlos Martín Nieto2011-10-121-2/+2