aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-01-17win32: Corrected the preprocessor check for Version Helper APISteve Holme
2014-01-17cookie: max-age fixesDaniel Stenberg
2014-01-17chunked parsing: relax the CR strictnessDaniel Stenberg
2014-01-17chunked-parser: abort on overflows, allow 64 bit chunksDaniel Stenberg
2014-01-16Curl_cookie_add: remove 'now' from curl_getdate() callDaniel Stenberg
2014-01-16connect.c:942:84: warning: Longer than 79 columnsDaniel Stenberg
2014-01-15connect.c: Corrected version compare in commit c7a76bb056f31eSteve Holme
2014-01-15win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme
2014-01-13error message: Sensible message on timeout when transfer size unknownColin Hogben
2014-01-12OpenSSL: deselect weak ciphers by defaultDaniel Stenberg
2014-01-12multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg
2014-01-10multi_socket: remind app if timeout didn't runDaniel Stenberg
2014-01-10threaded-resolver: never use NULL hints with getaddrinfoDaniel Stenberg
2014-01-09darwinssl: un-break Leopard build after PKCS#12 changeNick Zitzmann
2014-01-08Curl_updateconninfo: don't do anything for UDP "connections"Daniel Stenberg
2014-01-08info: remove debug outputDaniel Stenberg
2014-01-08trynextip: fix build for non-IPV6 capable systemsDaniel Stenberg
2014-01-07ConnectionExists: fix NTLM check for new connectionDaniel Stenberg
2014-01-05mk-ca-bundle.pl: avoid warnings with -d without parameterDaniel Stenberg
2014-01-05mk-ca-bundle: introduces -d and warns about using this scriptLeif W
2014-01-05Makefile: Added missing WinSSL and x64 configurationsSteve Holme
2014-01-05multi.c: fix possible dereference of null pointerMarc Hoersken
2014-01-04Updated copyright year for recent changesSteve Holme
2014-01-04conncache.c: fix possible dereference of null pointerMarc Hoersken
2014-01-04FTP parselist: fix "total" parserDaniel Stenberg
2014-01-03Makefile.vc6: follow up fix for 11e8066 and 92b9ae5Marc Hoersken
2014-01-03progresscallback: make CURLE_ABORTED_BY_CALLBACK get returned betterDaniel Stenberg
2014-01-03pipeline: remove print_pipeline()Daniel Stenberg
2014-01-03openssl: allow explicit sslv2 selectionDaniel Stenberg
2014-01-02Updated copyright year for recent changesSteve Holme
2014-01-03vtls/nssg.h: fixed include references to moved fileMarc Hoersken
2014-01-02OpenSSL: Fix forcing SSLv3 connectionsBarry Abrahamson
2014-01-02Trial to fix the nmake Makefile for vtls files.Guenter Knauf
2014-01-02Fix NetWare build for vtls files.Guenter Knauf
2014-01-01OpenSSL: Fix forcing SSLv3 connectionsBarry Abrahamson
2013-12-31imap: Fixed line length warningSteve Holme
2013-12-31mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme
2013-12-30mprintf: Added support for I, I32 and I64 size specifiersSteve Holme
2013-12-28connect.c: Fixed compilation warningSteve Holme
2013-12-28connect: Try all addresses in first connection attemptBjörn Stenberg
2013-12-27sendf.c: Fixed compilation warning from f2d234a4dd9bccSteve Holme
2013-12-27FILE: Fixed sending of data would always return CURLE_WRITE_ERRORSteve Holme
2013-12-26FILE: we don't support paused transfers using this protocolDaniel Stenberg
2013-12-26vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme
2013-12-26vtls: Fixed up include of vtls.hSteve Holme
2013-12-25curl_dofree: allow free(NULL)Daniel Stenberg
2013-12-25Curl_thread_create: use Curl_safefree to allow NULL betterDaniel Stenberg
2013-12-25threaded resolver: Use pthread_t * for curl_thread_tLuke Dashjr
2013-12-24imap: Fixed auth preference not being honored when CAPABILITY not supportedSteve Holme
2013-12-24pop3: Fixed auth preference not being honored when CAPA not supportedSteve Holme