Age | Commit message (Expand) | Author |
2009-04-24 | - Kamil Dudka fixed another NSS-related leak when client certs were used. | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-14 | Kamil Dudka's follow-up fix | Daniel Stenberg |
2009-04-13 | - Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned | Daniel Stenberg |
2009-03-18 | - Kamil Dudka brought a patch that enables 6 additional crypto algorithms when | Daniel Stenberg |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2009-02-17 | - Kamil Dudka made NSS-powered builds compile and run again! | Daniel Stenberg |
2009-01-07 | fix compiler warnings | Daniel Stenberg |
2009-01-07 | - Rob Crittenden did once again provide an NSS update: | Daniel Stenberg |
2008-11-15 | based on a report by Jim Meyering, I went over and added checks for return | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-09-23 | - Rob Crittenden brought a patch to "add some locking for thread-safety to NSS | Daniel Stenberg |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-04 | Made some variables const | Dan Fandrich |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-06-21 | made Curl_nss_send() take const data to kill compiler warning | Daniel Stenberg |
2008-06-20 | - Phil Pellouchoud found a case where libcurl built with NSS failed to | 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-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-12 | fixed bad infof() usage! | Daniel Stenberg |
2008-06-11 | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg |
2008-06-06 | code style cleanup | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-05-26 | fix: preprocessor complaining about macro redefinition | Yang Tse |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-19 | applied patch to disable SSLv2 by default; discussion: | Gunter Knauf |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-25 | Made libcurl built with NSS possible to ignore the peer verification. | Daniel Stenberg |
2007-10-25 | prevent compiler warnings about shadowing and one case of unused variable | Daniel Stenberg |
2007-09-18 | Rob Crittenden provided an NSS update with the following highlights: | Daniel Stenberg |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-24 | Remove leading space in curl_version_info ss_version field. | Patrick Monnerat |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-20 | Made some const arrays static to avoid unnecessary stack usage. | Dan Fandrich |
2007-05-25 | Rob Crittenden fixed bug #1705802 | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-13 | use our own ISSPACE macro | Yang Tse |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |