aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-20curl_easy_perform_ev: debug/test functionDaniel Stenberg
2013-08-20transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONSGisle Vanem
2013-08-20test1237: verify 1000+ letter user name + passwordsDaniel Stenberg
2013-08-20url: handle arbitrary-length username and password before '@'Jonathan Nieder
2013-08-20url: handle exceptional cases first in parse_url_login()Jonathan Nieder
2013-08-20Curl_setopt: handle arbitrary-length username and passwordJonathan Nieder
2013-08-20netrc: handle longer username and passwordJonathan Nieder
2013-08-20url: allocate username, password, and options on the heapJonathan Nieder
2013-08-20url: use goto in create_conn() for exception handlingJonathan Nieder
2013-08-20sasl: allow arbitrarily long username and passwordJonathan Nieder
2013-08-19imap: Fixed response check for SEARCH commandAlex McLellan
2013-08-16glob: error out on range overflowDaniel Stenberg
2013-08-16urlglob: better detect unclosed braces, empty lists and overflowsDaniel Stenberg
2013-08-15VMS: Add RELEASE-NOTES to vms documentJohn Malmberg
2013-08-15tests 2032, 2033: Don't hardcode port in expected outputTor Arntsen
2013-08-14ftp: convert state names to a global arrayDaniel Stenberg
2013-08-14--help: fix the --sasl-ir in the help outputDaniel Stenberg
2013-08-14ftp_domore_getsock: when passive mode, the second conn is already thereDaniel Stenberg
2013-08-14curl: make --no-[option] work properly for several optionsDaniel Stenberg
2013-08-12nss: make sure that NSS is initializedKamil Dudka
2013-08-12multi: s/easy/dataDaniel Stenberg
2013-08-12cleanup: removed one function, made one staticDaniel Stenberg
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-08-12version number: bump to 7.32.1 for nowDaniel Stenberg
2013-08-11THANKS: added contributors from the 7.32.0 release notesDaniel Stenberg
2013-08-11test1228: add 'HTTP proxy' to the keywordsFabian Keil
2013-08-11tests: add keywords for a couple of FILE testsFabian Keil
2013-08-11tests: add 'FAILURE' keywords to tests 1409 and 1410Fabian Keil
2013-08-11tests: add keywords for a couple of HTTP testsFabian Keil
2013-08-11tests: add keywords for a couple of FTP testsFabian Keil
2013-08-11test1511: consistently terminate headers with CRLFFabian Keil
2013-08-10DISABLED: shut of test 1512 for nowDaniel Stenberg
2013-08-09curl_multi_add_handle.3: ... that timer callback is for event-basedDaniel Stenberg
2013-08-09comments: remove old and wrong multi/easy interface statementsDaniel Stenberg
2013-08-09curl_multi_add_handle.3: mention the CURLMOPT_TIMERFUNCTION useDaniel Stenberg
2013-08-08KNOWN_BUGS: 22 and 57 have been fixed and committedJohn E. Malmberg
2013-08-08RELEASE-NOTES: synced with d20def20462e7Daniel Stenberg
2013-08-08global dns cache: fix memory leakDaniel Stenberg
2013-08-08global dns cache: didn't work [regression]Daniel Stenberg
2013-08-08packages/vms: update VMS build filesJohn Malmberg
2013-08-08FTP: renamed several local functionsDaniel Stenberg
2013-08-08mk-ca-bundle.1: don't install on make installDaniel Stenberg
2013-08-07packages/vms/Makefile.am: add latest file additions to EXTRA_DISTYang Tse
2013-08-07Building_vms_pcsi_kitJohn Malmberg
2013-08-06LIBCURL-STRUCTS: new documentDaniel Stenberg
2013-08-06CONTRIBUTE: minor language polishDaniel Stenberg
2013-08-06FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg
2013-08-05md5: remove use of CommonCrypto-to-OpenSSL macros for the benefit of LeopardNick Zitzmann
2013-08-05Simplify check for trusted certificates.Guenter Knauf