55 Commits

Author SHA1 Message Date
Utkarsh Ayachit
0e18526103 BUG: reverting to 1.53 2005-06-23 12:05:11 -04:00
Utkarsh Ayachit
573bd54fc2 BUG: fixed conflicts between file names among different utilities. 2005-06-23 11:22:09 -04:00
Andy Cedilnik
b28937f1c7 ENH: Remove curl build testing 2005-03-25 18:46:53 -05:00
Andy Cedilnik
3768961a66 COMP: More cleanups 2005-03-16 13:26:36 -05:00
Andy Cedilnik
d30868d952 ENH: Make sure to use internal zlib 2005-03-16 12:54:35 -05:00
Andy Cedilnik
f451469d58 ENH: Cleanups 2005-03-04 10:05:01 -05:00
Andy Cedilnik
ce403305e1 COMP: CMake should be build static. Also propagate build_shared_libs to curl 2005-03-01 14:21:45 -05:00
Brad King
f7165110ba COMP: Avoid adding content_encoding.c twice. 2005-02-01 10:43:28 -05:00
Andy Cedilnik
bf326092a8 COMP: Security.c should be only build when Kerberos is on 2004-10-15 11:57:12 -04:00
Andy Cedilnik
890528e0c3 COMP: If compiler know strtoll or strtoi64, then no need for compiling strtooff.c 2004-10-08 15:20:15 -04:00
Andy Cedilnik
fbaead2a09 COMP: Remove warning about assigning 0x8000000000000000L to long long 2004-10-07 17:48:36 -04:00
Andy Cedilnik
e46b0a9290 ENH: Properly detect strerror_r for glibc or posix" 2004-10-07 17:32:49 -04:00
Will Schroeder
387ffe9419 FIX: broken sun build 2004-10-07 17:17:11 -04:00
Andy Cedilnik
2aa1a1791f COMP: No need for ldap for now 2004-10-07 09:44:50 -04:00
Andy Cedilnik
99b444b073 COMP: Attempt to fix non-blocking tests 2004-10-06 13:03:16 -04:00
Andy Cedilnik
b847a6ac62 ERR: Fix Windows build 2004-10-05 10:00:36 -04:00
Andy Cedilnik
609801fe67 ENH: Update Curl to 7.12.1 2004-10-05 09:34:20 -04:00
Ken Martin
be990132da fix warnign on OSX 2004-07-13 13:05:35 -04:00
Bill Hoffman
b17c6ac905 fix bug on mac if COMPILE FLAGS are not set then you end up with NOTFOUND as a compile flag. 2004-06-11 12:52:19 -04:00
Ken Martin
9e85e3a27e ERR: Disable long double warnings on xlC for the Mac. 2004-06-09 17:50:13 -04:00
Ken Martin
a46e0d3476 fix warnings 2004-02-16 09:49:29 -05:00
Brad King
dbed2f9868 ERR: Reverting dlopen changes. We don't need them. 2003-08-12 18:55:15 -04:00
Brad King
f686f1fec3 BUG: Need to force HAVE_LIBDL and HAVE_DLOPEN to 0 to support old cache files. 2003-08-12 11:14:02 -04:00
Brad King
ffd7c4d2a5 ENH: Removing dependence on dl library since we don't actually use ldap. 2003-08-11 17:35:41 -04:00
Ken Martin
64a45a34bd made option advanced 2003-08-01 11:58:19 -04:00
Andy Cedilnik
4494326f5e ENH: Attempt to speedup cmake of cmake on Windows 2003-07-08 15:47:18 -04:00
Andy Cedilnik
083aba04cf ERR: Attempt to remove more warnings 2003-05-16 15:15:42 -04:00
Andy Cedilnik
ce0f0838e1 ERR: Search for gethostbyname which is the one needed 2003-05-14 08:17:06 -04:00
Andy Cedilnik
70d3fe1a34 ERR: Do not link nsl if not necessary 2003-05-12 17:10:43 -04:00
Andy Cedilnik
16395e900b ERR: Search for getch instead of printf. Looks like printf is special so it does not work. getch does. Also when using -ansi, strdup is not defined. Make sure to use _BSD_SOURCE on all sources that use strdup 2003-05-05 09:56:32 -04:00
Andy Cedilnik
e1ab24354c BUG: Make dependency checking work better 2003-05-01 14:17:11 -04:00
Andy Cedilnik
6e143754be ENH: Only compile memdebug when CURL_MALLOC_DEBUG is on 2003-05-01 11:25:35 -04:00
Andy Cedilnik
6549b32023 ERR: Make OpenSSL optional until pkg-config works 2003-04-30 14:59:03 -04:00
Andy Cedilnik
aae914bdd2 BUG: Need to use the new CheckSymbolExists because the one in CMake 1.6 can be broken 2003-04-28 21:08:46 -04:00
Andy Cedilnik
e04c79dd35 ENH: Do not build tests by default 2003-04-25 14:49:46 -04:00
Andy Cedilnik
d58ce81fc0 Stop using check_function_exists. Use check_symbol_exists 2003-03-28 13:43:09 -05:00
Brad King
60976ebe04 BUG: Fixed test for gethostbyname_r and gethostbyaddr_r for ansi support. 2003-03-18 13:40:15 -05:00
Andy Cedilnik
c3fe9fba56 Attempt to cleanup CMake and try to fix build on some systems 2003-01-21 14:10:41 -05:00
Andy Cedilnik
eca70bce98 Fix gcc32 -ansi problem 2003-01-17 08:47:03 -05:00
Andy Cedilnik
8c4aea54d6 More portability issues. Sigaction is a symbol 2003-01-17 08:24:04 -05:00
Andy Cedilnik
170e4c9453 HAVE_GETHOSTNAME is also unnecessary 2003-01-16 10:06:28 -05:00
Andy Cedilnik
e10e983f51 Cleanups 2003-01-16 10:03:30 -05:00
Andy Cedilnik
7fcfba1f47 Improve build, now it should build on mac and other platforms where include file depend on each other 2003-01-16 09:57:33 -05:00
Andy Cedilnik
29fca08cc7 Fix problem with sigsetjmp 2003-01-14 09:53:27 -05:00
Andy Cedilnik
587b067880 New Curl version 7.10.3 2003-01-14 09:12:37 -05:00
Andy Cedilnik
8c7456f970 Make it work on cygwin 2003-01-12 22:27:55 -05:00
Andy Cedilnik
a0ffb9293f Fix testing of curl on windows 2003-01-11 10:57:25 -05:00
Andy Cedilnik
aeb0865810 Add curl testing 2003-01-10 20:22:31 -05:00
Andy Cedilnik
9e287a2556 Add another AIX test 2003-01-10 15:54:23 -05:00
Bill Hoffman
3aa781ab6d AIX fixes 2003-01-10 15:52:45 -05:00