summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Some NetWare makefile tweaks.Guenter Knauf2010-10-031-39/+44
* krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix2010-10-021-15/+19
* krb5-gssapi: Made the function always return a value.Julien Chaffraix2010-10-021-1/+2
* krb5-gssapi: Delete the GSS-API context.Julien Chaffraix2010-10-022-3/+26
* HTTP: remove special case for 416Daniel Stenberg2010-10-021-14/+1
* README.ares: we know require c-ares 1.6.0Daniel Stenberg2010-09-301-1/+1
* SFTP: avoid downloading negative sizes!Daniel Stenberg2010-09-301-2/+5
* krb5-gssapi: Remove several memory leaks.Julien Chaffraix2010-09-282-5/+14
* security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix2010-09-283-16/+0
* security.c: We should always register the socket handler.Julien Chaffraix2010-09-281-6/+8
* security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix2010-09-283-5/+4
* security.c: Readd the '\n' to the infof() calls.Julien Chaffraix2010-09-281-8/+8
* security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix2010-09-281-1/+1
* security.c: Fix ftp_send_command.Julien Chaffraix2010-09-281-2/+5
* curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg2010-09-281-3/+6
* multi: don't expire timeouts at disonnect or doneDaniel Stenberg2010-09-282-3/+4
* multi_runsingle: set timeout error messagesDirk Manske2010-09-271-0/+13
* parsedate: allow time specified without secondsDaniel Stenberg2010-09-271-0/+6
* TFTP: re-indented the source codeDaniel Stenberg2010-09-261-61/+61
* TFTP: Work around tftpd-hpa upload bugTim Newsome2010-09-261-1/+7
* Revert "security.c: buffer_read various fixes."Daniel Stenberg2010-09-241-6/+4
* security.c: removed superfluous parenthesesDaniel Stenberg2010-09-221-15/+15
* security.c: Update the #include statements after the rewrite.Julien Chaffraix2010-09-221-7/+4
* security.c: sec_write tweaksJulien Chaffraix2010-09-221-6/+10
* security.c: _sec_send tweaksJulien Chaffraix2010-09-221-6/+7
* security.c: sec_read tweaksJulien Chaffraix2010-09-221-19/+21
* security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix2010-09-221-5/+7
* security.c: sec_send tweaksJulien Chaffraix2010-09-221-27/+32
* security.c: Curl_sec_read_msg tweaksJulien Chaffraix2010-09-221-22/+30
* security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix2010-09-222-37/+58
* security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix2010-09-221-38/+77
* security.c: Remove out_buffer as it was never written into.Julien Chaffraix2010-09-222-5/+1
* security.c: buffer_read various fixes.Julien Chaffraix2010-09-221-4/+6
* security.c: Made block_write return a CURLcode.Julien Chaffraix2010-09-221-19/+28
* security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix2010-09-221-35/+40
* Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix2010-09-221-3/+4
* parse_remote_port: ignore colons without port numberDaniel Stenberg2010-09-211-0/+5
* duphandle: use ares_dup()Daniel Stenberg2010-09-211-2/+3
* FTP: fix bad check of Curl_timeleft() return codeDaniel Stenberg2010-09-181-1/+1
* LDAP: moved variable declaration to avoid compiler warnDaniel Stenberg2010-09-181-1/+1
* LDAP: Use FALSE instead of bool_false when setting bits.closeTor Arntsen2010-09-181-1/+1
* LDAP: Add missing declaration for 'result'Tor Arntsen2010-09-181-0/+1
* LDAP: Support for tunnelling queries through HTTP proxyMauro Iorio2010-09-181-0/+29
* timeout: use the correct start value as offsetDaniel Stenberg2010-09-171-10/+9
* Curl_timeleft: avoid returning "no timeout" by mistakeDaniel Stenberg2010-09-171-0/+3
* multi: don't do extra expire calls for the connectionDaniel Stenberg2010-09-141-10/+0
* inflate_stream: remove redundant check that is always trueDaniel Stenberg2010-09-121-1/+3
* digest: make it clear the condition is always trueDaniel Stenberg2010-09-121-3/+2
* ssluse: removed redundant check that is always trueDaniel Stenberg2010-09-121-4/+2
* chunky parser: only rewind if neededDaniel Stenberg2010-09-071-3/+6