aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-09-27multi_runsingle: set timeout error messagesDirk Manske
2010-09-27parsedate: allow time specified without secondsDaniel Stenberg
2010-09-26TFTP: re-indented the source codeDaniel Stenberg
2010-09-26TFTP: Work around tftpd-hpa upload bugTim Newsome
2010-09-24Revert "security.c: buffer_read various fixes."Daniel Stenberg
2010-09-22security.c: removed superfluous parenthesesDaniel Stenberg
2010-09-22security.c: Update the #include statements after the rewrite.Julien Chaffraix
2010-09-22security.c: sec_write tweaksJulien Chaffraix
2010-09-22security.c: _sec_send tweaksJulien Chaffraix
2010-09-22security.c: sec_read tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix
2010-09-22security.c: sec_send tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_read_msg tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix
2010-09-22security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix
2010-09-22security.c: Remove out_buffer as it was never written into.Julien Chaffraix
2010-09-22security.c: buffer_read various fixes.Julien Chaffraix
2010-09-22security.c: Made block_write return a CURLcode.Julien Chaffraix
2010-09-22security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix
2010-09-22Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix
2010-09-21parse_remote_port: ignore colons without port numberDaniel Stenberg
2010-09-21duphandle: use ares_dup()Daniel Stenberg
2010-09-18FTP: fix bad check of Curl_timeleft() return codeDaniel Stenberg
2010-09-18LDAP: moved variable declaration to avoid compiler warnDaniel Stenberg
2010-09-18LDAP: Use FALSE instead of bool_false when setting bits.closeTor Arntsen
2010-09-18LDAP: Add missing declaration for 'result'Tor Arntsen
2010-09-18LDAP: Support for tunnelling queries through HTTP proxyMauro Iorio
2010-09-17timeout: use the correct start value as offsetDaniel Stenberg
2010-09-17Curl_timeleft: avoid returning "no timeout" by mistakeDaniel Stenberg
2010-09-14multi: don't do extra expire calls for the connectionDaniel Stenberg
2010-09-12inflate_stream: remove redundant check that is always trueDaniel Stenberg
2010-09-12digest: make it clear the condition is always trueDaniel Stenberg
2010-09-12ssluse: removed redundant check that is always trueDaniel Stenberg
2010-09-07chunky parser: only rewind if neededDaniel Stenberg
2010-09-06rtsp: avoid SIGSEGV on malformed headerKamil Dudka
2010-09-06rtsp: avoid SIGSEGV on malformed headerKamil Dudka
2010-09-06warning: fix conversion to 'int' from 'size_t'Daniel Stenberg
2010-09-06portabilty: use proper variable type to hold socketsDaniel Stenberg
2010-09-03Trial to fix another compiler warning with braces.Guenter Knauf
2010-09-02Moved S_ISREG define to setup as suggested by Dan.Guenter Knauf
2010-09-02Use own typedef as workaround for broken sspi.h header (f.e. Watcom).Guenter Knauf
2010-09-02Added S_ISREG define for Win32.Guenter Knauf
2010-09-01multi: fixes for timing out handlesDaniel Stenberg
2010-09-01threaded resolver: no more expire 0 callsDaniel Stenberg
2010-09-01resolve_server: simplify codeDaniel Stenberg
2010-08-31multi: make sure the next timeout is used when one expiresDaniel Stenberg
2010-08-29multi: set timeouts when transfer beginsDaniel Stenberg
2010-08-25Makefile: add gopher.c file to buildDaniel Stenberg
2010-08-25gopher: enable the header callback/verbosityDaniel Stenberg
2010-08-25gopher: fix memory leak and busyloopDaniel Stenberg