summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed nasty warnings with gcc 3.3.Gunter Knauf2004-09-031-1/+1
* more typecasts to please picky compilersDaniel Stenberg2004-08-101-2/+6
* use Makefile.inc and make it get included in dist archivesDaniel Stenberg2004-07-281-9/+2
* renamed CURL_HEADERS, since it is a magic automake name we must not useDaniel Stenberg2004-07-281-2/+2
* using #[num] with -o now make it literally used if there's no globbing forDaniel Stenberg2004-07-261-2/+7
* removed trailing whitespaceDaniel Stenberg2004-07-261-6/+6
* fixed zlib suport.Gunter Knauf2004-07-151-1/+1
* added just another switch.Gunter Knauf2004-07-151-1/+1
* removed old CXXFLAGS; added switch to suppress linker banner.Gunter Knauf2004-07-151-2/+1
* removed unneeded libs from linking.Gunter Knauf2004-07-151-10/+8
* made OpenSSL support conditional.Gunter Knauf2004-07-151-4/+13
* removed the config-netware.h from the release archivesDaniel Stenberg2004-07-141-1/+1
* some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe.Gunter Knauf2004-07-141-6/+5
* changed to use Makefile.inc.Gunter Knauf2004-07-141-44/+87
* removed zlib dependence from default target; added new zlib targets.Gunter Knauf2004-07-111-11/+34
* removed obsolete NetWare config files;Gunter Knauf2004-07-111-487/+0
* minor cleanup.Gunter Knauf2004-07-061-10/+8
* changed to use Makefile.inc; made paths overwritable.Gunter Knauf2004-07-051-7/+14
* 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