Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-13 | Add "-DCURL_STATICLIB" for static build. | Gisle Vanem | |
Add ../lib/timeval.c for objects. | |||
2004-11-13 | Renamed import lib to "libcurl_imp.lib". | Gisle Vanem | |
Some cleanup and making it more readable. | |||
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-12 | Netware target (hosted on Linux gcc) doesn't support | Gisle Vanem | |
or need __declspec. | |||
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg | |
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.) | |||
2004-11-12 | format mistake fixed | Daniel Stenberg | |
2004-11-11 | Dan Fandrich can spell, I cannot | Daniel Stenberg | |
2004-11-11 | Dan Fandrich: make --disable-dict actually disable dict | Daniel Stenberg | |
2004-11-11 | clarify and update according to commit made just now | Daniel Stenberg | |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg | |
2004-11-11 | fix a IDN detect/use mistake | Daniel Stenberg | |
2004-11-11 | added some details on what to come | Daniel Stenberg | |
2004-11-11 | Dan Fandrich added --disable-verbose | Daniel Stenberg | |
2004-11-11 | When libidn is detected without explicitly told to, we provide -L/lib and | Daniel Stenberg | |
-I/include options. Not anymore. | |||
2004-11-11 | fix the -I path to the proper include dir when --enable-debug is used | Daniel Stenberg | |
2004-11-11 | Adapted for C++. | Gisle Vanem | |
2004-11-11 | recent fixes | Daniel Stenberg | |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg | |
2004-11-11 | fix curl.h include | Daniel Stenberg | |
2004-11-10 | configure --with-gssapi fix | Daniel Stenberg | |
2004-11-10 | Gisle's CURL_EXTERN fix | Daniel Stenberg | |
2004-11-10 | Replace IsNT with IS_NT(). | Gisle Vanem | |
2004-11-10 | Replace IsNT with IS_NT(). | Gisle Vanem | |
Return correct timeval in windows_port.c. Squelch gcc warnings: use 'ares_socket_t' in ares_fds.c. Don't cast a 'lvalue' in ares_init.c. | |||
2004-11-09 | fix CURL_EXTERN for debug builds | Daniel Stenberg | |
2004-11-09 | Handle drive-letter on MS-DOS. | Gisle Vanem | |
2004-11-09 | Removed libcurl.def | Gisle Vanem | |
2004-11-09 | with all external functions marked with CURL_EXTERN it is easy to count them | Daniel Stenberg | |
and... yes, they are 46! | |||
2004-11-09 | Changes for removing libcurl.def file on Win32. | Gisle Vanem | |
Mark public functions with "CURL_EXTERN". | |||
2004-11-09 | Changes for removing libcurl.def file on Win32. | Gisle Vanem | |
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. | |||
2004-11-08 | today's work | 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-08 | Change OS name. Fix header guard. | Gisle Vanem | |
2004-11-08 | Un-do changes for WinCE; cdecl decoration is not needed. | Gisle Vanem | |
Confirmed by Paul Nolan. | |||
2004-11-08 | check for and require tld.h to be present before libidn usage is activated | Daniel Stenberg | |
in the build, since libidn 0.3.X didn't have the header and we don't support that old libidn versions anyway. This was mentioned on the list by Jean-Philippe Barrette-LaPierre and in bug report #1062264. | |||
2004-11-07 | two post-1.2.1 changes | Daniel Stenberg | |
2004-11-07 | added ares_cancel and ares_version | Daniel Stenberg | |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg | |
2004-11-05 | removed errno, added EAGAIN | Daniel Stenberg | |
2004-11-05 | it has a sys/stat.h file, according to Paul Nolan | Daniel Stenberg | |
2004-11-04 | update | Daniel Stenberg | |
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-11-04 | test server port numbers are now easily changed | Daniel Stenberg | |
2004-11-04 | delete trailing whitespace | Daniel Stenberg | |
2004-11-04 | based Andres Garcia's patch, added for mingw build | Daniel Stenberg | |
2004-11-02 | recent changes | Daniel Stenberg | |
2004-11-02 | use ifdef not if | Daniel Stenberg | |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | |