Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Enable configure --enable-werror | Ben Greear | 2010-07-21 | 1 | -0/+32 |
| | | | | | | | This passes -Werror to gcc when building curl and libcurl, allowing easy dection of compile warnings. Signed-off-by: Ben Greear <greearb@candelatech.com> | ||||
* | configure: spell --disable-threaded-resolver correctly | Daniel Stenberg | 2010-06-17 | 1 | -2/+2 |
| | | | | | | | Previously we only accepted the option when named --disable-threaded-resover, which wasn't quite intended. Reported by: Helwing Lutz | ||||
* | new configure option --enable-threaded-resolver | Daniel Stenberg | 2010-04-25 | 1 | -2/+27 |
| | |||||
* | remove all .cvsignore files | Daniel Stenberg | 2010-03-25 | 1 | -5/+0 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 6 | -6/+0 |
| | |||||
* | Fix warnings for clang | Daniel Johnson | 2010-03-22 | 1 | -2/+7 |
| | |||||
* | provide an initial set of .gitignore files | Daniel Stenberg | 2010-03-20 | 1 | -0/+5 |
| | |||||
* | replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing | Yang Tse | 2010-03-17 | 1 | -3/+3 |
| | |||||
* | update outdated serial number | Yang Tse | 2010-03-17 | 3 | -3/+3 |
| | |||||
* | Daniel Johnson provided fixes for building with the clang compiler | Daniel Stenberg | 2010-03-05 | 1 | -1/+71 |
| | |||||
* | - Markus Duft pointed out in bug #2961796 that even though Interix has a | Daniel Stenberg | 2010-03-02 | 1 | -3/+6 |
| | | | | | | | poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. http://curl.haxx.se/bug/view.cgi?id=2961796 | ||||
* | Restore normal operation: | Yang Tse | 2010-01-27 | 1 | -8/+8 |
| | | | | | | c-ares is only enabled when specifically requested. Consequently, c-ares default setting is disabled. | ||||
* | fix c-ares assumed check being skipped | Yang Tse | 2010-01-27 | 1 | -3/+3 |
| | |||||
* | fix LDFLAGS preservation in CURL_CHECK_LIB_ARES | Yang Tse | 2010-01-27 | 1 | -3/+3 |
| | |||||
* | minor fixes for --enable-ares configure option | Yang Tse | 2010-01-26 | 1 | -5/+174 |
| | |||||
* | Prevent detection of stdint.h on IRIX systems, even when available. | Yang Tse | 2010-01-06 | 1 | -1/+6 |
| | | | | IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h | ||||
* | Update serial number | Yang Tse | 2009-11-16 | 1 | -1/+1 |
| | |||||
* | getaddrinfo is fully thread safe on solaris versions which | Yang Tse | 2009-11-15 | 1 | -7/+13 |
| | | | | | | | implement the function even when h_errno is not a macro. The h_errno macro test now only done on systems for which there is no hard coded knowledge about getaddrinfo's thread safeness. | ||||
* | Refactor how preprocessor symbol _THREAD_SAFE definition is done. | Yang Tse | 2009-11-14 | 1 | -2/+99 |
| | |||||
* | Assume that getaddrinfo is thread safe, unless hard coded | Yang Tse | 2009-11-13 | 1 | -12/+10 |
| | | | | knowledge says the contrary or h_errno is not defined. | ||||
* | Related with the threadsafe capability of getaddrinfo: | Yang Tse | 2009-11-13 | 1 | -6/+15 |
| | | | | | | | | | | | | - Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check. | ||||
* | AIX 5.2 and newer have threadsafe getaddrinfo. | Yang Tse | 2009-11-12 | 1 | -1/+19 |
| | | | | Add some comments to better understand what the regex's pretend to achieve. | ||||
* | HP-UX 11.11 and later have threadsafe getaddrinfo | Yang Tse | 2009-11-12 | 1 | -1/+7 |
| | |||||
* | Check if getaddrinfo is threadsafe when function check allows it to be used | Yang Tse | 2009-11-12 | 1 | -2/+45 |
| | |||||
* | Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR | Yang Tse | 2009-10-19 | 1 | -2/+12 |
| | | | | is only expanded and included once in the configure script. | ||||
* | Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'd | Yang Tse | 2009-10-19 | 1 | -4/+3 |
| | | | | | due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK. | ||||
* | Check for basename() is now done the same as other function checks | Yang Tse | 2009-10-18 | 1 | -1/+113 |
| | |||||
* | Check if _REENTRANT definition is required to | Yang Tse | 2009-09-29 | 1 | -2/+57 |
| | | | | make errno available as a preprocessor macro. | ||||
* | Added check for memrchr function or macro | Yang Tse | 2009-09-28 | 1 | -1/+106 |
| | |||||
* | revert HPUX change since it already works fine | Daniel Stenberg | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | - HPUX does need _REENTRANT too to build really thread-safe. | Daniel Stenberg | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | 2009-07-14 | 1 | -1/+1 |
| | | | | libcurl is used with other projects which also have a config.h. | ||||
* | Refactor how libraries are checked for connect() function, | Yang Tse | 2009-06-20 | 1 | -1/+99 |
| | | | | and check for connect() as it is done for other functions. | ||||
* | add CloseSocket camel case function check | Yang Tse | 2009-06-18 | 1 | -1/+91 |
| | |||||
* | socket() and closesocket() prototypes might be in socket.h | Yang Tse | 2009-06-17 | 1 | -1/+30 |
| | |||||
* | check for socket() and closesocket() as it is done for other functions | Yang Tse | 2009-06-17 | 1 | -1/+185 |
| | |||||
* | Added a few more compiler warning options for gcc. | Dan Fandrich | 2009-06-17 | 1 | -0/+5 |
| | |||||
* | fix language in comment | Yang Tse | 2009-06-10 | 1 | -2/+2 |
| | |||||
* | Added --enable-curldebug configure option to enable and disable building | Yang Tse | 2009-06-09 | 2 | -13/+125 |
| | | | | | with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug. | ||||
* | remove outdated comment | Yang Tse | 2009-05-15 | 1 | -5/+1 |
| | |||||
* | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse | 2009-05-07 | 1 | -1/+63 |
| | |||||
* | Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵ | Yang Tse | 2009-05-07 | 1 | -3/+50 |
| | | | | *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* | ||||
* | Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other ↵ | Yang Tse | 2009-04-28 | 1 | -1/+25 |
| | | | | CURL_INCLUDES_* | ||||
* | Initial step towards a configure time curl_socklen_t definition | Yang Tse | 2009-04-26 | 1 | -2/+37 |
| | |||||
* | remove compiler options used while debugging the icc 9.1 optimizer issue | Yang Tse | 2009-04-17 | 1 | -42/+1 |
| | |||||
* | Set HP-UX compiler warning level back to the one that exposes | Yang Tse | 2009-04-15 | 1 | -4/+4 |
| | | | | the socklen_t issue on this platform. | ||||
* | ignore | Yang Tse | 2009-02-13 | 1 | -0/+5 |
| | |||||
* | check for poll() as it is done for other functions | Yang Tse | 2009-02-13 | 1 | -1/+151 |
| | |||||
* | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | 2008-11-20 | 1 | -4/+6 |
| | | | | | HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | ||||
* | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | 2008-11-19 | 1 | -3/+1 |
| |