summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hostip: avoid getaddrinfo when c-ares is usedDaniel Stenberg2012-01-123-3/+9
* FTP: CURLE_PARTIAL_FILE should not cause control connection to be closedgsengun2012-01-091-0/+1
* lib/setup.h: portable symbolic names for Winsock shutdown() mode flagsYang Tse2012-01-081-1/+11
* win32-threaded-resolver: stop using a dummy socketDaniel Stenberg2012-01-041-27/+4
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-3/+4
* krb5.c: fix compiler warning: variable set but not usedYang Tse2012-01-041-3/+6
* Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme2012-01-042-5/+13
* Fixed incorrect error code being returned in STARTTLSSteve Holme2012-01-043-3/+3
* hostip.c: fix potential write past the end of string bufferYang Tse2012-01-021-1/+1
* hostip.c: fix Curl_loadhostpairs() OOM handlingYang Tse2012-01-021-1/+3
* Curl_input_negotiate: use the correct buffer for inputDaniel Stenberg2012-01-011-2/+2
* just a stupid typoDaniel Stenberg2011-12-311-1/+1
* SFTP dir: increase buffer size counterDaniel Stenberg2011-12-311-3/+3
* create_hostcache_id: use the key lower casedDaniel Stenberg2011-12-311-3/+12
* changed case: use new host name for subsequent HTTP requestsDaniel Stenberg2011-12-311-8/+4
* CURLOPT_RESOLVE: avoid adding already present host namesDaniel Stenberg2011-12-313-47/+69
* removed trailing whitespaceYang Tse2011-12-302-12/+12
* transfer: avoid unnecessary timeout event when waiting for 100-continueKamil Dudka2011-12-251-1/+1
* transfer.c: move a logging statement placementYang Tse2011-12-251-2/+2
* hash.c: fix OOM triggered segfaultYang Tse2011-12-251-0/+3
* ftp_do_more: don't return success until all is doneDaniel Stenberg2011-12-241-2/+0
* Curl_do_more: fix typo logicDaniel Stenberg2011-12-241-1/+1
* SFTP mkdir: use correct permissionDaniel Stenberg2011-12-241-1/+1
* resolve: don't leak pre-populated dns entriesDaniel Stenberg2011-12-233-12/+29
* formdata.c: OOM handling fixesYang Tse2011-12-211-65/+111
* Curl_socket_check: enlarge poll struct array to 3Daniel Stenberg2011-12-201-1/+1
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-204-35/+42
* FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg2011-12-203-10/+11
* non-blocking active FTP: cleanup multi state usageDaniel Stenberg2011-12-205-40/+62
* FTP: perform active connections non-blockingGokhan Sengun2011-12-2010-96/+337
* sockets: new Curl_socket_check() can wait for 3 socketsDaniel Stenberg2011-12-202-21/+66
* Curl_pgrsTime: store now in an auto variableDaniel Stenberg2011-12-201-8/+9
* timer: restore PRETRANSFER timingDaniel Stenberg2011-12-201-1/+1
* gitignore: ignore the symbol versioning fileDaniel Stenberg2011-12-201-0/+1
* configure: add symbols versioning optionAlessandro Ghedini2011-12-192-1/+18
* Use Curl_ssl_connect for non-blocking connect fallbackSven Wegener2011-12-191-2/+1
* Curl_proxyCONNECT: use newlines in debug outputDaniel Stenberg2011-12-191-2/+2
* if2ip.[ch]: fix compilation with MinGWYang Tse2011-12-132-14/+14
* connect.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse2011-12-131-2/+2
* if2ip.c: fix compiler warning 'unused parameter'Yang Tse2011-12-131-0/+2
* pop3.c: fix compiler warning variable may be used uninitializedYang Tse2011-12-132-4/+4
* if2ip.c: fix compiler warning 'enumerated type is mixed with another type'Yang Tse2011-12-132-6/+8
* CURLOPT_INTERFACE: avoid resolving interfaces namesJason Glasgow2011-12-123-1/+48
* ConnectionExists: Fix reuse for TLS upgraded connectionsSteve Holme2011-12-121-7/+11
* create_conn: don't switch to HTTP protocol if tunneling is enabledDaniel Stenberg2011-12-091-2/+3
* Curl_closesocket: clear sock_accepted on closeGokhan Sengun2011-12-071-3/+6
* multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun2011-12-071-1/+1
* OpenSSL: check for the SSLv2 function in configureDaniel Stenberg2011-12-061-0/+5
* SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5Daniel Stenberg2011-12-051-25/+15
* Curl_resolver_is_resolved: differentiate between host/proxy errorsDaniel Stenberg2011-12-051-2/+5