platform/upstream/curl.git
2004-03-24 Daniel StenbergAvoid doing chdir .., as it breaks the ability to use...
2004-03-24 Daniel Stenbergadded check for strerror_r()
2004-03-24 Daniel Stenberginclude curl/curlver.h instead since this only needs...
2004-03-23 Daniel Stenbergerror messages and new test script
2004-03-23 Daniel Stenbergwe are progressing
2004-03-23 Daniel Stenbergdistribute testcurl.pl too starting now
2004-03-23 Daniel StenbergGreg Hewgill's version of testcurl.sh rewritten in...
2004-03-23 Daniel Stenbergkeep current_speed as an curl_off_t for better precisio...
2004-03-23 Daniel Stenbergswitch() on the right variable!
2004-03-23 Daniel Stenbergcurl_strequal() returns int, keep return variables...
2004-03-23 Daniel Stenbergmake the variables that hold the result of strlen(...
2004-03-23 Daniel Stenbergstricter variable type usage
2004-03-23 Daniel Stenbergvariable type usage cleanup to please picky compilers
2004-03-23 Daniel Stenbergget strlen() results in a size_t, delete 'register'
2004-03-23 Daniel Stenbergmade time2str() use longs internally instead to prevent...
2004-03-23 Daniel Stenbergadded explicit typecasts to prevent compiler warnings...
2004-03-23 Daniel StenbergIf localbind fails, provide a more portable error message.
2004-03-23 Daniel Stenbergminor update by Kevin
2004-03-23 Daniel Stenbergsrc/version.h was not properly made!
2004-03-23 Daniel Stenbergprogress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD...
2004-03-23 Daniel Stenbergit actually fits to make a NNNd NNh display so this...
2004-03-23 Daniel StenbergFixed the time fields no never get wider than 8 letters...
2004-03-23 Daniel Stenbergint/size_t cleanup
2004-03-23 Daniel Stenbergminor variable type cleanups
2004-03-23 Daniel Stenbergminor edits to make picky compilers whine less
2004-03-23 Daniel Stenbergchanged the long to int typecasts to see if icc 8.0...
2004-03-22 Daniel StenbergMakes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if...
2004-03-22 Daniel StenbergKevin Roth's updates to handle a new requirement from...
2004-03-22 Daniel Stenbergcrap files to get the dirs made when checked out from CVS
2004-03-22 Daniel Stenbergcontainer to get this dir made
2004-03-22 Daniel StenbergMake the axp/README ia64/README vax/README files get...
2004-03-22 Daniel Stenbergfixed the ntlm problem with longish passwords
2004-03-22 Daniel Stenbergvms fixes committed
2004-03-22 Daniel StenbergEnabled 'NT responses' in the NTLM type-3 message.
2004-03-22 Daniel Stenbergfixed /I "." for the debug build too
2004-03-22 Daniel Stenbergadd /I "." to include ca-bundle.h properly
2004-03-22 Daniel Stenbergissue 27 fixed, moved libcurl version defines to its...
2004-03-22 Daniel Stenberginclude the new curlver instead, since all this wants...
2004-03-22 Daniel StenbergIntroducing curl/curlver.h for keeping the curl version...
2004-03-21 Daniel Stenbergfiles moved here from the $ROOT/src dir
2004-03-21 Daniel Stenbergremoved deleted files
2004-03-21 Daniel StenbergMarty Kuhrt's adjustments for a cleaner VMS build
2004-03-21 Daniel StenbergMarty Kuhrt's VMS updates
2004-03-21 Daniel Stenbergrecognize and use ACLOCAL_FLAGS if set (Thomas Schwinge...
2004-03-21 Daniel Stenberguse tabs, not spaces!
2004-03-19 Daniel StenbergAdded the Version 7.11.1 marker
2004-03-19 Daniel Stenbergstarting a new cycle
2004-03-18 Daniel Stenbergirix configure fix and a msvc project file update
2004-03-18 Daniel StenbergMitz Wark's reported Digest re-negotiate problem is...
2004-03-18 Daniel StenbergFor IRIX systems we must pick the "correct" lib dirs...
2004-03-17 Daniel Stenbergadded http_ntlm.[ch] and inet_pton.[ch], pointed out...
2004-03-17 Daniel StenbergGünter Knauf's update, mainly converted to plain old...
2004-03-17 Daniel Stenbergnew netware-related files added to the distribution
2004-03-17 Daniel StenbergGünter Knauf's NetWare changes.
2004-03-17 Daniel Stenbergnonsense comments removed
2004-03-16 Daniel Stenbergmention yesterday's man page update frenzy
2004-03-16 Daniel Stenbergissue 29 has a bug report mentioning details
2004-03-16 Daniel Stenbergremoved the min() macro define
2004-03-16 Daniel Stenbergrandom updates
2004-03-16 Daniel Stenbergadded the CA bundle default path, and mention the risk...
2004-03-15 Daniel Stenbergntlm and long passwords
2004-03-15 Daniel Stenbergif the global_init() is called from within curl_easy_in...
2004-03-15 Daniel Stenbergignore these files
2004-03-15 Daniel Stenbergautomake file for this dir
2004-03-15 Daniel Stenbergprovide URLs to two patches mentioned
2004-03-15 Daniel StenbergNTLM fix
2004-03-15 Daniel Stenbergbetter formatting to create fine links in the web version
2004-03-15 Daniel Stenbergmore formatting fixes
2004-03-15 Daniel Stenbergrefer to function names better to enhance the HTML...
2004-03-15 Daniel StenbergInitial commit of the first attempt to make three new...
2004-03-15 Daniel Stenbergwindows builds now report a slightly different "OS...
2004-03-15 Daniel Stenbergcheck for m4 version in buildconf
2004-03-15 Daniel Stenbergrandom formatting updates to look better in HTML version
2004-03-15 Daniel Stenberguse .NF for the struct part to looke better in HTML
2004-03-15 Daniel Stenbergmore fixes
2004-03-15 Daniel Stenbergbetter formatting of functions to get better links...
2004-03-15 Daniel Stenbergbetter mentioning of other functions to create proper...
2004-03-15 Daniel Stenbergbuild_vms.com is removed from here
2004-03-15 Daniel StenbergMarty Kuhrt's VMS updates
2004-03-15 Daniel StenbergAdded the new vms subdir in the packages dir
2004-03-15 Daniel Stenbergnew vms subdir
2004-03-15 Daniel Stenbergnot used anymore since Marty Kuhrt's recent VMS updates
2004-03-15 Daniel StenbergMarty Kuhrt's provided files for the VMS package
2004-03-15 Daniel StenbergCheck for a GNU version of m4, since autoconf won't...
2004-03-14 Daniel Stenbergfix signed and unsigned warnings
2004-03-13 Daniel Stenbergpostsize is off_t now, so we typecase it to int before...
2004-03-13 Daniel Stenbergthe postsize is an off_t so use the proper printf forma...
2004-03-12 Daniel Stenbergmore variable type fixing for the huge posts
2004-03-12 Daniel Stenbergnewer c-ares release
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
next