aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-15random formatting updates to look better in HTML versionDaniel Stenberg
2004-03-15use .NF for the struct part to looke better in HTMLDaniel Stenberg
format some function references properly
2004-03-15more fixesDaniel Stenberg
2004-03-15better formatting of functions to get better links in the web versionDaniel Stenberg
2004-03-15better mentioning of other functions to create proper hrefs in the webDaniel Stenberg
version
2004-03-15build_vms.com is removed from hereDaniel Stenberg
2004-03-15Marty Kuhrt's VMS updatesDaniel Stenberg
2004-03-15Added the new vms subdir in the packages dirDaniel Stenberg
2004-03-15new vms subdirDaniel Stenberg
2004-03-15not used anymore since Marty Kuhrt's recent VMS updatesDaniel Stenberg
2004-03-15Marty Kuhrt's provided files for the VMS packageDaniel Stenberg
2004-03-15Check for a GNU version of m4, since autoconf won't run nicely without one.Daniel Stenberg
2004-03-14fix signed and unsigned warningsDaniel Stenberg
2004-03-13postsize is off_t now, so we typecase it to int before doing normal printfDaniel Stenberg
with it (knowing it won't be larger than what fits in an int)
2004-03-13the postsize is an off_t so use the proper printf format to output theDaniel Stenberg
content-length when doing multipart posts
2004-03-12more variable type fixing for the huge postsDaniel Stenberg
2004-03-12newer c-ares releaseDaniel Stenberg
2004-03-12more variable type fixes for the large POST supportDaniel Stenberg
2004-03-12Made the 'postsize' variable an off_t type to be able to hold large fileDaniel Stenberg
sizes if desired
2004-03-12minor variable type fixDaniel Stenberg
2004-03-12CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1Daniel Stenberg
2004-03-12ignore aclocal.m4Daniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-12David Byron's fix to clear outs.filenameDaniel Stenberg
2004-03-11dl and ulspeed are now curl_off_t so typecast them to double when weDaniel Stenberg
return their values
2004-03-11Optimize the way libcurl uses CWDDaniel Stenberg
2004-03-11Made max5data() take a curl_off_t size as argument instead of double. ShouldDaniel Stenberg
make the progress meter more accurate for large files. Also made the sprintf usage in that function avoid floating point.
2004-03-11added that header fiddling the msvc users will enjoyDaniel Stenberg
2004-03-11Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg
2004-03-11don't let the EINTR stuff build on windowsDaniel Stenberg
2004-03-10Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg
argument passing and try to convert to double only when providing data to the external world.
2004-03-10use the new OS define from lib/config-win32.hDaniel Stenberg
2004-03-10make loop variable size_t as well when looping to a size_t limitDaniel Stenberg
2004-03-10curl_socket_t mistakes cleanupDaniel Stenberg
2004-03-10turn niflags into a define named NIFLAGSDaniel Stenberg
2004-03-10added the Estonian one, removed the cyberservers one since it is dead andDaniel Stenberg
they don't respond to email
2004-03-10fixingDaniel Stenberg
2004-03-10Gisle Vanem improved build on Windows.Daniel Stenberg
2004-03-10Nah, ignore the OS define in here. This is being included by ares and itDaniel Stenberg
certainly doesn't need the OS define.
2004-03-10ignore the icc warning 981 "operands are evaluated in unspecified order"Daniel Stenberg
2004-03-10Minor edit to avoid an unreachable break and to remove the extra {} bodyDaniel Stenberg
within the switch.
2004-03-10keep the number of bytes read in a size_t variableDaniel Stenberg
2004-03-10strequal() returns int so we typecast the return to bool when we store theDaniel Stenberg
result as bool
2004-03-10store times in time_tDaniel Stenberg
2004-03-10Jeff Lawson fixed the SSL connection to deal with received signals during theDaniel Stenberg
connect.
2004-03-10Now requires an OS string defined by the config*.h fileDaniel Stenberg
2004-03-10make windows builds use the OS string "i386-pc-win32" instead of just "win32"Daniel Stenberg
to make it more like other OS strings
2004-03-10use size_t for string lengthsDaniel Stenberg
2004-03-10Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.Daniel Stenberg
It is only undefined when this file is included by others (like ares) and in those cases it doesn't matter.
2004-03-10removed the #if 0'ed pragmas that disable warnings on msvcDaniel Stenberg