aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-14strlcat: remove functionDaniel Stenberg
2013-02-14Curl_FormBoundary: made staticDaniel Stenberg
2013-02-14ossl_seed: fix the last resort PRNG seedingDaniel Stenberg
2013-02-13email: Tidy up before additional IMAP workSteve Holme
2013-02-13smtp: Removed duplicate pingpong structure initialisationSteve Holme
2013-02-13move msvc IDE related files to 'vc' directory treeYang Tse
2013-02-12imap: Corrected a whitespace issue from previous commitSteve Holme
2013-02-12email: Another post optimisation of endofresp() tidy upSteve Holme
2013-02-12sasl: Fixed null pointer reference when decoding empty digest challengeSteve Holme
2013-02-12email: Post optimisation of endofresp() tidy upSteve Holme
2013-02-12darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann
2013-02-12pingpong.h: Fixed line length over 78 characters from b56c9eb48e3cSteve Holme
2013-02-12pingpong: Optimised the endofresp() functionSteve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Three)Steve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Two)Steve Holme
2013-02-11SOCKS: fix socks proxy when noproxy matchedulion
2013-02-11ntlm: Updated comments for the addition of SASL support to IMAP in v7.29Steve Holme
2013-02-10Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing
2013-02-10email: Post STARTLS capability code tidy up (Part One)Steve Holme
2013-02-10imap: Fixed memory leak following commit f6010d9a0359Steve Holme
2013-02-10smtp: Added support for the STARTTLS capability (Part Two)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part Three)Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part Three)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part Two)Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part Two)Steve Holme
2013-02-10smtp: Added support for the STLS capability (Part One)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part One)Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part One)Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme
2013-02-09pop3: Fixed SASL authentication capability detectionSteve Holme
2013-02-09pop3: Fixed incorrect return value from pop3_endofresp()Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 2)Steve Holme
2013-02-09smtp: Fixed an issue with missing capabilities after the AUTH lineSteve Holme
2013-02-08darwinssl: Make certificate errors less techyNick Zitzmann
2013-02-09Updated dependency libs.Guenter Knauf
2013-02-09imap: Corrected some commentsSteve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responsesSteve Holme
2013-02-08pop3: Reworked pop3_endofresp() to simplify it littleSteve Holme
2013-02-08imap: Renamed state variables in imap_authenticate()Steve Holme
2013-02-08smtp: Reworked smtp_endofresp() to allow for extra capability detectionSteve Holme
2013-02-08smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme
2013-02-08ntlm: fix memory leakGisle Vanem
2013-02-08DONE: consider callback-aborted transfers prematureDaniel Stenberg
2013-02-07darwinssl: Fix build under LeopardNick Zitzmann
2013-02-07imap: Added support for SASL-IR extension (Part 2)Steve Holme
2013-02-07smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 1)Steve Holme
2013-02-07imap: Changed response tag generation to be completely uniqueSteve Holme
2013-02-06imap: Small variable rename in preparation for upcoming changeSteve Holme
2013-02-06msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg