summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon2011-11-173-5/+18
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-175-0/+55
* Fix to skip untrusted certs.Guenter Knauf2011-11-081-31/+46
* ftp PORT: don't hang if bind() failsDaniel Stenberg2011-11-061-3/+6
* pingpong: change two comments wrongly referring "FTP"Daniel Stenberg2011-11-061-5/+4
* HTTP auth: fix proxy Negotiate bugRene Bernhardt2011-11-061-17/+18
* ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)Yang Tse2011-11-041-17/+17
* url.c and file.c: fix OOM triggered segfaultYang Tse2011-11-032-5/+6
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-036-12/+12
* gtls_connect_step1: remove use of deprecated functionsDaniel Stenberg2011-11-021-1/+12
* url.c and transfer.c: nullify connection pointer when free()'edYang Tse2011-11-022-3/+10
* multi.c: OOM handling fixYang Tse2011-11-011-2/+8
* setup.h: fix compiler warningYang Tse2011-10-311-0/+2
* gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3Yang Tse2011-10-291-2/+11
* multi.c: OOM handling fixYang Tse2011-10-271-4/+6