aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-15added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg
2004-11-15tiny format fix for nicer man outputDaniel Stenberg
2004-11-15clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg
2004-11-15new -w variables supportedDaniel Stenberg
2004-11-15Added top_srcdir.Gisle Vanem
2004-11-15Added revision id, test for USE_ARES.Gisle Vanem
Uses Makefile.inc.
2004-11-15binding for RDaniel Stenberg
2004-11-14Changes for static/dynamic linking of libcurl.Gisle Vanem
No need to generate a dummy sys/utime.h. Cleanup.
2004-11-14Borland doesn't have <sys/utime.h>, utime() norGisle Vanem
_lseeki64().
2004-11-14Borland doesn't have <sys/utime.h> nor utime().Gisle Vanem
2004-11-14Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem
Added implib command. Cleanup
2004-11-13Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions sinceDaniel Stenberg
they don't support C99 varargs macros.
2004-11-13MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.Gisle Vanem
2004-11-13Fix location of timeval.c.Gisle Vanem
2004-11-13Update comment.Gisle Vanem
2004-11-13Add "-DCURL_STATICLIB" for static build.Gisle Vanem
Add ../lib/timeval.c for objects.
2004-11-13Renamed import lib to "libcurl_imp.lib".Gisle Vanem
Some cleanup and making it more readable.
2004-11-13Set 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-12MSVC with static link must define CURL_STATICLIB.Gisle Vanem
zlib path set to same as in lib/Makefile.vc6.
2004-11-12Netware target (hosted on Linux gcc) doesn't supportGisle Vanem
or need __declspec.
2004-11-12Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.)
2004-11-12format mistake fixedDaniel Stenberg
2004-11-11Dan Fandrich can spell, I cannotDaniel Stenberg
2004-11-11Dan Fandrich: make --disable-dict actually disable dictDaniel Stenberg
2004-11-11clarify and update according to commit made just nowDaniel Stenberg
2004-11-11Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg
2004-11-11fix a IDN detect/use mistakeDaniel Stenberg
2004-11-11added some details on what to comeDaniel Stenberg
2004-11-11Dan Fandrich added --disable-verboseDaniel Stenberg
2004-11-11When libidn is detected without explicitly told to, we provide -L/lib andDaniel Stenberg
-I/include options. Not anymore.
2004-11-11fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg
2004-11-11Adapted for C++.Gisle Vanem
2004-11-11recent fixesDaniel Stenberg
2004-11-11dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg
2004-11-11fix curl.h includeDaniel Stenberg
2004-11-10configure --with-gssapi fixDaniel Stenberg
2004-11-10Gisle's CURL_EXTERN fixDaniel Stenberg
2004-11-10Replace IsNT with IS_NT().Gisle Vanem
2004-11-10Replace 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-09fix CURL_EXTERN for debug buildsDaniel Stenberg
2004-11-09Handle drive-letter on MS-DOS.Gisle Vanem
2004-11-09Removed libcurl.defGisle Vanem
2004-11-09with all external functions marked with CURL_EXTERN it is easy to count themDaniel Stenberg
and... yes, they are 46!
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Mark public functions with "CURL_EXTERN".
2004-11-09Changes for removing libcurl.def file on Win32.Gisle Vanem
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
2004-11-08today's workDaniel Stenberg
2004-11-08another lame change in an attempt to fix the moot gcc 3.4 warningDaniel Stenberg
2004-11-08weirdo hack to fix debian bug report 278691:Daniel Stenberg
'curl -v writes debugging to its network socket if stderr is closed'
2004-11-08added a default in the switch in an attempt to avoid the moot "will never beDaniel Stenberg
executed" warning by gcc 3.4.0
2004-11-08Change OS name. Fix header guard.Gisle Vanem