summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* resolver_error: remove wrong error message outputDaniel Stenberg2013-02-181-48/+2
* Curl_resolver_is_resolved: show proper host name on failed resolveKim Vandry2013-02-181-15/+20
* Curl_resolver_is_resolved: fix compiler warningDaniel Stenberg2013-02-181-3/+3
* compiler warning fixDaniel Stenberg2013-02-181-1/+1
* compiler warning fix: declaration of 'wait' shadows a global declarationDaniel Stenberg2013-02-181-3/+3
* MacOSX-Framework: Make script work in Xcode 4.0 and laterNick Zitzmann2013-02-171-1/+1
* email: Tidied up result code variablesSteve Holme2013-02-163-55/+52
* ntlm_core: fix compiler warning when building with clangNick Zitzmann2013-02-161-1/+1
* polarsslthreadlock: #include the proper memory and debug includesDaniel Stenberg2013-02-161-0/+4
* email: Removed unnecessary forward declarationSteve Holme2013-02-163-3/+0
* pop3.c: Added reference to RFC-5034Steve Holme2013-02-161-0/+1
* PolarSSL: Change to cURL coding styleWillem Sparreboom2013-02-152-69/+64
* PolarSSL: WIN32 threading support for entropyWillem Sparreboom2013-02-152-8/+45
* PolarSSL: pthread support for entropyWillem Sparreboom2013-02-155-17/+249
* PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOMWillem Sparreboom2013-02-152-12/+38
* PolarSSL: added human readable error stringsWillem Sparreboom2013-02-151-9/+39
* pop3: Removed unnecessary state changes on failureSteve Holme2013-02-151-9/+9
* imap: Removed unnecessary state change on failureSteve Holme2013-02-151-3/+3
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-157-85/+48
* curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s()Gisle Vanem2013-02-151-1/+3
* config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32Gisle Vanem2013-02-151-2/+1
* config-dos.h: define strerror() to strerror_s_() for High-CGisle Vanem2013-02-151-1/+2
* config-dos.h: define HAVE_TERMIOS_H only for djgppGisle Vanem2013-02-151-1/+1
* smtp.c: Fixed a trailing whitespaceSteve Holme2013-02-141-1/+1
* pop3: Fixed blocking SSL connect when connecting via POP3SSteve Holme2013-02-141-8/+0
* smtp: Refactored the smtp_state_auth_resp() functionSteve Holme2013-02-141-3/+4
* strlcat: remove functionDaniel Stenberg2013-02-1410-83/+23
* Curl_FormBoundary: made staticDaniel Stenberg2013-02-141-35/+32
* ossl_seed: fix the last resort PRNG seedingDaniel Stenberg2013-02-141-19/+6
* email: Tidy up before additional IMAP workSteve Holme2013-02-133-25/+35
* smtp: Removed duplicate pingpong structure initialisationSteve Holme2013-02-131-6/+0
* move msvc IDE related files to 'vc' directory treeYang Tse2013-02-137-370/+7
* imap: Corrected a whitespace issue from previous commitSteve Holme2013-02-121-1/+1
* email: Another post optimisation of endofresp() tidy upSteve Holme2013-02-122-12/+14
* sasl: Fixed null pointer reference when decoding empty digest challengeSteve Holme2013-02-121-0/+3
* email: Post optimisation of endofresp() tidy upSteve Holme2013-02-123-9/+0
* darwinssl: Fix send glitchiness with data > 32 or so KBNick Zitzmann2013-02-122-14/+52
* pingpong.h: Fixed line length over 78 characters from b56c9eb48e3cSteve Holme2013-02-121-1/+2
* pingpong: Optimised the endofresp() functionSteve Holme2013-02-126-20/+15
* email: Post STARTLS capability code tidy up (Part Three)Steve Holme2013-02-113-108/+106
* email: Post STARTLS capability code tidy up (Part Two)Steve Holme2013-02-112-89/+91
* SOCKS: fix socks proxy when noproxy matchedulion2013-02-111-0/+3
* ntlm: Updated comments for the addition of SASL support to IMAP in v7.29Steve Holme2013-02-111-11/+12
* Fix NULL pointer reference when closing an unused multi handle.Linus Nielsen Feltzing2013-02-101-3/+5
* email: Post STARTLS capability code tidy up (Part One)Steve Holme2013-02-104-12/+12
* imap: Fixed memory leak following commit f6010d9a0359Steve Holme2013-02-101-2/+6
* smtp: Added support for the STARTTLS capability (Part Two)Steve Holme2013-02-101-3/+13
* pop3: Added support for the STLS capability (Part Three)Steve Holme2013-02-101-3/+12
* imap: Added support for the STARTTLS capability (Part Three)Steve Holme2013-02-101-3/+12
* pop3: Added support for the STLS capability (Part Two)Steve Holme2013-02-101-20/+38