summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* --proxy-basic added for completenessDaniel Stenberg2004-05-251-1/+9
* Massimiliano Ziccardi's updates for the VC6 makefilesDaniel Stenberg2004-05-251-0/+28
* make one call instead of twoDaniel Stenberg2004-05-251-4/+2
* delete trailing whitespaceDaniel Stenberg2004-05-241-78/+78
* if no errorbuffer string was provided when a return code was returned, useDaniel Stenberg2004-05-241-1/+2
* Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg2004-05-124-7/+9
* slightly better dealing of bad mem situationsDaniel Stenberg2004-05-101-4/+9
* better detect if/when curl_slist_append() returns failure, and bail outDaniel Stenberg2004-05-101-7/+29
* checkpasswd() prevents segfault by checking that input argument is non-NULLDaniel Stenberg2004-05-101-1/+5
* slightly odd fix to prevent -Wunreachable-code to warnDaniel Stenberg2004-05-051-2/+0
* additional typecasts in an attempt to avoid compiler warnings when switchingDaniel Stenberg2004-05-051-3/+3
* removed bad free()Daniel Stenberg2004-05-051-1/+0
* Added support for --proxy-digestDaniel Stenberg2004-05-031-0/+8
* use the new lib/curlx.h header and modified the code to use all to-become-Daniel Stenberg2004-04-301-34/+33
* make the contents able to be any data, the previous stopped at white spaceDaniel Stenberg2004-04-301-6/+5
* Include "setup.h" and not "config.h" since setup.h is made to includeDaniel Stenberg2004-04-262-9/+3
* 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