oauth2: Fixed a memory leak in an OOM condition
[platform/upstream/curl.git] / lib /
2014-01-28 Dan Fandrichoauth2: Fixed a memory leak in an OOM condition
2014-01-28 Romulo A. Cecconhostip: don't remove DNS entries that are in use
2014-01-28 Daniel StenbergTFTP: fix crash on time-out
2014-01-24 Dan Fandrichnetrc: Fixed a memory and file descriptor leak on OOM
2014-01-23 Dan Fandrichmulti: Fixed a memory leak on OOM condition
2014-01-21 Fabian Frankaxtls: fix compiler warning on conversion ssize_t ...
2014-01-20 Fabian FrankSFTP: stat remote file also when CURLOPT_NOBODY is 1
2014-01-20 Cédric DeltheilHTTP POST: omit Content-Length if data size is unknown
2014-01-20 Fabian Frankdisable GnuTLS insecure ciphers
2014-01-19 Daniel Stenberggtls: fix compiler warnings on conversions size_t ...
2014-01-19 Steve Holmehttp_chunks.c: Fixed compilation warnings under some...
2014-01-18 Steve Holmewin32: Added additional preprocessor check for Version...
2014-01-17 Steve Holmewin32: Corrected the preprocessor check for Version...
2014-01-17 Daniel Stenbergcookie: max-age fixes
2014-01-17 Daniel Stenbergchunked parsing: relax the CR strictness
2014-01-17 Daniel Stenbergchunked-parser: abort on overflows, allow 64 bit chunks
2014-01-16 Daniel StenbergCurl_cookie_add: remove 'now' from curl_getdate() call
2014-01-15 Daniel Stenbergconnect.c:942:84: warning: Longer than 79 columns
2014-01-15 Steve Holmeconnect.c: Corrected version compare in commit c7a76bb0...
2014-01-15 Steve Holmewin32: Fixed use of deprecated function 'GetVersionInfo...
2014-01-13 Colin Hogbenerror message: Sensible message on timeout when transfe...
2014-01-11 Daniel StenbergOpenSSL: deselect weak ciphers by default
2014-01-11 Daniel Stenbergmulti: remove MULTI_TIMEOUT_INACCURACY
2014-01-10 Daniel Stenbergmulti_socket: remind app if timeout didn't run
2014-01-10 Daniel Stenbergthreaded-resolver: never use NULL hints with getaddrinfo
2014-01-09 Nick Zitzmanndarwinssl: un-break Leopard build after PKCS#12 change
2014-01-08 Daniel StenbergCurl_updateconninfo: don't do anything for UDP "connect...
2014-01-08 Daniel Stenberginfo: remove debug output
2014-01-08 Daniel Stenbergtrynextip: fix build for non-IPV6 capable systems
2014-01-07 Daniel StenbergConnectionExists: fix NTLM check for new connection
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 Hoerskenmulti.c: fix possible dereference of null pointer
2014-01-04 Steve HolmeUpdated copyright year for recent changes
2014-01-04 Marc Hoerskenconncache.c: fix possible dereference of null pointer
2014-01-03 Daniel StenbergFTP parselist: fix "total" parser
2014-01-03 Marc HoerskenMakefile.vc6: follow up fix for 11e8066 and 92b9ae5
2014-01-03 Daniel Stenbergprogresscallback: make CURLE_ABORTED_BY_CALLBACK get...
2014-01-03 Daniel Stenbergpipeline: remove print_pipeline()
2014-01-03 Daniel Stenbergopenssl: allow explicit sslv2 selection
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 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2014-01-02 Guenter KnaufTrial to fix the nmake Makefile for vtls files.
2014-01-02 Guenter KnaufFix NetWare build for vtls files.
2014-01-01 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2013-12-31 Steve Holmeimap: Fixed line length warning
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-30 Steve Holmemprintf: Added support for I, I32 and I64 size specifiers
2013-12-28 Steve Holmeconnect.c: Fixed compilation warning
2013-12-28 Björn Stenbergconnect: Try all addresses in first connection attempt
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-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 StenbergCurl_pp_readresp: use memmove not memcpy, possibly...
2013-12-24 Steve Holmepop3: Fixed APOP being determined by CAPA response...
2013-12-22 Daniel StenbergFILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE
2013-12-22 Steve Holmeemail: Fixed segfault introduced in commit 195b63f99c2fe3
2013-12-22 Daniel Stenbergcode police: fix indent level to silence checksrc compl...
2013-12-21 Steve Holmeemail: Extended the login options to support multiple...
2013-12-21 Daniel StenbergCurl_pp_readresp: replace stupid loop with memcpy
2013-12-21 Daniel StenbergCurl_pp_readresp: zero terminate line
2013-12-21 Steve HolmeRevert "pop3: Added debug information to assist with...
2013-12-21 Steve Holmepop3: Added debug information to assist with test864...
2013-12-20 Steve Holmepop3: Fixed APOP timestamp detection from commit 1cfb43...
2013-12-20 Daniel StenbergMakefile.inc: use standard source header
2013-12-20 Daniel StenbergMakefile.inc: specify the vtls sources+headers separately
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergopenssl: renamed backend files to openssl.[ch]
2013-12-20 Daniel Stenbergvtls: moved all TLS/SSL source and header files into...
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-20 Steve Holmepop3: Fixed selection of APOP when server replies with...
2013-12-20 Steve Holmepop3: Fixed processing of more than one response when...
2013-12-19 Steve Holmepop3: Moved CAPA response handling to pop3_state_capa_r...
2013-12-19 Steve Holmepop3: Moved APOP detection into pop3_state_servergreet_...
2013-12-18 Steve Holmeimap/pop3/smtp: Added support for SASL authentication...
2013-12-18 Daniel Stenbergsmtp: fix compiler warning
2013-12-18 Steve Holmesmtp: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmepop3: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmeimap: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmesmtp: Moved the sending of the AUTH command into a...
2013-12-18 Steve Holmepop3: Moved the sending of the AUTH command into a...
2013-12-18 Steve Holmeimap: Moved the sending of the AUTHENICATE command...
2013-12-17 Steve Holmeemail: Renamed *_perform_authenticate() functions
2013-12-16 Daniel Stenberggtls: respect *VERIFYHOST independently of *VERIFYPEER
2013-12-15 Daniel Stenbergmulti: add timer inaccuracy margin to timeout/connectti...
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-12-14 Steve Holmeimap: Fixed exclude of clear text when using auth=...
2013-12-13 Steve Holmeimap: Fixed incorrect fallback to clear text authentication
2013-12-11 Eric Lubinparsedate: avoid integer overflow
2013-12-07 James DuryTFTP: let tftp_multi_statemach()'s return codes through
2013-12-07 Melissa Mearsdarwinssl: Fix #if 10.6.0 for SecKeychainSearch
next