summaryrefslogtreecommitdiff
path: root/src/netops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate redirect URL handling to common utilityBen Straub2013-09-251-0/+75
* Disconnect path string to preserve after redirectRussell Belfer2013-09-241-5/+1
* Properly parse urls that include protocol://Ben Straub2013-09-241-1/+4
* netops: remove duplicate includeFraser Tweedale2013-08-241-4/+0
* Merge pull request #1298 from ben/user-atRussell Belfer2013-02-041-5/+32
|\
| * Introduce git__substrdupBen Straub2013-02-011-5/+5
| * Enhance url parsing to include passwordsBen Straub2013-01-311-10/+28
| * Stash username from url (but don't use it yet)Ben Straub2013-01-301-2/+7
| * Skip "user@" when finding hostname in urlBen Straub2013-01-301-2/+6
* | Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-021-19/+6
* | Improved error handlingSven Strickroth2013-02-021-2/+10
* | Get utf8_size from WideCharToMultiByte instead of guessing itSven Strickroth2013-02-011-3/+3
* | Win32: Make sure error messages are consistently UTF-8 encodedSven Strickroth2013-02-011-6/+10
|/
* Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
* Fix compilation on OpenBSDCarlos Martín Nieto2013-01-201-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* netops: on SSL teardown only send shutdown alertMichael Schubert2012-12-171-4/+1
* netops: properly handle GITNO_CONNECT_SSL_NO_CHECK_CERTMichael Schubert2012-12-171-3/+3
* 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