summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-045-53/+44
* nss: fix a crash within SSL_AuthCertificate()Kamil Dudka2011-04-041-1/+1
* multi: shorten linesDaniel Stenberg2011-04-031-4/+7
* multi: conn goes bad when data changeDaniel Stenberg2011-04-021-15/+11
* Increased script version.Guenter Knauf2011-04-011-1/+1
* Make use of proxy vars if set.Guenter Knauf2011-04-011-0/+1
* Use var again instead of hard-coded filename.Guenter Knauf2011-04-011-1/+1
* typo fixGisle Vanem2011-03-291-1/+1
* curl_easy_setopt.3: mention TFTP read callback flawDaniel Stenberg2011-03-291-0/+4
* configure: fix libtool warningYang Tse2011-03-272-1/+11
* TSL-SRP: enabled with OpenSSLPeter Sylvester2011-03-253-3/+51
* RELEASE-NOTES: synced with 11c2db2aa2aDaniel Stenberg2011-03-251-1/+11
* fix: re-use of bound connectionsDaniel Stenberg2011-03-253-3/+41
* symbols-in-versions: make test 1119 happyDaniel Stenberg2011-03-241-4/+2
* rtsp: move protocol code to dedicated fileDaniel Stenberg2011-03-233-39/+42
* MAIL-ETIQUETTE: intro and spamDaniel Stenberg2011-03-231-8/+43
* TODO-RELEASE: 1 fixed, 1 notabugDaniel Stenberg2011-03-231-6/+0
* ipv6: only probe onceDaniel Stenberg2011-03-233-44/+43
* headers: more copyright headers addedDaniel Stenberg2011-03-226-0/+124
* MAIL-ETIQUETTE: how to behaveDaniel Stenberg2011-03-222-1/+180
* progress: don't print the last update on a separate line.Julien Chaffraix2011-03-212-5/+6
* TODO-RELEASE: fixed 2, got 3 new!Daniel Stenberg2011-03-211-7/+6
* libcurl.m4: Add missing quotes in AC_LINK_IFELSEDave Reisner2011-03-211-2/+2
* retry-request: rewind if data was sentDaniel Stenberg2011-03-201-0/+3
* configure: avoid $VERSIONDaniel Stenberg2011-03-201-3/+3
* symbols-in-versions: many correctionsDaniel Stenberg2011-03-201-57/+69
* unit1305: Fixed the test to match our coding style.Julien Chaffraix2011-03-201-40/+40
* url: 0 is PROTOPT_NONE.Julien Chaffraix2011-03-191-1/+1
* pop3: add state name in debug arrayDaniel Stenberg2011-03-191-0/+1
* Added two more POP3 testsDan Fandrich2011-03-183-1/+89
* pop3: use Curl_safefree() to allow torture tests to succeedDan Fandrich2011-03-181-1/+1
* symbol-scan.pl: detect duplicatesDaniel Stenberg2011-03-181-1/+6
* CONTRIBUTE: minor editsDaniel Stenberg2011-03-181-26/+25
* RELEASE-NOTES: synced with 0c05ee3a33d4d7Daniel Stenberg2011-03-181-1/+5
* pop3: remove unused variableDaniel Stenberg2011-03-181-1/+0
* Added support for LISTing a single POP3 messageDan Fandrich2011-03-179-3/+229
* pop3: fixed memory leak in an error retrieval caseDan Fandrich2011-03-171-2/+4
* symbols-in-versions: remove duplicatesDaniel Stenberg2011-03-171-10/+0
* symbols-in-versions: 2 correctionsDaniel Stenberg2011-03-171-2/+2
* connection setup: if HTTP is disabled asking for HTTP proxy is badDaniel Stenberg2011-03-171-0/+5
* FAQ: better englishDaniel Stenberg2011-03-171-2/+2
* scan-build warningDaniel Stenberg2011-03-161-3/+1
* ldap_recv: check return code from ldap_get_dn_berDaniel Stenberg2011-03-161-1/+8
* compiler warnings fixedDaniel Stenberg2011-03-161-6/+6
* SMTP-multi: non-blocking connectBen Noordhuis2011-03-152-5/+31
* SMTP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.Ben Noordhuis2011-03-152-3/+11
* lib582: use curl_socket_t for portabilityDaniel Stenberg2011-03-151-4/+5
* buildfix: spell define correctlyDaniel Stenberg2011-03-151-1/+1
* nss: do not ignore value of CURLOPT_SSL_VERIFYPEERKamil Dudka2011-03-153-19/+37
* Removed unused var.Guenter Knauf2011-03-151-1/+1