platform/upstream/curl.git
2004-03-03 Daniel StenbergTom Bates' adjustment to build on his nsr-tandem-nsk.
2004-03-03 Daniel Stenbergrename struct FILE to FILEPROTO, to prevent it from...
2004-03-03 Daniel StenbergDan Fandrich fixed some GSS detection flaws
2004-03-02 Daniel Stenbergcorrected the reuse_fresh condition
2004-03-02 Daniel Stenberglarge file in jan 2004
2004-03-02 Daniel Stenbergvarious updates
2004-03-02 Daniel Stenbergtwo items fixed, one so old I don't think its valid...
2004-03-02 Daniel Stenbergdisplay src/config.h as well after configure as run
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel StenbergDefine CURL_NO_OLDIES to prevent us from getting obsole...
2004-03-02 Daniel StenbergCURLOPT_MUTE is obsolete since a long while, we don...
2004-03-02 Daniel Stenbergclean the html and pdf files
2004-03-02 Daniel Stenberguse FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce...
2004-03-02 Daniel Stenberg- we switch to simply use FORMAT_OFF_T internally
2004-03-01 Daniel Stenbergthe CURLOPT_FRESH_CONNECT fix
2004-03-01 Daniel Stenberga fair day's work!
2004-03-01 Daniel StenbergUse CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
2004-03-01 Daniel StenbergNow uses CURL_FORMAT_OFF_T instead of %Od
2004-03-01 Daniel Stenberglarge_file is a new feature we can require for a specif...
2004-03-01 Daniel Stenbergsupport 'large_file' as a feature to require for specif...
2004-03-01 Daniel Stenbergcheck for CURL_VERSION_LARGEFILE in the feature bitmask
2004-03-01 Daniel Stenbergset CURL_VERSION_LARGEFILE if we support large files
2004-03-01 Daniel Stenbergdefine ENABLE_64BIT if we have enabled 64bit large...
2004-03-01 Daniel Stenbergfixed the test code to work
2004-03-01 Daniel Stenberg* Added CURL_VERSION_LARGEFILE
2004-03-01 Daniel Stenbergadded test 99, very basic initial large file test
2004-03-01 Daniel Stenbergglobal dns cache is not nice, we consider it obsolete...
2004-03-01 Daniel StenbergIgnore the dreaded aclocal warnings on underquoted...
2004-03-01 Daniel StenbergPerhaps -Wundef is better on gcc versions after 2.95...
2004-03-01 Daniel StenbergWhen setting aggressive pedantic compiler options,...
2004-03-01 Daniel Stenbergremoved an unnecessary shift and splut up som weird...
2004-03-01 Daniel StenbergUse the z-option to printf %d for size_t printf. z...
2004-03-01 Daniel StenbergSupport 'z' for size_t-sized integer printing, as in...
2004-03-01 Daniel StenbergOnly consider the fresh-connection option on the first...
2004-03-01 Daniel StenbergMoved two 7.11.2 issues over to the more general TODO...
2004-03-01 Daniel Stenbergminor spellfix
2004-03-01 Daniel Stenbergintend the top-level blurb to make it easier to discard...
2004-03-01 Daniel StenbergTor and David
2004-03-01 Daniel Stenbergmention how to make a curl handle use the share
2004-03-01 Daniel StenbergOnly attempt to send the FTP QUIT command if we actuall...
2004-03-01 Daniel Stenbergin Curl_disonnect(): call the protocol-specific disconn...
2004-03-01 Daniel StenbergReport the correct size when 'verifiedserver' is requested.
2004-02-29 Daniel StenbergDirk Manske fixed the attempt to install the removed...
2004-02-27 Daniel Stenbergusing roffit 0.6 we can get <a href> links with the...
2004-02-27 Daniel Stenbergformatting update to produce better links with the...
2004-02-27 Daniel Stenbergelaborate on the URL option
2004-02-27 Daniel Stenbergminor size_t fix to kill a warning
2004-02-27 Daniel Stenbergfixed some more size_t/int/long warnings and removed...
2004-02-27 Daniel StenbergMark obsolete options with OSBOLETE in a comment on...
2004-02-27 Daniel Stenbergispell by Tor Arntsen
2004-02-27 Daniel Stenbergupdated the debug option function from curl's acinclude.m4
2004-02-27 Daniel Stenbergremove the number of obsolete options
2004-02-27 Daniel StenbergAdded a few options that were still not documented...
2004-02-27 Daniel Stenbergupdated with recent events
2004-02-27 Daniel Stenbergissue 21 is now history
2004-02-27 Daniel StenbergJoe Halpin made the FTP code send 'QUIT' on the control...
2004-02-26 Daniel Stenbergwe need to hide this warning since it otherwise appears...
2004-02-26 Daniel StenbergKill the server when this test is done, as other FTP...
2004-02-26 Daniel Stenbergfixed a "comparison between signed and unsigned" warning
2004-02-26 Daniel StenbergDavid Byron's fixes to make the latest curl build fine...
2004-02-26 Daniel Stenbergthis works like buildconf + configure does on unixes
2004-02-26 Daniel Stenbergadjusted to work with the modified fopen() line and...
2004-02-26 Daniel StenbergGisle Vanem's added support calloc()-debugging and...
2004-02-26 Daniel Stenberguse calloc instead of malloc and we won't have to memse...
2004-02-26 Daniel StenbergWhen this is verified to be a CVS tree, we remove the...
2004-02-26 Daniel StenbergClear up int/long/size_t/ssize_t usage a bit
2004-02-26 Daniel Stenbergminor fixes to avoid MIPSPro pedantic warnings
2004-02-26 Daniel Stenbergdon't mix int and size_t, it generates warnings!
2004-02-26 Daniel StenbergMake icc ignore "invalid format string conversion"...
2004-02-26 Daniel Stenberguse %ld when printf()ing long variables (and removed...
2004-02-26 Daniel Stenbergadded the ever-present source header
2004-02-26 Daniel StenbergDon't call the lock/unlock functions if they are NULL...
2004-02-26 Daniel StenbergUse __INTEL_COMPILER instead of __ICC to the cpp to...
2004-02-26 Daniel Stenbergruntests.pl now provides the srcdir to the ftpserver...
2004-02-26 Daniel Stenbergmodified loadtest() to produce better error message...
2004-02-26 Daniel StenbergThe build logs were created in the "wrong" dir and...
2004-02-25 Daniel Stenbergtoday's work
2004-02-25 Daniel Stenbergtypecast to int when printfing CURLcode
2004-02-25 Daniel Stenberguse %ld when printfing longs
2004-02-25 Daniel Stenbergdisable the use of long double, we don't use it
2004-02-25 Daniel Stenbergif ares is present, run aclocal in that dir before...
2004-02-25 Daniel Stenbergadded the better debug option logic from curl by adding...
2004-02-25 Daniel StenbergBased on a patch by Greg Hewgill I modified how long...
2004-02-25 Daniel Stenbergset debug options when using the icc compiler
2004-02-25 Daniel Stenbergbetter formatting of the share options
2004-02-25 Daniel Stenbergmark the function name
2004-02-25 Daniel Stenbergadded CURLOPT_SHARE
2004-02-25 Daniel StenbergMoved most of the set-debug-options-depending-on-compil...
2004-02-25 Daniel StenbergOutput $CC and $CFLAGS as well. A Tor Arntsen patch.
2004-02-25 Daniel StenbergDon't check for HAVE_ defines in this header file,...
2004-02-25 Daniel Stenbergfix
2004-02-25 Daniel StenbergDan Fandrich fixed a minor flaw in Dominick's fix!
2004-02-23 Daniel Stenbergcheck for a few basic header files
2004-02-23 Daniel Stenberginclude sys/select.h
2004-02-23 Daniel Stenbergfixed some warnings in the (both new and old) base64...
2004-02-23 Daniel Stenbergfeatures no one seem to care much about are now moved...
2004-02-23 Daniel Stenbergmake newer MSCV7 compilers use _strtoi64() as a strtoll...
2004-02-23 Daniel Stenberglimit rate and windows timeouts
2004-02-23 Daniel Stenbergares_free_errmem is gone
2004-02-23 Daniel Stenbergunused and now removed
next