platform/upstream/curl.git
2014-01-08 Steve Holmemakefile: Added support for VC12
2014-01-08 Steve Holmemakefile: Added support for VC11
2014-01-08 Steve Holmewinbuild: Follow up fix for a47c142a88c0, 11e8066ef956...
2014-01-07 Daniel Stenbergmk-ca-bundle.1: document -d
2014-01-07 Steve HolmeRELEASE-NOTES: Synced with 8ae35102c43d8d
2014-01-07 Daniel StenbergConnectionExists: fix NTLM check for new connection
2014-01-05 Steve Holmeexamples: Added required libcurl version information...
2014-01-05 Daniel Stenbergmk-ca-bundle.pl: avoid warnings with -d without parameter
2014-01-05 Leif Wmk-ca-bundle: introduces -d and warns about using this...
2014-01-05 Steve HolmeMakefile: Added missing WinSSL and x64 configurations
2014-01-05 Marc Hoerskendocs/INTERNALS: follow up fix for 11e8066 and 92b9ae5
2014-01-05 Marc Hoerskenpackages: follow up fix for a47c142, 11e8066 and 92b9ae5
2014-01-05 Marc Hoerskenmulti.c: fix possible dereference of null pointer
2014-01-05 Steve HolmeExamples: Renamed SMTP MAIL example to match other...
2014-01-05 Steve Holmeexamples: Added POP3 TLS example
2014-01-05 Steve Holmeexamples: Added IMAP NOOP example
2014-01-05 Steve Holmeexamples: Added POP3 NOOP example
2014-01-05 Steve Holmepop3-stat.c: Corrected small typo from commit 91d62e9ab...
2014-01-05 Steve Holmeexamples: Added POP3 STAT example
2014-01-05 Steve Holmeexamples: Added POP3 TOP example
2014-01-05 Steve Holmeexamples: Added POP3 DELE example
2014-01-05 Steve Holmeexamples: Added POP3 UIDL example
2014-01-05 Steve Holmeexamples: Added POP3 RETR example
2014-01-05 Steve Holmeexamples: Added return of error code in POP3 examples
2014-01-05 Steve Holmeruntests.pl: Updated copyright year after edit from...
2014-01-05 Steve Holmeexamples: Reworked POP3 examples for additional upcomin...
2014-01-05 Steve Holmeexamples: Added SMTP SSL example
2014-01-05 Steve Holmeexamples: Added IMAP SSL and TLS examples
2014-01-05 Marc Hoerskenruntests.pl: check for tstunnel command on Windows
2014-01-04 Marc Hoerskentestcurl.pl: always show the last 5 commits even with...
2014-01-04 Daniel Stenbergftp tests: provide LIST responses in the test file...
2014-01-04 Steve Holmeexamples: Standardised username and password settings...
2014-01-04 Steve HolmeUpdated copyright year for recent changes
2014-01-04 Marc Hoerskensecureserver.pl: support for stunnel-path with nun...
2014-01-04 Marc Hoerskenconncache.c: fix possible dereference of null pointer
2014-01-04 Marc Hoerskendocs: primarily refer to schannel as WinSSL
2014-01-04 Steve Holmeexamples: Added IMAP COPY example
2014-01-04 Steve Holmeexamples: Added IMAP DELETE example
2014-01-04 Steve Holmeexamples: Added IMAP CREATE example
2014-01-03 Daniel StenbergFTP parselist: fix "total" parser
2014-01-03 Daniel Stenbergtest1513: fix spelling
2014-01-03 Marc HoerskenMakefile.vc6: follow up fix for 11e8066 and 92b9ae5
2014-01-03 Daniel Stenbergtest1513: added - verify early progress callback return...
2014-01-03 Daniel Stenbergprogresscallback: make CURLE_ABORTED_BY_CALLBACK get...
2014-01-03 Marc Hoerskenunittests: do not include curl_memory.h
2014-01-03 Daniel Stenbergpipeline: remove print_pipeline()
2014-01-03 Daniel Stenbergopenssl: allow explicit sslv2 selection
2014-01-02 Steve HolmeBumped copyright year to 2014
2014-01-02 Steve HolmeUpdated copyright year for recent changes
2014-01-02 Marc Hoerskenvtls/nssg.h: fixed include references to moved file
2014-01-02 Christian Weisgerbercurl_easy_setopt.3: fix formatting mistakes
2014-01-02 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2014-01-02 Guenter KnaufTrial to fix the nmake Makefile for vtls files.
2014-01-02 Steve Holmeexamples: Added IMAP SEARCH example
2014-01-02 Steve Holmeexamples: Added IMAP EXAMINE mailbox folder example
2014-01-02 Guenter KnaufFix NetWare build for vtls files.
2014-01-01 Daniel StenbergCMakeLists.txt: add standard curl source code header
2014-01-01 Daniel StenbergCMakeLists.txt: add warning about the cmake build's...
2014-01-01 Steve Holmeexamples: Updated SMTP multi example to be more realistic
2014-01-01 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2014-01-01 Steve Holmeexamples: Corrected unescaped backslash in imap-store.c
2014-01-01 Steve Holmeexamples: Update SMTP TLS example mail content to be...
2014-01-01 Steve Holmeexamples: Added IMAP APPEND example
2014-01-01 Steve Holmeexamples: Added IMAP STORE example
2013-12-31 Steve HolmeRELEASE-NOTES: Synced with 7de2e032584d44
2013-12-31 Steve Holmeexamples: Added IMAP LIST mailbox example
2013-12-31 Steve Holmeexamples: Updated IMAP fetch example for libcurl 7...
2013-12-31 Steve Holmeexamples: Rename before adding additional email examples
2013-12-31 Steve Holmeexamples: Added SMTP EXPN command example
2013-12-31 Steve Holmeexamples: Added SMTP email verification example
2013-12-31 Steve Holmeimap: Fixed line length warning
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-31 Steve Holmeexamples: Updated copyright year for recent edits
2013-12-31 Steve Holmeexamples: Corrected incorrect indentation in smtp-multi.c
2013-12-31 Steve Holmeexamples: Updated SMTP examples to set CURLOPT_UPLOAD
2013-12-30 Steve Holmemprintf: Added support for I, I32 and I64 size specifiers
2013-12-29 Steve Holmecurl_easy_setopt.3: Added SMTP information to CURLOPT_I...
2013-12-28 Steve Holmetests: Disabled NTLM tests when running with SSPI enabled
2013-12-28 Steve Holmeconnect.c: Fixed compilation warning
2013-12-28 Steve Holmeruntests.pl: Fixed slightly incorrect regex in commit...
2013-12-28 Björn Stenbergconnect: Try all addresses in first connection attempt
2013-12-28 Steve Holmeruntests.pl: Optimised feature present checking code
2013-12-28 Steve Holmeruntests.pl: Added the ability to run tests when a...
2013-12-27 Steve Holmeftpserver.pl: Fixed compilation error
2013-12-27 Steve Holmeftpserver.pl: Reworked SMTP verified server detection
2013-12-27 Steve Holmesendf.c: Fixed compilation warning from f2d234a4dd9bcc
2013-12-27 Steve HolmeFILE: Fixed sending of data would always return CURLE_W...
2013-12-26 Daniel StenbergFILE: we don't support paused transfers using this...
2013-12-26 Steve Holmevtls: Updated comments referencing sslgen.c and ssluse.c
2013-12-26 Steve Holmevtls: Fixed up include of vtls.h
2013-12-25 Daniel Stenbergcurl_dofree: allow free(NULL)
2013-12-25 Steve HolmeRELEASE-NOTES: Synced with 0ff0a994ada62a
2013-12-24 Daniel StenbergCurl_thread_create: use Curl_safefree to allow NULL...
2013-12-24 Luke Dashjrthreaded resolver: Use pthread_t * for curl_thread_t
2013-12-24 Steve Holmeimap: Fixed auth preference not being honored when...
2013-12-24 Steve Holmepop3: Fixed auth preference not being honored when...
2013-12-24 Daniel StenbergTheArtOfHttpScripting: major update, converted layout...
2013-12-24 Daniel StenbergCurl_pp_readresp: use memmove not memcpy, possibly...
2013-12-24 Steve HolmeRELEASE-NOTES: Corrected copy/paste typo
2013-12-24 Steve Holmepop3: Fixed APOP being determined by CAPA response...
next