summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* configure: fix libtool warningYang Tse2011-03-271-1/+10
* configure: undo using autobuilds to temporarily verify strict aliasing warnings.Yang Tse2010-12-021-5/+0
* configure: use autobuilds to temporarily verify strict aliasing warnings.Yang Tse2010-11-181-0/+5
* curl-functions: provide xattr function tests that also check number of argumentsYang Tse2010-11-101-84/+976
* write extended attributes by using fsetxattrStefan Tomanek2010-11-101-37/+37
* serial number bumpYang Tse2010-11-093-4/+4
* xattr-check: correct the comment as wellDaniel Stenberg2010-11-081-1/+1
* setxattr: fix the checksDaniel Stenberg2010-11-081-4/+24
* xattr: add configure check and #ifdefsDaniel Stenberg2010-11-051-0/+84
* duphandle: use ares_dup()Daniel Stenberg2010-09-211-0/+1
* configure: werror related adjustmentsYang Tse2010-08-111-4/+4
* build: Enable configure --enable-werrorBen Greear2010-07-211-0/+32
* configure: spell --disable-threaded-resolver correctlyDaniel Stenberg2010-06-171-2/+2
* new configure option --enable-threaded-resolverDaniel Stenberg2010-04-251-2/+27
* remove all .cvsignore filesDaniel Stenberg2010-03-251-5/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-246-6/+0
* Fix warnings for clangDaniel Johnson2010-03-221-2/+7
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+5
* replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse2010-03-171-3/+3
* update outdated serial numberYang Tse2010-03-173-3/+3
* Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg2010-03-051-1/+71
* - Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg2010-03-021-3/+6
* Restore normal operation:Yang Tse2010-01-271-8/+8
* fix c-ares assumed check being skippedYang Tse2010-01-271-3/+3
* fix LDFLAGS preservation in CURL_CHECK_LIB_ARESYang Tse2010-01-271-3/+3
* minor fixes for --enable-ares configure optionYang Tse2010-01-261-5/+174
* Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse2010-01-061-1/+6
* Update serial numberYang Tse2009-11-161-1/+1
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-2/+99
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-191-2/+12
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-1/+113
* Check if _REENTRANT definition is required toYang Tse2009-09-291-2/+57
* Added check for memrchr function or macroYang Tse2009-09-281-1/+106
* revert HPUX change since it already works fineDaniel Stenberg2009-09-241-2/+2
* - HPUX does need _REENTRANT too to build really thread-safe.Daniel Stenberg2009-09-231-2/+2
* renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf2009-07-141-1/+1
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-1/+99
* add CloseSocket camel case function checkYang Tse2009-06-181-1/+91
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-1/+30
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+185
* Added a few more compiler warning options for gcc.Dan Fandrich2009-06-171-0/+5
* fix language in commentYang Tse2009-06-101-2/+2
* Added --enable-curldebug configure option to enable and disable buildingYang Tse2009-06-092-13/+125