- Feb 27, 2007
-
-
Gisle Vanem authored
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.
-
Gisle Vanem authored
-
Gisle Vanem authored
config.h includes ../lib/config.dos.
-
Gisle Vanem authored
-
Gisle Vanem authored
Simplified dependency generation.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
specific SSL library that might be used, and I cut out the closepolicy stuff that we no longer support
-
Yang Tse authored
-
- Feb 26, 2007
-
-
Daniel Stenberg authored
header line without quotes and with a CRLF immediately following...
-
Gisle Vanem authored
since it's already included through "setup.h".
-
Gisle Vanem authored
since they're already included through "setup.h".
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Feb 25, 2007
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Daniel Stenberg authored
due to the frequent dying of mirrors...
-
Daniel Stenberg authored
the multi interface. Note that it still does a part of the connection in a blocking manner.
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-v, --trace and --trace-ascii, since it could really confuse the user. Clarified this fact in the man page.
-
- Feb 22, 2007
-
-
Daniel Stenberg authored
there is an environment variable set)
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
"case label value exceeds maximum value for type" and "comparison is always false due to limited range of data type" Both triggered when using a bool variable as the switch variable in a switch statement and using enums for the case targets.
-
Yang Tse authored
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
-
- Feb 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fixing some bugs: o Don't mix GET and POST requests in a pipeline o Fix the order in which requests are dispatched from the pipeline o Fixed several curl bugs with pipelining when the server is returning chunked encoding: * Added states to chunked parsing for final CRLF * Rewind buffer after parsing chunk with data remaining * Moved chunked header initializing to a spot just before receiving headers
-
Yang Tse authored
-
Dan Fandrich authored
-
Gisle Vanem authored
-
Yang Tse authored
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems.
-
Yang Tse authored
struct for platforms that don't have it to setup_once.h
-