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
/
qssl.c
Age
Commit message (
Expand
)
Author
2013-07-15
x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract
Patrick Monnerat
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-01-04
Curl_timeleft: s/conn/data in first argument
Daniel Stenberg
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-07
qssl: reflect recent code changes in SSL interface
Kamil Dudka
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-04
fix printf-style format strings
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-14
use HAVE_LIMITS_H symbol to protect limits.h inclusion
Yang Tse
2009-04-14
include <limits.h> for INT_MAX definition
Yang Tse
2009-04-14
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...
Yang Tse
2008-05-20
Adapting last changes to OS400:
Patrick Monnerat
2008-04-07
Adapt OS400 SSL (qssl.h) to V5R4
Patrick Monnerat
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-02-11
Yang Tse pointed out a few remaining quirks from my timeout refactoring from
Daniel Stenberg
2008-02-07
- Refactored a lot of timeout code into a few functions in an attempt to make
Daniel Stenberg
2008-01-15
Calls to Curl_failf() are not supposed to provide a trailing newline as the
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-10-03
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to
Daniel Stenberg
2007-08-02
Patrick Monnerat's cleanup fix after my alloc-strings commit
Daniel Stenberg
2007-07-29
Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg
2007-07-24
Removed unused variable.
Dan Fandrich
2007-07-23
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
Daniel Stenberg