summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg2004-06-181-1/+6
* Gisle's patch that'll allow curl to continue with the following URLs evenDaniel Stenberg2004-06-081-1/+1
* --proxy-basic added for completenessDaniel Stenberg2004-05-251-1/+9
* 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-121-0/+3
* 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
* 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
* supports showing "IDN" as a libcurl feature, now outputs the featuresDaniel Stenberg2004-04-261-7/+8
* 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-061-58/+103
* Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg2004-03-291-13/+16
* tcp-nodelay patch by Joe HalpinDaniel Stenberg2004-03-251-0/+10
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-171-1/+13
* nonsense comments removedDaniel Stenberg2004-03-171-2/+2
* David Byron's fix to clear outs.filenameDaniel Stenberg2004-03-121-1/+4
* fread() returns a size_tDaniel Stenberg2004-03-081-1/+1
* variable type fixesDaniel Stenberg2004-03-081-6/+6
* David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg2004-03-031-2/+5
* 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-261-1/+6
* David Byron's fix to allow the speed-limit logic work even if you setDaniel Stenberg2004-02-211-1/+20
* Use the strtoofft.h header file from the lib directory, as we are nowDaniel Stenberg2004-02-191-6/+4
* fix the help text for --manual if built without manualDaniel Stenberg2004-02-171-3/+7
* support configure --disable-manualDaniel Stenberg2004-02-121-14/+13
* Make param2text() take an int argument, as that is what's being passed in.Daniel Stenberg2004-02-091-1/+2
* Added --socksDaniel Stenberg2004-01-301-1/+14
* use hugehelp.h to silence picky compiler warningsDaniel Stenberg2004-01-291-35/+33
* 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 curl_off_t instead of off_tDaniel Stenberg2004-01-221-8/+8
* 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-161-1/+1
* spell-fixed a commentDaniel Stenberg2004-01-151-3/+3
* Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg2004-01-141-0/+4