aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-26- Prepare the ILE/RPG binding and OS400 documentation for the upcoming releasePatrick Monnerat
2011-10-25RELEASE-NOTES: synced with 4464583a6edDaniel Stenberg
2011-10-25runtests.pl: running server checksYang Tse
2011-10-24dist: add test 587Daniel Stenberg
2011-10-24test 588: verify active FTP with multi interface without EPRTDaniel Stenberg
2011-10-24FTP server: allow EPRT by defaultDaniel Stenberg
2011-10-24ftp.c: some OOM handling fixesYang Tse
2011-10-24ftpserver.pl: ensure integral number usage for passive mode stringYang Tse
2011-10-24large headers: have curl accept >16K headersDaniel Stenberg
2011-10-24curl_easy_setopt.3: headers can be CURL_MAX_HTTP_HEADER bytesDaniel Stenberg
2011-10-24Merge pull request #25 from trtom/masterDaniel Stenberg
2011-10-24curl_easy_setopt.3: fix typoDaniel Stenberg
2011-10-24curl_easy_setopt: Added pop3 to CURLOPT_URL.Steve Holme
2011-10-22tool_operate.c: OOM handling fixYang Tse
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-21Added some missing test case XML tags and keywordsDan Fandrich
2011-10-21file.c: OOM handling fixYang Tse
2011-10-21multi.c: fix segfaultYang Tse
2011-10-21runtests.pl: fix printing of multivalued error codesYang Tse
2011-10-21multi tests: OOM handling fixesYang Tse
2011-10-20Fixed compilation when HTTP or cookies are disabledDan Fandrich
2011-10-20KNOWN_BUGS: #74 fixedDaniel Stenberg
2011-10-20Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg
2011-10-20Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg
2011-10-20CURLM_CALL_MULTI_PERFORM: remove mentionDaniel Stenberg
2011-10-19Silenced a compiler warning about an unused variableDan Fandrich
2011-10-20gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder
2011-10-20Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg
2011-10-18RELEASE-NOTES: synced with ecbb08cea3cd6Daniel Stenberg
2011-10-17singleipconnect: unstick the ipv6-connection booleanDaniel Stenberg
2011-10-17nss: avoid a SIGSEGV with immature version of NSSKamil Dudka
2011-10-17nss: big cleanup in nss_load_cert() and cert_stuff()Kamil Dudka
2011-10-17nss: refactor fmt_nickname() -> dup_nickname()Kamil Dudka
2011-10-17nss: select client certificates by DERKamil Dudka
2011-10-17--epsv: fix typoDaniel Stenberg
2011-10-16--show-error: position indepdenentDaniel Stenberg
2011-10-16curl_multi_fdset: clarify the max_fd == -1 caseDaniel Stenberg
2011-10-16formdata: ack read callback abortDaniel Stenberg
2011-10-16TODO: have form functions use CURL handle argumentDaniel Stenberg
2011-10-15typecheck: allow NULL to unset CURLOPT_ERRORBUFFERDave Reisner
2011-10-15singleipconnect: don't clobber errnoDaniel Stenberg
2011-10-14docs: --xattrMichal Marek
2011-10-14file.c: fix compiler warningYang Tse
2011-10-14url.c: fix endless loop upon transport connection timeoutYang Tse
2011-10-14sws.c: HTTP and GOPHER test server-side connection closing adjustmentYang Tse
2011-10-13curl_gethostname.c: fix signed/unsigned comparison and avoid a double copyYang Tse
2011-10-13curl_ntlm_msgs.c: fix variable shadowing declaration introduced in 185ed340Yang Tse
2011-10-13tftp.c: TFTP timeout and unexpected block adjustmentsMarcin Adamski
2011-10-13multi.c: OOM handling fixesYang Tse
2011-10-13url.c: make line shorter than 80 charsYang Tse