summaryrefslogtreecommitdiff
path: root/lib/qssl.c
Commit message (Expand)AuthorAgeFilesLines
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-8/+8
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+2
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-2/+2
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-11/+15
* qssl: reflect recent code changes in SSL interfaceKamil Dudka2010-04-071-8/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-3/+3
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse2009-04-141-1/+3
* include <limits.h> for INT_MAX definitionYang Tse2009-04-141-0/+1
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-2/+4
* Adapting last changes to OS400:Patrick Monnerat2008-05-201-3/+3
* Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat2008-04-071-4/+4
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-201-0/+3
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-191-2/+2
* Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg2008-02-111-2/+7
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-071-11/+2
* Calls to Curl_failf() are not supposed to provide a trailing newline as theDaniel Stenberg2008-01-151-14/+14
* if () => if()Daniel Stenberg2007-11-071-21/+21
* I renamed the CURLE_SSL_PEER_CERTIFICATE error code toDaniel Stenberg2007-10-031-1/+1
* Patrick Monnerat's cleanup fix after my alloc-strings commitDaniel Stenberg2007-08-021-4/+4
* Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg2007-07-291-10/+4
* Removed unused variable.Dan Fandrich2007-07-241-4/+1
* Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg2007-07-231-0/+496