Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-25 | new configure option --enable-threaded-resolver | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-03-17 | update outdated serial number | Yang Tse | |
2010-01-27 | Restore normal operation: | Yang Tse | |
c-ares is only enabled when specifically requested. Consequently, c-ares default setting is disabled. | |||
2010-01-27 | fix c-ares assumed check being skipped | Yang Tse | |
2010-01-27 | fix LDFLAGS preservation in CURL_CHECK_LIB_ARES | Yang Tse | |
2010-01-26 | minor fixes for --enable-ares configure option | Yang Tse | |
2009-06-10 | fix language in comment | Yang Tse | |
2009-06-09 | Added --enable-curldebug configure option to enable and disable building | Yang Tse | |
with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug. | |||
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-10-07 | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse | |
option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option. | |||
2008-10-02 | debug option check must be before warnings option check | Yang Tse | |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse | |
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified. |