Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-09 | configure: warn if OpenSSL headers and library versions don't match | Yang Tse | |
2011-06-09 | configure: get API info for a couple of OpenSSL functions (followup 2) | Yang Tse | |
2011-06-09 | configure: get API info for a couple of OpenSSL functions (followup 1) | Yang Tse | |
2011-06-08 | configure: fix recvfrom 5th arg type qualifier detection (followup) | Yang Tse | |
2011-06-08 | configure: fix recvfrom 5th arg type qualifier detection | Yang Tse | |
2011-06-08 | disconnect: wipe out the keeps_speed time stamp | Kamil Dudka | |
When closing a connection, the speedchecker's timestamp is now deleted so that it cannot accidentally be used by a fresh connection on the same handle when examining the transfer speed. Bug: https://bugzilla.redhat.com/679709 | |||
2011-06-07 | urldata: use uniform inclusion style for OpenSSL headers | Yang Tse | |
2011-06-07 | HTTP time condition: force closure for 200 OK | Daniel Stenberg | |
When a time condition isn't met, so that no body is delivered to the application even though a 2xx response is being read from the server, we must close the connection to avoid a re-use of the connection to be completely tricked. Added test 1128 to verify. | |||
2011-06-07 | RELEASE-NOTES: synced with b772f3a32146d7d | Daniel Stenberg | |
2011-06-06 | configure: get API info for a couple of OpenSSL functions | Yang Tse | |
2011-06-05 | wait_ms: takes an int argument | Daniel Stenberg | |
Typecasts added since I changed more code to use long for timeouts | |||
2011-06-04 | Curl_socket_ready: make timeout a 'long' | Daniel Stenberg | |
It was mostly typecasted to int all over the code so switching to long instead all over should be a net gain. | |||
2011-06-04 | xlc: avoid preprocessor definition usage when linking | Yang Tse | |
2011-06-03 | unit tests: disable unit tests for a given cross-compilation configuration. | Yang Tse | |
cross-compilation of unit tests static library/programs fails when libcurl shared library is also built. This might be due to a libtool or automake issue. In this case we disable unit tests. | |||
2011-06-03 | cookie_output: made private | Daniel Stenberg | |
2011-06-03 | digest_cleanup_one: made private | Daniel Stenberg | |
2011-06-03 | privatise: make private functions static | Daniel Stenberg | |
2011-06-03 | Curl_fileinfo_dup: removed, not used | Daniel Stenberg | |
2011-06-03 | parsedate: turn private and static | Daniel Stenberg | |
I removed the prefix as well accordingly. | |||
2011-06-02 | curl hasn't sent a Pragma: header by default for a while | Dan Fandrich | |
2011-06-02 | unit tests: attempt to fix linkage issue | Yang Tse | |
2011-06-02 | urlglob: fix zero size malloc | Yang Tse | |
2011-06-02 | Remove unnecessary typecast | Yang Tse | |
2011-06-02 | compiler warning: fix | Yang Tse | |
Fix compiler warning: cast increases required alignment | |||
2011-06-02 | unit tests: make unit tests building actually depend on --enable-debug option. | Yang Tse | |
2011-06-02 | OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage. | Yang Tse | |
2011-06-01 | unit tests: more build adjustments | Yang Tse | |
2011-06-01 | CURLOPT_WILDCARDMATCH: minor style edit | Daniel Stenberg | |
Due to some flaw in roffit I removed some style changes to make the web page look better. | |||
2011-06-01 | makefile: avoid preprocessor definition usage when linking | Yang Tse | |
2011-06-01 | warnless: icc 9.1 workaround | Yang Tse | |
2011-05-31 | testcurl.pl: allow configure args to use '=' | Daniel Stenberg | |
2011-05-30 | Makefile.am: fix spurious CFLAGS duplication | Yang Tse | |
2011-05-30 | Removed types.h from Android makefile | Dan Fandrich | |
2011-05-30 | configure.ac: skip /dev/urandom check when cross-compiling | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=3307835 | |||
2011-05-29 | main: fix header inclusion order | Yang Tse | |
Currently, Windows cross-compiled autobuilds require inclusion of setup.h before curl.h to get definitions of CURL_STATICLIB and BUILDING_LIBCURL. | |||
2011-05-29 | main: fix header inclusion order | Yang Tse | |
2011-05-27 | distribution: Fix EXTRA_DIST letter case | Yang Tse | |
2011-05-27 | curl_easy_setopt.3: NOPROGRESS also affects the callback | Daniel Stenberg | |
2011-05-27 | warnless: header inclusion fix | Yang Tse | |
2011-05-26 | Make checksrc.pl work on more out-of-tree builds | Yang Tse | |
Source files given with relative paths do not have the -D directory specifier prepended. | |||
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: conversion may lose significant bits | |||
2011-05-26 | socks: fix unaligned memory access | Yang Tse | |
2011-05-26 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2011-05-25 | unit tests: build adjustment | Yang Tse | |
Also define UNITTESTS macro when building unit test sources. Fixing compiler warning: external definition with no prior declaration | |||
2011-05-25 | create_conn: only switch protocol handler if necessary | Daniel Stenberg | |
When switching to HTTP because a HTTP proxy is being used, the existing handler is now checked if it already is "compatible". This allows the https handler remain while other non-http handlers will be redirected. Bug: http://curl.haxx.se/mail/lib-2011-05/0214.html Reported by: Jerome Robert | |||
2011-05-25 | setopt.3: remove leftover style change | Daniel Stenberg | |
2011-05-25 | setopt.3: CURLOPT_WRITEFUNCTION had wrong function proto | Daniel Stenberg | |
2011-05-25 | compiler warning: fix followup | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored | |||
2011-05-24 | unit tests: README, adjust header inclusion order | Yang Tse | |
2011-05-24 | compiler warning: fix | Yang Tse | |
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored |