Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-11 | Dan Fandrich: | Daniel Stenberg | |
Here's a stab at a consolidation of the SSL detection heuristics into configure. Source files aren't changed by this patch, except for setup.h and the various config*.h files. Within the configure script, OPENSSL_ENABLED is used to determine if SSL is being used or not, and outside configure, USE_SSLEAY means the same thing; this could be even further unified some day. Now, when SSL is not detected, configure skips the various checks that are dependent on SSL, speeding up the configure process and avoiding complications with cross compiles. I also updated all the architecture- specific config files I could see, but I couldn't test them. | |||
2004-12-10 | David Byron's debug build fix | Daniel Stenberg | |
2004-12-06 | Replace MINGW32 with built-in __MINGW32__. | Gisle Vanem | |
2004-11-24 | mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we | Daniel Stenberg | |
can just safely pretend we don't have one | |||
2004-11-24 | Provide a 64-bit capable ftruncate(). MingW has one, but | Gisle Vanem | |
it takes only 32-bit offsets. | |||
2004-11-24 | mingw has a ftruncate() function | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-16 | Added revision tag. | Gisle Vanem | |
2004-11-15 | new -w variables supported | Daniel Stenberg | |
2004-11-15 | Added top_srcdir. | Gisle Vanem | |
2004-11-15 | Added revision id, test for USE_ARES. | Gisle Vanem | |
Uses Makefile.inc. | |||
2004-11-14 | Changes for static/dynamic linking of libcurl. | Gisle Vanem | |
No need to generate a dummy sys/utime.h. Cleanup. | |||
2004-11-14 | Borland doesn't have <sys/utime.h>, utime() nor | Gisle Vanem | |
_lseeki64(). | |||
2004-11-13 | Fix location of timeval.c. | Gisle Vanem | |
2004-11-13 | Add "-DCURL_STATICLIB" for static build. | Gisle Vanem | |
Add ../lib/timeval.c for objects. | |||
2004-11-13 | Set OpenSSL path to same as in ../lib/Makefile.vc6. | Gisle Vanem | |
Import lib is now "libcurl_imp.lib". Some cleanup and making it more readable. | |||
2004-11-12 | MSVC with static link must define CURL_STATICLIB. | Gisle Vanem | |
zlib path set to same as in lib/Makefile.vc6. | |||
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg | |
2004-11-08 | another lame change in an attempt to fix the moot gcc 3.4 warning | Daniel Stenberg | |
2004-11-08 | weirdo hack to fix debian bug report 278691: | Daniel Stenberg | |
'curl -v writes debugging to its network socket if stderr is closed' | |||
2004-11-08 | added a default in the switch in an attempt to avoid the moot "will never be | Daniel Stenberg | |
executed" warning by gcc 3.4.0 | |||
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-10-28 | Fixed _write() arguments. | Gisle Vanem | |
2004-10-28 | *** empty log message *** | Gisle Vanem | |
2004-10-28 | use longs | Daniel Stenberg | |
2004-10-27 | Added --retry and --retry-delay first attempt with four related test cases. | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |
2004-10-19 | All Win compilers have locale.h + setlocale(). | Gisle Vanem | |
2004-10-18 | Peter Wullinger pointed out that curl should call setlocale() properly to | Daniel Stenberg | |
initiate the specific language operations, to make the IDN stuff work better. | |||
2004-10-10 | set the SIZEOF_LONG define to get the new lib/strtoofft.h fine | Daniel Stenberg | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-09-03 | fixed nasty warnings with gcc 3.3. | Gunter Knauf | |
2004-08-10 | more typecasts to please picky compilers | Daniel Stenberg | |
2004-07-28 | use Makefile.inc and make it get included in dist archives | Daniel Stenberg | |
2004-07-28 | renamed CURL_HEADERS, since it is a magic automake name we must not use | Daniel Stenberg | |
2004-07-26 | using #[num] with -o now make it literally used if there's no globbing for | Daniel Stenberg | |
that particular index. Reported in bug report 997536. | |||
2004-07-26 | removed trailing whitespace | Daniel Stenberg | |
2004-07-15 | fixed zlib suport. | Gunter Knauf | |
2004-07-15 | added just another switch. | Gunter Knauf | |
2004-07-15 | removed old CXXFLAGS; added switch to suppress linker banner. | Gunter Knauf | |
2004-07-15 | removed unneeded libs from linking. | Gunter Knauf | |
2004-07-15 | made OpenSSL support conditional. | Gunter Knauf | |
2004-07-14 | removed the config-netware.h from the release archives | Daniel Stenberg | |
2004-07-14 | some more fixes; added cw32mt.lib, winmm.lib to the link libs for curl.exe. | Gunter Knauf | |
2004-07-14 | changed to use Makefile.inc. | Gunter Knauf | |
2004-07-11 | removed zlib dependence from default target; added new zlib targets. | Gunter Knauf | |
2004-07-11 | removed obsolete NetWare config files; | Gunter Knauf | |
we generate now config.h dynamically from Makefile. | |||
2004-07-06 | minor cleanup. | Gunter Knauf | |
2004-07-05 | changed to use Makefile.inc; made paths overwritable. | Gunter Knauf | |