summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* David Byron's version resource fixDaniel Stenberg2004-03-042-3/+44
* new "version resource" file for windows buildsDaniel Stenberg2004-03-042-1/+64
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-032-7/+12
* Tom Bates' adjustment to build on his nsr-tandem-nsk.Daniel Stenberg2004-03-031-0/+4
* Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.Daniel Stenberg2004-03-021-0/+2
* CURLOPT_MUTE is obsolete since a long while, we don't need to set it!Daniel Stenberg2004-03-021-2/+0
* check for CURL_VERSION_LARGEFILE in the feature bitmaskDaniel Stenberg2004-03-011-1/+2
* Use the z-option to printf %d for size_t printf. z is supported by theDaniel Stenberg2004-03-011-2/+2
* David Byron's fixes to make the latest curl build fine under MSVC 6.Daniel Stenberg2004-02-262-24/+22
* use %ld when printfing longsDaniel Stenberg2004-02-251-3/+3
* David Byron's fix to allow the speed-limit logic work even if you setDaniel Stenberg2004-02-211-1/+20
* When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg2004-02-201-1/+3
* Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg2004-02-192-9/+9
* fix the help text for --manual if built without manualDaniel Stenberg2004-02-171-3/+7
* support configure --disable-manualDaniel Stenberg2004-02-123-15/+26
* Make param2text() take an int argument, as that is what's being passed in.Daniel Stenberg2004-02-091-1/+2
* use VAR_NONE instead of 0 in the table to prevent compiler warningDaniel Stenberg2004-02-091-1/+1
* Andrés García's updatesDaniel Stenberg2004-02-051-2/+2
* Fix the socklen_t type too. Needed only when built with memory debuggingDaniel Stenberg2004-02-051-0/+2
* Use the nroff option figured out by the configure script. An attempt toDaniel Stenberg2004-02-021-4/+4
* fixed the win32 function to use the correct proto, as pointed out by GisleDaniel Stenberg2004-02-021-1/+1
* Added --socksDaniel Stenberg2004-01-301-1/+14
* don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is definedDaniel Stenberg2004-01-291-9/+12
* make pedantic compiler options generate less warningsDaniel Stenberg2004-01-294-2/+10
* added hugehelp.hDaniel Stenberg2004-01-291-1/+1
* nonsence change to make -Wunreachable-code get happyDaniel Stenberg2004-01-291-2/+3
* use hugehelp.h to silence picky compiler warningsDaniel Stenberg2004-01-293-35/+60
* Gisle has eyes, I don'tDaniel Stenberg2004-01-281-1/+1
* don't advance the line pointer if it already points to the null terminatorDaniel Stenberg2004-01-271-2/+3
* Removed two redundant #include files in the djgpp section. They're alreadyDaniel Stenberg2004-01-261-2/+0
* Use Curl_strtoll() if needed. This is not a library call, this is just theDaniel Stenberg2004-01-231-3/+3
* use the Curl_strtoll() source code from the lib codeDaniel Stenberg2004-01-231-3/+2
* define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg2004-01-231-0/+4
* Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg2004-01-221-2/+0
* use curl_off_t instead of off_tDaniel Stenberg2004-01-222-10/+10
* David Byron cleaned up how --trace with no option was treated, and alsoDaniel Stenberg2004-01-191-3/+15
* Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg2004-01-162-3/+3
* spell-fixed a commentDaniel Stenberg2004-01-151-3/+3
* HAVE_LIMITS_HDaniel Stenberg2004-01-141-0/+4
* Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg2004-01-143-0/+8
* indented and formatted the VMS-specific code more in the same style asDaniel Stenberg2004-01-131-16/+19
* Luck Call made win32 password prompting support backspaceDaniel Stenberg2004-01-131-0/+5
* use the *correct* header!Daniel Stenberg2004-01-131-10/+10
* Dan Fandrich made the hugehelp.c contain both compressed and uncompressedDaniel Stenberg2004-01-131-20/+33
* define HAVE_LIBZ if libz is present, for hugehelp.cDaniel Stenberg2004-01-131-0/+3
* Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg2004-01-134-2/+38
* updated year in the copyright stringDaniel Stenberg2004-01-0711-11/+11
* Dan Fandrich's zlib fixDaniel Stenberg2004-01-051-0/+2
* David J Meyer's large file support.Daniel Stenberg2004-01-052-9/+52
* Gisle Vanem's djgpp fixesDaniel Stenberg2003-12-191-48/+59