summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* POP3: detect when LIST returns no mailsDaniel Stenberg2011-11-292-7/+37
* POP3: fix end of body detectionDaniel Stenberg2011-11-291-19/+53
* CyaSSL 2.0+ library initialization adjustmentYang Tse2011-11-251-0/+5
* rectify commentJonas Schnelli2011-11-251-1/+2
* SSLSESSION_SHARED: new macro to check if session is sharedDaniel Stenberg2011-11-251-16/+13
* telnet.c: fix MSVC compiler warningYang Tse2011-11-251-2/+2
* tvdiff_secs(): sub-zero time difference adjustmentYang Tse2011-11-251-2/+5
* telnet: fix macros to allow proper semicolon useDaniel Stenberg2011-11-251-22/+27
* TELNET: improved treatment of optionsLaurent Rabret2011-11-252-26/+172
* query-part: ignore the URI part for given protocolsJonas Schnelli2011-11-2411-14/+42
* getinfo.c: reset app connect time when clearing session-info time variablesYang Tse2011-11-241-0/+1
* Fix unreleased regression when using windows gnutls versions older than 2.8Yang Tse2011-11-241-9/+9
* gnutls: only translate winsock errors for old versionsMark Brand2011-11-231-6/+9
* protocol_connect: show verbose connect and set connect timeDaniel Stenberg2011-11-211-5/+2
* Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo2011-11-194-1/+79
* SFTP: support '*' prefix for quote operationsJonas Schnelli2011-11-182-25/+56
* getsessionid: don't ever return while lockedDaniel Stenberg2011-11-171-9/+13
* Curl_ssl_getsessionid: increase the value, not the pointerDaniel Stenberg2011-11-171-1/+1
* SSL session share: move the age counter to the share objectAlejandro Alvarez Ayllon2011-11-173-5/+18
* CURLOPT_DNS_SERVERS: set name servers if possibleJason Glasgow2011-11-175-0/+55
* Fix to skip untrusted certs.Guenter Knauf2011-11-081-31/+46
* ftp PORT: don't hang if bind() failsDaniel Stenberg2011-11-061-3/+6
* pingpong: change two comments wrongly referring "FTP"Daniel Stenberg2011-11-061-5/+4
* HTTP auth: fix proxy Negotiate bugRene Bernhardt2011-11-061-17/+18
* ssluse.c: fix calling of OpenSSL's ERR_remove_state(0)Yang Tse2011-11-041-17/+17
* url.c and file.c: fix OOM triggered segfaultYang Tse2011-11-032-5/+6
* rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg2011-11-036-12/+12
* gtls_connect_step1: remove use of deprecated functionsDaniel Stenberg2011-11-021-1/+12
* url.c and transfer.c: nullify connection pointer when free()'edYang Tse2011-11-022-3/+10
* multi.c: OOM handling fixYang Tse2011-11-011-2/+8
* setup.h: fix compiler warningYang Tse2011-10-311-0/+2
* gtls.c: gnutls_transport_set_global_errno() deprecated in version 2.12.3Yang Tse2011-10-291-2/+11
* multi.c: OOM handling fixYang Tse2011-10-271-4/+6
* multi: start ftp state machine when switching to DO_MOREDaniel Stenberg2011-10-271-12/+5
* ftp.c: some OOM handling fixesYang Tse2011-10-241-10/+30
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-2118-14/+81
* file.c: OOM handling fixYang Tse2011-10-211-6/+29
* multi.c: fix segfaultYang Tse2011-10-211-2/+2
* Fixed compilation when HTTP or cookies are disabledDan Fandrich2011-10-202-0/+4
* Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg2011-10-201-88/+98
* Curl_smtp_escape_eob: first byte is index 0...Daniel Stenberg2011-10-201-2/+2
* gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0Tim Harder2011-10-201-0/+2
* Curl_smtp_escape_eob: fix EOB escapingDaniel Stenberg2011-10-201-26/+27
* singleipconnect: unstick the ipv6-connection booleanDaniel Stenberg2011-10-171-5/+4
* nss: avoid a SIGSEGV with immature version of NSSKamil Dudka2011-10-171-1/+23
* nss: big cleanup in nss_load_cert() and cert_stuff()Kamil Dudka2011-10-171-93/+58
* nss: refactor fmt_nickname() -> dup_nickname()Kamil Dudka2011-10-171-28/+14
* nss: select client certificates by DERKamil Dudka2011-10-172-16/+30
* formdata: ack read callback abortDaniel Stenberg2011-10-161-8/+11
* singleipconnect: don't clobber errnoDaniel Stenberg2011-10-151-3/+3