platform/upstream/curl.git
2004-03-12 Daniel Stenbergmore variable type fixes for the large POST support
2004-03-12 Daniel StenbergMade the 'postsize' variable an off_t type to be able...
2004-03-12 Daniel Stenbergminor variable type fix
2004-03-12 Daniel StenbergCURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
2004-03-12 Daniel Stenbergignore aclocal.m4
2004-03-12 Daniel StenbergAdded CURLOPT_POSTFIELDSIZE_LARGE to offer a large...
2004-03-12 Daniel StenbergDavid Byron's fix to clear outs.filename
2004-03-11 Daniel Stenbergdl and ulspeed are now curl_off_t so typecast them...
2004-03-11 Daniel StenbergOptimize the way libcurl uses CWD
2004-03-11 Daniel StenbergMade max5data() take a curl_off_t size as argument...
2004-03-11 Daniel Stenbergadded that header fiddling the msvc users will enjoy
2004-03-11 Daniel StenbergGisle Vanem's fixes to use CURL_SOCKET_BAD more instead...
2004-03-11 Daniel Stenbergdon't let the EINTR stuff build on windows
2004-03-10 Daniel StenbergUse more curl_off_t variables when doing the progress...
2004-03-10 Daniel Stenberguse the new OS define from lib/config-win32.h
2004-03-10 Daniel Stenbergmake loop variable size_t as well when looping to a...
2004-03-10 Daniel Stenbergcurl_socket_t mistakes cleanup
2004-03-10 Daniel Stenbergturn niflags into a define named NIFLAGS
2004-03-10 Daniel Stenbergadded the Estonian one, removed the cyberservers one...
2004-03-10 Daniel Stenbergfixing
2004-03-10 Daniel StenbergGisle Vanem improved build on Windows.
2004-03-10 Daniel StenbergNah, ignore the OS define in here. This is being includ...
2004-03-10 Daniel Stenbergignore the icc warning 981 "operands are evaluated...
2004-03-10 Daniel StenbergMinor edit to avoid an unreachable break and to remove...
2004-03-10 Daniel Stenbergkeep the number of bytes read in a size_t variable
2004-03-10 Daniel Stenbergstrequal() returns int so we typecast the return to...
2004-03-10 Daniel Stenbergstore times in time_t
2004-03-10 Daniel StenbergJeff Lawson fixed the SSL connection to deal with recei...
2004-03-10 Daniel StenbergNow requires an OS string defined by the config*.h...
2004-03-10 Daniel Stenbergmake windows builds use the OS string "i386-pc-win32...
2004-03-10 Daniel Stenberguse size_t for string lengths
2004-03-10 Daniel StenbergMake sure SIZEOF_CURL_OFF_T is defined before we check...
2004-03-10 Daniel Stenbergremoved the #if 0'ed pragmas that disable warnings...
2004-03-10 Daniel Stenbergmoved the curl_socket_t typedef downwards
2004-03-09 Daniel Stenbergadded the new socket type
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-03-09 Daniel StenbergAdded -I$(top_srcdir)/include, since lib/setup.h might...
2004-03-09 Daniel Stenbergonly build with the windows threading trace code if
2004-03-09 Daniel Stenbergexplicit typecast to visualize that we really want...
2004-03-09 Daniel StenbergTor Arntsen's fix to a AIX build problem
2004-03-09 Daniel Stenbergremove ares/aclocal.m4 before cvs update to prevent...
2004-03-09 Daniel Stenbergmingw has str(n)casecmp() functions
2004-03-09 Daniel Stenbergtimezone dummy to build better on Windows - Gisle Vanem
2004-03-09 Daniel StenbergGisle Vanem fixed the bad argc check
2004-03-09 Daniel Stenbergthe error message stuff is for 7.12
2004-03-09 Daniel StenbergAndrés García-fix to make it build with mingw
2004-03-09 Daniel Stenbergadded HAVE_IOCTLSOCKET here
2004-03-08 Daniel Stenbergthis is generated, removed from CVS
2004-03-08 Daniel Stenbergdon't compare signed/unsigned
2004-03-08 Daniel StenbergRemoved John Clayton's really odd bug since its never...
2004-03-08 Daniel Stenbergmention error 64
2004-03-08 Daniel Stenbergthe largefile for version_info fix
2004-03-08 Daniel Stenbergfread() returns a size_t
2004-03-08 Daniel Stenberguse curl standard source formatting
2004-03-08 Daniel Stenbergtypecast enum to int to make it printf() properly
2004-03-08 Daniel Stenbergvariable type fixes
2004-03-08 Daniel StenbergMoved the error message buffer into the glob struct...
2004-03-08 Daniel StenbergCommented the Curl_read() arguments.
2004-03-08 Daniel Stenbergsize_t/int fix
2004-03-08 Daniel Stenbergstrlen() returns size_t
2004-03-08 Daniel Stenbergwe ignore the ICC warning 1419 as well
2004-03-08 Daniel Stenbergwaitconnect() takes the timeout argument as a long
2004-03-08 Daniel Stenbergstore size as size_t
2004-03-08 Daniel Stenbergdon't use 'register'
2004-03-08 Daniel Stenbergsize_t/int/long fixes
2004-03-08 Daniel Stenbergwe must not only support long long for Largefile to...
2004-03-05 Daniel Stenbergissue 12 fixed, the final known outstanding issue to...
2004-03-05 Daniel Stenbergissue 12 fix
2004-03-05 Daniel Stenberganother include to prevent warnings
2004-03-05 Daniel Stenbergtwo fixes, one new mirror
2004-03-05 Daniel Stenbergclonk
2004-03-05 Daniel Stenbergmore fixing to make the progress/getinfo stuff to work...
2004-03-05 Daniel Stenbergclearly tell that these are ftp response timeouts
2004-03-05 Daniel StenbergMajor rewrite of the test HTTP server to allow more...
2004-03-05 Daniel Stenberg'make clean' should only remove the generated html...
2004-03-05 Daniel Stenbergmention the D binding
2004-03-05 Daniel StenbergMultiple updates, most of them being proper formatting...
2004-03-04 Daniel Stenbergissue 12 fix is pending and is working in devel
2004-03-04 Daniel StenbergWhen following to a new URL, we must make sure to call...
2004-03-04 Daniel StenbergAndrés García's patch to prevent warnings while compili...
2004-03-04 Daniel Stenberguse size_t for the data, but keep the protos use ssize_...
2004-03-04 Daniel Stenberginclude the proper header file too
2004-03-04 Daniel Stenbergfix progress data to be updated properly for file:...
2004-03-04 Daniel Stenbergprevent harmless compiler warning
2004-03-04 Daniel StenbergDavid Byron's version resource fix
2004-03-04 Daniel Stenbergnew "version resource" file for windows builds
2004-03-03 Daniel Stenbergshow curl --version output as well
2004-03-03 Daniel Stenberglargefile bit for the version_info and now winsock...
2004-03-03 Daniel StenbergDavid Byron's work on making libcurl only require winso...
2004-03-03 Daniel Stenbergthree days of changes
2004-03-03 Daniel Stenbergmore variable type cleanups
2004-03-03 Daniel Stenbergour timeout values are longs while 'tv_sec' is int
2004-03-03 Daniel Stenbergmake the backup variable of the same kind as the data...
2004-03-03 Daniel Stenbergsome more size_t usage, and two added typecasts when...
2004-03-03 Daniel Stenbergtv_sec is an int, so we explicitly typecast the result...
2004-03-03 Daniel Stenbergattempted typecase to silence the MIPSpro warning:
2004-03-03 Daniel Stenberg#ifdef #define #undef circus to prevent compiler warnin...
2004-03-03 Daniel Stenbergremoved include stuff now handled by test.h
2004-03-03 Daniel StenbergWe let this file include more generic headers that...
2004-03-03 Daniel StenbergTom Bates' adjustment to build on his nsr-tandem-nsk.
next