aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-11-08Un-do changes for WinCE; cdecl decoration is not needed.Gisle Vanem
Confirmed by Paul Nolan.
2004-11-08check for and require tld.h to be present before libidn usage is activatedDaniel 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-07two post-1.2.1 changesDaniel Stenberg
2004-11-07added ares_cancel and ares_versionDaniel Stenberg
2004-11-05Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg
2004-11-05removed errno, added EAGAINDaniel Stenberg
2004-11-05it has a sys/stat.h file, according to Paul NolanDaniel Stenberg
2004-11-04updateDaniel Stenberg
2004-11-04more retry stuffDaniel Stenberg
2004-11-04test server port numbers are now easily changedDaniel Stenberg