aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-23imap: Introduced a custom IMAP structure for per-request dataJiri Hruska
2013-02-22pop3: Updated do phrase clean-up commentSteve Holme
2013-02-22imap: Fixed memory leak when performing multiple selectsSteve Holme
2013-02-22lib/url.c: Generic read/write data pointersAlexander Klauer
2013-02-22ossl_seed: avoid recursive seeding!Daniel Stenberg
2013-02-22Fixed checking the socket if there is data waiting in the cacheJiri Hruska
2013-02-22imap.c: Fixed an incorrect variable referenceSteve Holme
2013-02-22pingpong: Introduce Curl_pp_moredata()Jiri Hruska
2013-02-19smtp.c: fix enumerated type mixed with another typeYang Tse
2013-02-19polarssl threadlock cleanupYang Tse
2013-02-18resolver_error: remove wrong error message outputDaniel Stenberg
2013-02-18Curl_resolver_is_resolved: show proper host name on failed resolveKim Vandry
2013-02-18Curl_resolver_is_resolved: fix compiler warningDaniel Stenberg
2013-02-18compiler warning fixDaniel Stenberg
2013-02-18compiler warning fix: declaration of 'wait' shadows a global declarationDaniel Stenberg
2013-02-17MacOSX-Framework: Make script work in Xcode 4.0 and laterNick Zitzmann
2013-02-16email: Tidied up result code variablesSteve Holme
2013-02-16ntlm_core: fix compiler warning when building with clangNick Zitzmann
2013-02-16polarsslthreadlock: #include the proper memory and debug includesDaniel Stenberg
2013-02-16email: Removed unnecessary forward declarationSteve Holme
2013-02-16pop3.c: Added reference to RFC-5034Steve Holme
2013-02-15PolarSSL: Change to cURL coding styleWillem Sparreboom
2013-02-15PolarSSL: WIN32 threading support for entropyWillem Sparreboom
2013-02-15PolarSSL: pthread support for entropyWillem Sparreboom
2013-02-15PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOMWillem Sparreboom
2013-02-15PolarSSL: added human readable error stringsWillem Sparreboom
2013-02-15pop3: Removed unnecessary state changes on failureSteve Holme
2013-02-15imap: Removed unnecessary state change on failureSteve Holme
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-02-15curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s()Gisle Vanem
2013-02-15config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32Gisle Vanem
2013-02-15config-dos.h: define strerror() to strerror_s_() for High-CGisle Vanem
2013-02-15config-dos.h: define HAVE_TERMIOS_H only for djgppGisle Vanem
2013-02-14smtp.c: Fixed a trailing whitespaceSteve Holme
2013-02-14pop3: Fixed blocking SSL connect when connecting via POP3SSteve Holme
2013-02-14smtp: Refactored the smtp_state_auth_resp() functionSteve Holme
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