summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-04-17base64.c: removed wrong commentcurl-7_21_5Daniel Stenberg
2011-04-16Curl_ssl_shutdown: restore send/recv pointersDaniel Stenberg
2011-04-16Changed email per Gisle's request.Guenter Knauf
2011-04-14Fix a buffer overflow in pubkey_show().Andrei Benea
2011-04-14Replaced var manipulations with perlish hacks.Guenter Knauf
2011-04-11checkconnection: don't call with NULL pointerDaniel Stenberg
2011-04-10OpenSSL: no-sslv2 awareDaniel Stenberg
2011-04-08nss: allow to use multiple client certificates for a single hostKamil Dudka
2011-04-07mk-ca-bundle.pl: show full URL in outputDaniel Stenberg
2011-04-07lib/Makefile.b32: updatesGisle Vanem
2011-04-07HTTP pipelining: Fix handling of zero-length responsesChris Smowton
2011-04-05Changed some nonportable typesDan Fandrich
2011-04-05Don't list NTLM in curl-config when HTTP is disabledDan Fandrich
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-04-05FTP+proxy: macrofied functions when proxy disabledDaniel Stenberg
2011-04-05[pop3 starttls] PASS command was not sent after upgrade to TLS.Ben Noordhuis
2011-04-05[pop3 starttls] the command to send is STLS, not STARTTLS.Ben Noordhuis
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-04-04disable cookies: remove ifdefs, move codeDaniel Stenberg
2011-04-04nss: fix a crash within SSL_AuthCertificate()Kamil Dudka
2011-04-03multi: shorten linesDaniel Stenberg
2011-04-02multi: conn goes bad when data changeDaniel Stenberg
2011-04-01Increased script version.Guenter Knauf
2011-04-01Make use of proxy vars if set.Guenter Knauf
2011-04-01Use var again instead of hard-coded filename.Guenter Knauf
2011-03-29typo fixGisle Vanem
2011-03-25TSL-SRP: enabled with OpenSSLPeter Sylvester
2011-03-25fix: re-use of bound connectionsDaniel Stenberg
2011-03-23rtsp: move protocol code to dedicated fileDaniel Stenberg
2011-03-23ipv6: only probe onceDaniel Stenberg
2011-03-21progress: don't print the last update on a separate line.Julien Chaffraix
2011-03-20retry-request: rewind if data was sentDaniel Stenberg
2011-03-19url: 0 is PROTOPT_NONE.Julien Chaffraix
2011-03-19pop3: add state name in debug arrayDaniel Stenberg
2011-03-18pop3: use Curl_safefree() to allow torture tests to succeedDan Fandrich
2011-03-18pop3: remove unused variableDaniel Stenberg
2011-03-17Added support for LISTing a single POP3 messageDan Fandrich
2011-03-17pop3: fixed memory leak in an error retrieval caseDan Fandrich
2011-03-17connection setup: if HTTP is disabled asking for HTTP proxy is badDaniel Stenberg
2011-03-16scan-build warningDaniel Stenberg
2011-03-16ldap_recv: check return code from ldap_get_dn_berDaniel Stenberg
2011-03-16compiler warnings fixedDaniel Stenberg
2011-03-15SMTP-multi: non-blocking connectBen Noordhuis
2011-03-15SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis
2011-03-15buildfix: spell define correctlyDaniel Stenberg
2011-03-15nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka
2011-03-15protocol handler cleanup: SSL awarenessDaniel Stenberg
2011-03-15ldap: use the new protocol handler setupDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg