summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added comment.Gunter Knauf2004-07-051-0/+1
* try to relax linux build host detection.Gunter Knauf2004-07-051-1/+1
* removed now obsolete ifdef.Gunter Knauf2004-07-041-4/+0
* reverted, older gcc breaks compilation since it doesnt know the switch.Gunter Knauf2004-07-031-1/+1
* killed warning with gcc 3.3.1 and later when using -O2.Gunter Knauf2004-07-031-1/+1
* modified to use new Makefile.inc to build up object list;Gunter Knauf2004-07-031-23/+111
* added Makefile.inc which can be included from other makefiles to reduce maint...Gunter Knauf2004-07-031-0/+16
* snprintf instead of sprintf,Daniel Stenberg2004-07-021-8/+10
* added typecasts to please compilersDaniel Stenberg2004-07-021-3/+3
* variable type cleanup to hush compilers,Daniel Stenberg2004-07-021-22/+24
* typecase the argument to curl_easy_strerror() to a CURLcode to pleaseDaniel Stenberg2004-07-011-1/+2
* don't close the trace stream until _after_ the easy handle has been cleanedDaniel Stenberg2004-07-011-3/+3
* Gisle's djgpp updatesDaniel Stenberg2004-06-291-18/+22
* check for a fine poll() before it is used to sleep subsecondDaniel Stenberg2004-06-272-2/+5
* Gisle: free used memory betterDaniel Stenberg2004-06-241-0/+4
* reverted bad win32 fixDaniel Stenberg2004-06-241-3/+0
* fixed the MSVC build.Gunter Knauf2004-06-241-1/+7
* Gisle's "SSL patch" from June 16th 2004, modified by me as discussed on theDaniel Stenberg2004-06-181-1/+6
* removed unused include path.Gunter Knauf2004-06-111-2/+2
* fixed xdc generation, added lib target, load curl.nlm into ring3 by default.Gunter Knauf2004-06-111-5/+15
* Tim Sneddon made it build fine on VMS again.Daniel Stenberg2004-06-111-1/+1
* some more makefile changes.Gunter Knauf2004-06-111-1/+1
* some more makefile changes.Gunter Knauf2004-06-111-13/+13
* cosmetic correction.Gunter Knauf2004-06-101-1/+1
* added timeval.c to the sources for curlx_ functions.Gunter Knauf2004-06-101-1/+3
* minor output fix.Gunter Knauf2004-06-101-1/+1
* ups! no copy command defined.Gunter Knauf2004-06-101-1/+1
* added generation of missing files.Gunter Knauf2004-06-101-0/+5
* make include path overridable.Gunter Knauf2004-06-101-5/+7
* Gisle's patch that'll allow curl to continue with the following URLs evenDaniel Stenberg2004-06-081-1/+1
* Marty Kuhrt's VMS fixesDaniel Stenberg2004-06-081-1/+11
* corrected defines.Gunter Knauf2004-06-081-2/+5
* convert to UNIX format.Gunter Knauf2004-06-081-484/+484
* Günter Knauf's netware build fixesDaniel Stenberg2004-06-042-15/+17
* --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