aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-29Curl_parsenetrc: document that the arguments must be allocatedDaniel Stenberg
2013-08-29easy: rename struct monitor to socketmonitorDaniel Stenberg
2013-08-29ftpserver.pl: Added SELECT check to IMAP FETCH and STORE handlersSteve Holme
2013-08-28ftpserver.pl: Corrected accidental move of logmsg() callSteve Holme
2013-08-28ftpserver: add missing '}' from 4ae7b7ea69149Daniel Stenberg
2013-08-28ftpserver.pl: Added SELECT check to IMAP SEARCH commandSteve Holme
2013-08-28ftpserver.pl: Fixed IMAP SEARCH commandSteve Holme
2013-08-28bump: next release is 7.33.0 due to added featuresDaniel Stenberg
2013-08-28symbols-in-versions: add CURLOPT_XOAUTH2_BEARERDaniel Stenberg
2013-08-28tests: Added test for IMAP SEARCH commandSteve Holme
2013-08-28valgrind.supp: fix for regular curl_easy_perform tooDaniel Stenberg
2013-08-28valgrind.supp: add the event-based call stack-trace tooDaniel Stenberg
2013-08-28multi_socket: improved 100-continue timeout handlingDaniel Stenberg
2013-08-27ftpserver.pl: Added support for IMAP SEARCH commandSteve Holme
2013-08-27tool_operate.c: Fixed compilation warningSteve Holme
2013-08-27curl: Moved check for password out of get parameter loopSteve Holme
2013-08-26RELEASE-NOTES: synced with acf59be7f09a7Steve Holme
2013-08-26curl: added --bearer option to helpKyle L. Huff
2013-08-26curl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26tool_urlglob.c: Fixed compiler warningsSteve Holme
2013-08-26security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg
2013-08-26runtests.pl: allow -vc point to a separate curl binary to verify withDaniel Stenberg
2013-08-26smtp: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26imap: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-26security.h: Fixed compilation warningSteve Holme
2013-08-26KNOWN_BUGS: refer to bug numbers with the existing number seriesDaniel Stenberg
2013-08-25options: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-25sasl: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-08-25easy: define away easy_events() for non-debug buildsDaniel Stenberg
2013-08-24FAQ: editorial updatesDaniel Stenberg
2013-08-23RELEASE-NOTES: synced with 22adb46a32beeDaniel Stenberg
2013-08-22multi: move on from STATE_DONE fasterDaniel Stenberg
2013-08-22curl.h: name space pollution by "enum type"Daniel Stenberg
2013-08-22TFTP: make the CURLOPT_LOW_SPEED* options workDaniel Stenberg
2013-08-22tftpd: support "writedelay" within <servercmd>Daniel Stenberg
2013-08-22tftpd: convert 6 global variables into local onesDaniel Stenberg
2013-08-21curl_easy_perform_ev: make it CURL_EXTERNGisle Vanem
2013-08-20CURLM_ADDED_ALREADY: new error codeDaniel Stenberg
2013-08-20multi_init: moved init code here from add_handleDaniel Stenberg
2013-08-20multi: remove dns cache creation code from *add_handleDaniel Stenberg
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