index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
nss.c
Age
Commit message (
Expand
)
Author
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
[prev]