summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-ares: return proxy failure for all proxy typesDaniel Stenberg2011-12-051-2/+2
* FTP: close callback fixDaniel Stenberg2011-12-053-5/+11
* FTP: call opensocket callback properlyDaniel Stenberg2011-12-052-14/+14
* Curl_socket: internal replacement for socket()Daniel Stenberg2011-12-052-58/+99
* CURLOPT_DNS_SERVERS: set name servers if possible (fix)Jason Glasgow2011-12-021-0/+1
* multi interface: only use non-NULL function pointer!Daniel Stenberg2011-12-021-10/+12
* multi: handle timeouts on DNS servers by checking for new socketsJason Glasgow2011-12-022-9/+13
* POP3: fixed escaped dot not being striped outSteve Holme2011-12-011-44/+65
* pop3.c: fix compiler warningYang Tse2011-11-291-1/+1
* POP3: detect when LIST returns no mailsDaniel Stenberg2011-11-292-7/+37
* POP3: fix end of body detectionDaniel Stenberg2011-11-291-19/+53
* CyaSSL 2.0+ library initialization adjustmentYang Tse2011-11-251-0/+5
* rectify commentJonas Schnelli2011-11-251-1/+2
* SSLSESSION_SHARED: new macro to check if session is sharedDaniel Stenberg2011-11-251-16/+13
* telnet.c: fix MSVC compiler warningYang Tse2011-11-251-2/+2
* tvdiff_secs(): sub-zero time difference adjustmentYang Tse2011-11-251-2/+5
* telnet: fix macros to allow proper semicolon useDaniel Stenberg2011-11-251-22/+27
* TELNET: improved treatment of optionsLaurent Rabret2011-11-252-26/+172
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-2411-14/+42
* getinfo.c: reset app connect time when clearing session-info time variablesYang Tse2011-11-241-0/+1
* Fix unreleased regression when using windows gnutls versions older than 2.8Yang Tse2011-11-241-9/+9
* gnutls: only translate winsock errors for old versionsMark Brand2011-11-231-6/+9
* protocol_connect: show verbose connect and set connect timeDaniel Stenberg2011-11-211-5/+2
* Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo2011-11-194-1/+79
* SFTP: support '*' prefix for quote operationsJonas Schnelli2011-11-182-25/+56
* getsessionid: don't ever return while lockedDaniel Stenberg2011-11-171-9/+13
* Curl_ssl_getsessionid: increase the value, not the pointerDaniel Stenberg2011-11-171-1/+1