aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-11fix multiple header inclusion prevention definitionYang Tse
2008-07-11move multiple header inclusion prevention definition to top of fileYang Tse
2008-07-11Added missing multiple header inclusion prevention definitionYang Tse
2008-07-11indent and comment cleanup (no code change)Daniel Stenberg
2008-07-11- Daniel Fandrich found out we didn't pass on the user-agent properly whenDaniel Stenberg
2008-07-11Changed slightly the SFTP quote commands chmod, chown and chgrp to onlyDan Fandrich
2008-07-10Fixed another OOM problem, this time with test 64.Dan Fandrich
2008-07-10Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRIYang Tse
2008-07-09- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and IDaniel Stenberg
2008-07-09Fixed an OOM handling problem that cause test 11 to fail the torture test.Dan Fandrich
2008-07-08Fixed test 554 to pass the torture test.Dan Fandrich
2008-07-07- Scott Barrett provided a test case for a segfault in the FTP code and theDaniel Stenberg
2008-07-07New options added to OS400 wrapper and ILERPG definitions.Patrick Monnerat
2008-07-05fix compiler warning: empty body in an if-statementYang Tse
2008-07-03Phil Blundell provided a fix for libcurl's treatment of unexpected 1xxDaniel Stenberg
2008-07-03Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg
2008-07-02Support Open Watcom C on Linux (as well as Windows).Dan Fandrich
2008-07-02fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-07-01CreateConnection collided with a function using the exact same name in theDaniel Stenberg
2008-06-30- Stephen Collyer and Tor Arntsen helped identify a flaw in the range codeDaniel Stenberg
2008-06-30made %llu work for printing unsigned long longs, added the generic curl sourceDaniel Stenberg
2008-06-24Added README.NSS to describe the current NSS situation.Daniel Stenberg
2008-06-22- Eduard Bloch filed the debian bug report #487567Daniel Stenberg
2008-06-22Stopped using ranges in scanf character sequences (e.g. %[a-z]) since thatDan Fandrich
2008-06-21Oops, that was an experimental change not meant to be committed!Daniel Stenberg
2008-06-21made Curl_nss_send() take const data to kill compiler warningDaniel Stenberg
2008-06-20- Phil Pellouchoud found a case where libcurl built with NSS failed toDaniel Stenberg
2008-06-20remove leftover proto that isn't used, I made it a macro insteadDaniel Stenberg
2008-06-20- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxyDaniel Stenberg
2008-06-19- Christopher Palow fixed a curl_multi_socket() issue which previous causedDaniel Stenberg
2008-06-19- Dengminwen found a bug in the connection re-use function when using theDaniel Stenberg
2008-06-19Removed the #define of ciphernum since keeping a define updated to be theDaniel Stenberg
2008-06-19s/strcasecmp/strequal to make it more portableDaniel Stenberg
2008-06-18- Rob Crittenden brought a fix for the NSS layer that makes libcurl no longerDaniel Stenberg
2008-06-18removed warning about unused argument by simply removing that argument fromDaniel Stenberg
2008-06-18check_issuer_cert() now builds and there's one warning less. Still one compilerDaniel Stenberg
2008-06-13In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as thatDaniel Stenberg
2008-06-12fixed bad infof() usage!Daniel Stenberg
2008-06-11- I did a cleanup of the internal generic SSL layer and how the various SSLDaniel Stenberg
2008-06-11fix compiler warning: conversion from `pointer to void' to `pointer to intYang Tse
2008-06-10fix warning in GnuTLS build by making sure Curl_gtls_send() takes a constDaniel Stenberg
2008-06-10- I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILEDaniel Stenberg
2008-06-08enable additional CFLAGS from commandline.Gunter Knauf
2008-06-08use our *printf functions only.Gunter Knauf
2008-06-06code style cleanupDaniel Stenberg
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg
2008-06-06- Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg
2008-06-03Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich
2008-05-31Fix problem: 'result' may be used uninitialized.Yang Tse