Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-11-02 | documented the current --retry options | Daniel Stenberg | |
2004-11-02 | modified to not use realloc() on a NULL pointer | Daniel Stenberg | |
2004-11-01 | When cross-compiling, the configure script no longer attempts to use | Daniel Stenberg | |
pkg-config on the build host in order to detect OpenSSL compiler options. | |||
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 | Dan Fandrich's gzip handling fix | Daniel Stenberg | |