Age | Commit message (Expand) | Author |
2008-07-02 | The configure process will now halt when sed or grep are unavailable | Yang Tse |
2008-07-02 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse |
2008-07-01 | - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY | Daniel Stenberg |
2008-07-01 | CreateConnection collided with a function using the exact same name in the | Daniel Stenberg |
2008-07-01 | IBM C/C++ compiler predefined macro check | Yang Tse |
2008-07-01 | set earlier in configure process IBM compilers optimization flags | Yang Tse |
2008-06-30 | make check message wording more precise | Yang Tse |
2008-06-30 | - Stephen Collyer and Tor Arntsen helped identify a flaw in the range code | Daniel Stenberg |
2008-06-30 | made %llu work for printing unsigned long longs, added the generic curl source | Daniel Stenberg |
2008-06-30 | - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is | Daniel Stenberg |
2008-06-30 | minor language fix | Daniel Stenberg |
2008-06-29 | fix C style comment | Yang Tse |
2008-06-29 | John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on | Yang Tse |
2008-06-26 | let's try to maintain compatibility with NSS 3.11.x | Daniel Stenberg |
2008-06-26 | Honour --stderr with the -v option. | Dan Fandrich |
2008-06-24 | Added README.NSS to describe the current NSS situation. | Daniel Stenberg |
2008-06-22 | - Eduard Bloch filed the debian bug report #487567 | Daniel Stenberg |
2008-06-22 | Stopped using ranges in scanf character sequences (e.g. %[a-z]) since that | Dan Fandrich |
2008-06-21 | Oops, that was an experimental change not meant to be committed! | Daniel Stenberg |
2008-06-21 | made Curl_nss_send() take const data to kill compiler warning | Daniel Stenberg |
2008-06-21 | Edited some test keywords for consistency | Dan Fandrich |
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse |
2008-06-20 | - Phil Pellouchoud found a case where libcurl built with NSS failed to | Daniel Stenberg |
2008-06-20 | remove leftover proto that isn't used, I made it a macro instead | Daniel Stenberg |
2008-06-20 | - Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy | Daniel Stenberg |
2008-06-19 | minor language fix | Daniel Stenberg |
2008-06-19 | - Christopher Palow fixed a curl_multi_socket() issue which previous caused | Daniel Stenberg |
2008-06-19 | - Dengminwen found a bug in the connection re-use function when using the | Daniel Stenberg |
2008-06-19 | Removed the #define of ciphernum since keeping a define updated to be the | Daniel Stenberg |
2008-06-19 | s/strcasecmp/strequal to make it more portable | Daniel Stenberg |
2008-06-19 | Always use $LOGDIR when referring to the log directory. | Dan Fandrich |
2008-06-19 | Fixed a memory leak in the command-line tool that caused a valgrind error. | Dan Fandrich |
2008-06-19 | Added SSH failure test cases 628-632 | Dan Fandrich |
2008-06-18 | - Rob Crittenden brought a fix for the NSS layer that makes libcurl no longer | Daniel Stenberg |
2008-06-18 | removed warning about unused argument by simply removing that argument from | Daniel Stenberg |
2008-06-18 | check_issuer_cert() now builds and there's one warning less. Still one compiler | Daniel Stenberg |
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse |
2008-06-13 | In checkPendPipeline() we can't be setting the TIMER_CONNECT correctly as that | Daniel Stenberg |
2008-06-13 | fixed the language somewhat | Daniel Stenberg |
2008-06-13 | Fixed curl-config --ca which wasn't being exported by configure. | Dan Fandrich |
2008-06-12 | Added IPv6 keywords for some more tests that require IPv6 networking support | Dan Fandrich |
2008-06-12 | fixed bad infof() usage! | Daniel Stenberg |
2008-06-12 | added the versions of a range of build tools that we want to remain to work | Daniel Stenberg |
2008-06-12 | My first attempt at documenting what we try to support and make curl run with | Daniel Stenberg |
2008-06-11 | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg |
2008-06-11 | fix compiler warning: conversion from `pointer to void' to `pointer to int | Yang Tse |
2008-06-11 | enable additional CFLAGS from commandline. | Gunter Knauf |
2008-06-10 | fix warning in GnuTLS build by making sure Curl_gtls_send() takes a const | Daniel Stenberg |
2008-06-10 | - I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILE | Daniel Stenberg |
2008-06-09 | CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options | Michal Marek |