platform/upstream/curl.git
2004-03-30 Daniel StenbergDavid Byron added 'authdone' to the SessionHandle.
2004-03-29 Daniel Stenbergthese are now in the packages/vms dir
2004-03-29 Daniel StenbergThe select() timeout is better not static since some...
2004-03-29 Daniel Stenbergissue 24 is fixed by making sure the time fields use...
2004-03-29 Daniel Stenbergseveral noticable recent changes
2004-03-29 Daniel Stenbergchanges changes changes
2004-03-29 Daniel StenbergAll test targets now run 'make all' before they prcoeed...
2004-03-29 Daniel StenbergGisle Vanem's djgpp/MS-DOS updates
2004-03-29 Daniel Stenbergfix to figure out the "real" windows path when built...
2004-03-29 Daniel Stenbergre-indented to use curl-standard source formatting
2004-03-29 Daniel Stenbergnetinet/tcp.h may require netinet/in.h to be include...
2004-03-28 Daniel Stenberguse the correct struct
2004-03-27 Daniel StenbergTor fixed a left-over from the ip argument to setnodelay
2004-03-26 Daniel StenbergGisle Vanem:
2004-03-26 Daniel Stenbergsome more password blurb
2004-03-26 Daniel Stenbergcheck for netinet/tcp.h precense before actually includ...
2004-03-26 Daniel Stenbergremoved the ip number from the notcpdelay function
2004-03-25 Daniel Stenbergget the version number from the new curlver.h header...
2004-03-25 Daniel Stenberglocaltime and gmtime are not thread-safe on newer AIXes...
2004-03-25 Daniel Stenbergforce recent AIX versions to check for strerror_r
2004-03-25 Daniel Stenbergonly output one line about the nodelay even if it fails
2004-03-25 Daniel Stenbergwin32 doesn't need and even doesn't build if we extern...
2004-03-25 Daniel Stenberginclude the strerror.h file without curl_ prefix
2004-03-25 Daniel Stenbergstrerror without prefix
2004-03-25 Daniel Stenbergcut off 'curl_' from the strerror file names
2004-03-25 Daniel Stenbergtcp-nodelay patch by Joe Halpin
2004-03-25 Daniel Stenbergso there are at least two different strerror_r() versio...
2004-03-25 Daniel StenbergTor Arntsen fixed how this is invoked
2004-03-25 Daniel Stenbergstrerror_r() detection changes:
2004-03-25 Daniel Stenbergdetect daily snapshots using the new path for this...
2004-03-25 Daniel Stenbergmake clean now removes *dist files too that might be...
2004-03-25 Daniel Stenberginvoke this script via env, as it is more likely to...
2004-03-25 Daniel Stenbergadded curl_strerror to the build
2004-03-25 Daniel Stenbergextern declare the sys_nerr variable. Required on Solar...
2004-03-25 Daniel StenbergAlways include setup.h as the first header file.
2004-03-24 Daniel StenbergAdded protos for the upcoming curl_*_strerror() functions
2004-03-24 Daniel Stenbergmissed the new header file
2004-03-24 Daniel StenbergGisle Vanem's fix to replace the bad use of strerror...
2004-03-24 Daniel Stenbergnew header file - for Curl_strerror()
2004-03-24 Daniel Stenbergbetter comments, added some more variable types we...
2004-03-24 Daniel StenbergTor Arntsen's major ispell patch
2004-03-24 Daniel StenbergTor Arntsen's mkdir-fix to make this run with perl...
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
next