summaryrefslogtreecommitdiff
path: root/lib/nss.c
Commit message (Expand)AuthorAgeFilesLines
* Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg2007-08-011-4/+5
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-10/+5
* Made some const arrays static to avoid unnecessary stack usage.Dan Fandrich2007-07-201-1/+1
* Rob Crittenden fixed bug #1705802Daniel Stenberg2007-05-251-0/+8
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-3/+0
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-1/+1
* use our own ISSPACE macroYang Tse2007-02-131-1/+1
* Rob Crittenden added support for NSS (Network Security Service) for theDaniel Stenberg2007-02-121-0/+605