platform/upstream/curl.git
2013-02-23 Steve Holmesmtp: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom SMTP structure for per-reques...
2013-02-23 Steve Holmeimap: Minor correction of comments for max line length
2013-02-23 Daniel Stenbergstrcasestr: remove check for this unused function
2013-02-23 Daniel Stenbergpop3: fix compiler warning
2013-02-23 Jiri Hruskaimap: Added URL parsing of new variables
2013-02-23 Jiri Hruskaimap: Introduced imap_is_bchar() function
2013-02-23 Jiri Hruskaimap: Introduced new per-request veriables
2013-02-23 Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23 Steve Holmepop3: Removed some FTP heritage leftovers
2013-02-23 Steve Holmepop3: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-23 Jiri Hruskaimap: Fixed escaping of mailbox names
2013-02-23 Steve Holmepingpong: Moved curl_ftptransfer definition to pingpong.h
2013-02-23 Steve Holmeurldata.h: Fixed comment for opt_no_body variable
2013-02-23 Steve Holmeemail: Minor tidy up following IMAP changes
2013-02-23 Jiri Hruskaimap: Removed more FTP leftovers
2013-02-23 Jiri Hruskaimap: Removed some FTP heritage leftovers
2013-02-23 Jiri Hruskaimap: Introduced a custom IMAP structure for per-reques...
2013-02-22 Steve Holmepop3: Updated do phrase clean-up comment
2013-02-22 Steve Holmeimap: Fixed memory leak when performing multiple selects
2013-02-22 Alexander KlauerDocumentation: Typo in docs/CONTRIBUTE
2013-02-22 Alexander Klauerrepository: ignore patch files generated by git
2013-02-22 Alexander Klauerlibcurl documentation: clarifications and typos
2013-02-22 Alexander Klauerlib/url.c: Generic read/write data pointers
2013-02-22 Alexander Klauerlibcurl documentation: updates HTML index
2013-02-22 Daniel Stenbergossl_seed: avoid recursive seeding!
2013-02-22 Jiri HruskaFixed checking the socket if there is data waiting...
2013-02-22 Steve Holmeimap.c: Fixed an incorrect variable reference
2013-02-22 Jiri Hruskapingpong: Introduce Curl_pp_moredata()
2013-02-20 Nick ZitzmannFEATURES: why yes, we do support metalink
2013-02-20 Nick Zitzmannmetalink: fix improbable crash parsing metalink filename
2013-02-19 Yang Tsesmtp.c: fix enumerated type mixed with another type
2013-02-19 Yang Tsepolarssl threadlock cleanup
2013-02-18 Nick Zitzmanndocs: schannel and darwinssl documentation improvements
2013-02-18 Daniel Stenbergresolver_error: remove wrong error message output
2013-02-18 Kim VandryCurl_resolver_is_resolved: show proper host name on...
2013-02-18 Daniel StenbergCurl_resolver_is_resolved: fix compiler warning
2013-02-18 Daniel Stenbergcompiler warning fix
2013-02-17 Daniel Stenbergcompiler warning fix: declaration of 'wait' shadows...
2013-02-17 Nick ZitzmannMacOSX-Framework: Make script work in Xcode 4.0 and...
2013-02-17 Daniel Stenbergdocs: refer to CURLOPT_ACCEPT_ENCODING instead of the...
2013-02-16 Steve Holmeemail: Tidied up result code variables
2013-02-16 Nick Zitzmannntlm_core: fix compiler warning when building with...
2013-02-16 Daniel StenbergGuile-curl: a new libcurl binding
2013-02-16 Daniel Stenbergpolarsslthreadlock: #include the proper memory and...
2013-02-16 Steve Holmeemail: Removed unnecessary forward declaration
2013-02-16 Steve Holmepop3.c: Added reference to RFC-5034
2013-02-15 Willem SparreboomPolarSSL: Change to cURL coding style
2013-02-15 Willem SparreboomPolarSSL: WIN32 threading support for entropy
2013-02-15 Willem SparreboomPolarSSL: pthread support for entropy
2013-02-15 Willem SparreboomPolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOM
2013-02-15 Willem SparreboomPolarSSL: added human readable error strings
2013-02-15 Steve Holmepop3: Removed unnecessary state changes on failure
2013-02-15 Steve Holmeimap: Removed unnecessary state change on failure
2013-02-15 Daniel Stenbergmetalink_cleanup: yet another follow-up fix
2013-02-15 Daniel Stenbergmetalink_cleanup: define it without argument
2013-02-15 Daniel Stenbergrename "easy" statemachines: call them block instead
2013-02-15 Gisle Vanemcurl_setup_once.h: definition of HAVE_CLOSE_S defines...
2013-02-15 Gisle Vanemconfig-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
2013-02-15 Gisle Vanemconfig-dos.h: define strerror() to strerror_s_() for...
2013-02-15 Gisle Vanemconfig-dos.h: define HAVE_TERMIOS_H only for djgpp
2013-02-14 Steve Holmesmtp.c: Fixed a trailing whitespace
2013-02-14 Steve Holmepop3: Fixed blocking SSL connect when connecting via...
2013-02-14 Steve Holmesmtp: Refactored the smtp_state_auth_resp() function
2013-02-14 Daniel Stenbergremove ifdefs
2013-02-14 Daniel Stenbergstrlcat: remove function
2013-02-14 Daniel StenbergCurl_FormBoundary: made static
2013-02-13 Daniel Stenbergossl_seed: fix the last resort PRNG seeding
2013-02-13 Steve Holmeemail: Tidy up before additional IMAP work
2013-02-13 Steve Holmesmtp: Removed duplicate pingpong structure initialisation
2013-02-13 Yang Tsemove msvc IDE related files to 'vs' directory tree
2013-02-13 Daniel Stenberginstall-sh: updated to support multiple source files...
2013-02-13 Yang Tsemove msvc IDE related files to 'vc' directory tree
2013-02-13 Yang Tsemsvc IDE 'vc' directory tree preparation
2013-02-12 Steve Holmeimap: Corrected a whitespace issue from previous commit
2013-02-12 Steve Holmeemail: Another post optimisation of endofresp() tidy up
2013-02-12 Steve Holmesasl: Fixed null pointer reference when decoding empty...
2013-02-12 Steve Holmeemail: Post optimisation of endofresp() tidy up
2013-02-12 Nick Zitzmanndarwinssl: Fix send glitchiness with data > 32 or so KB
2013-02-12 Steve Holmepingpong.h: Fixed line length over 78 characters from...
2013-02-12 Steve Holmepingpong: Optimised the endofresp() function
2013-02-11 Steve Holmeemail: Post STARTLS capability code tidy up (Part Three)
2013-02-11 Steve Holmeemail: Post STARTLS capability code tidy up (Part Two)
2013-02-11 ulionSOCKS: fix socks proxy when noproxy matched
2013-02-11 Steve Holmentlm: Updated comments for the addition of SASL support...
2013-02-10 Steve HolmeRELEASE-NOTES: Updated following the recent imap/pop3...
2013-02-10 Linus Nielsen... Fix NULL pointer reference when closing an unused multi...
2013-02-10 Steve Holmeemail: Post STARTLS capability code tidy up (Part One)
2013-02-10 Steve Holmeimap: Fixed memory leak following commit f6010d9a0359
2013-02-10 Steve Holmesmtp: Added support for the STARTTLS capability (Part...
2013-02-10 Steve Holmepop3: Added support for the STLS capability (Part Three)
2013-02-10 Steve Holmeimap: Added support for the STARTTLS capability (Part...
2013-02-10 Alessandro... htmltitle: fix suggested build command
2013-02-10 Steve Holmepop3: Added support for the STLS capability (Part Two)
2013-02-10 Steve Holmeimap: Added support for the STARTTLS capability (Part...
2013-02-10 Steve Holmesmtp: Added support for the STLS capability (Part One)
2013-02-10 Steve Holmepop3: Added support for the STLS capability (Part One)
2013-02-10 Steve Holmeimap: Added support for the STARTTLS capability (Part...
2013-02-10 Steve HolmeRELEASE-NOTES: synced with 92f7606f29b704
next