summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* supports showing "IDN" as a libcurl feature, now outputs the featuresDaniel Stenberg2004-04-261-7/+8
* USE_MANUAL is now defined by defaultDaniel Stenberg2004-04-256-0/+18
* make the generated hugehelp.c file use the USE_MANUAL define so that itDaniel Stenberg2004-04-252-3/+19
* Made --proxy-ntlm check if the underlying library actually supports NTLMDaniel Stenberg2004-04-231-1/+4
* allow newlines in the contents when doing -F "var=[contents]"Daniel Stenberg2004-04-221-1/+1
* Gisle Vanem made the -4/-6 actually get set tooDaniel Stenberg2004-04-141-0/+7
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-071-2/+2
* Use curl_off_t for the limit rate values to support REALLY huge values onDaniel Stenberg2004-04-071-4/+4
* improved --limit-rate functionality, partly by the new use of curlx_tvnow()Daniel Stenberg2004-04-062-69/+115
* added HAVE_GETTIMEOFDAY, we need it for better time resolutionDaniel Stenberg2004-04-061-0/+3
* typecasts to please picky compilers checking the printf() format stringDaniel Stenberg2004-04-061-4/+4
* Andrés García's updated mingw makefilesDaniel Stenberg2004-04-021-2/+2
* these are now in the packages/vms dirDaniel Stenberg2004-03-294-177/+0
* Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg2004-03-293-26/+43
* tcp-nodelay patch by Joe HalpinDaniel Stenberg2004-03-251-0/+10
* include curl/curlver.h instead since this only needs the version definesDaniel Stenberg2004-03-241-1/+1
* int/size_t cleanupDaniel Stenberg2004-03-232-20/+22
* removed deleted filesDaniel Stenberg2004-03-211-2/+2
* Marty Kuhrt's adjustments for a cleaner VMS buildDaniel Stenberg2004-03-211-4/+0
* new netware-related files added to the distributionDaniel Stenberg2004-03-171-1/+2
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-174-1/+742
* nonsense comments removedDaniel Stenberg2004-03-171-2/+2
* Marty Kuhrt's VMS updatesDaniel Stenberg2004-03-153-5/+11
* David Byron's fix to clear outs.filenameDaniel Stenberg2004-03-121-1/+4
* use the new OS define from lib/config-win32.hDaniel Stenberg2004-03-101-1/+1
* make loop variable size_t as well when looping to a size_t limitDaniel Stenberg2004-03-101-1/+1
* fread() returns a size_tDaniel Stenberg2004-03-081-1/+1
* use curl standard source formattingDaniel Stenberg2004-03-081-1/+5
* typecast enum to int to make it printf() properlyDaniel Stenberg2004-03-081-1/+2
* variable type fixesDaniel Stenberg2004-03-081-6/+6
* Moved the error message buffer into the glob struct as well.Daniel Stenberg2004-03-082-23/+17
* 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