summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
2017-05-05tests: fix -Wcast-qual warningsMarcel Raad
2016-12-19tests: checksrc complianceJay Satiro
2016-09-03libtest/test.h: fix typo (#988)Mark Hamilton
2016-04-03tests: Fixed header files to comply with our code styleSteve Holme
2016-04-03tests/libtest: follow our code style guidelines betterDaniel Stenberg
2016-04-01curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-03libtest: fixed linker errors on msvcSergei Nikulov
2015-02-03unit1600: unit test for Curl_ntlm_core_mk_nt_hashDaniel Stenberg
2014-05-09libtests: add a wait_ms() functionDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-04-11build adjustments: functionally revert commits 4d3fb91f and bbfe1182Yang Tse
2012-04-10libtests: build adjustmentYang Tse
2011-12-07multi interface: fix block when CONNECT_ONLY option is usedGokhan Sengun
2011-10-26multi tests: OOM handling fixes - commit 629d2e34 follow-upYang Tse
2011-10-21multi tests: OOM handling fixesYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-05-25unit tests: build adjustmentYang Tse
2011-03-10sources: update source headersDaniel Stenberg
2011-03-08sftp-multi: test 582 addedHenry Ludemann
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-05Addes OOM handling for curl_easy_setopt() calls in testYang Tse
2010-02-02avoid possibility of using obsoleted stuffYang Tse
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-05-01David McCreedy's "TPF-platform specific changes to various files" patchYang Tse
2008-09-18fix compiler warning: external declaration in primary source fileYang Tse
2008-07-15add comment for include pathsYang Tse
2007-10-02Renamed a couple of global variables to avoid shadowing warningsYang Tse
2007-07-15let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg
2007-07-14add support for arg3 as the third argument...Daniel Stenberg
2007-02-22Check for stdbool.h at configuration stage, and include it if available.Yang Tse
2007-02-16use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse
2006-10-25Add project notice and file IdYang Tse
2006-10-25Use curl_global_init() and curl_global_cleanup().Yang Tse
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2004-05-14enable memory debugging the same way the curl command line tool already doesDaniel Stenberg
2004-03-03We let this file include more generic headers that many libtests need anywayDaniel Stenberg
2004-02-19provide a test() protoDaniel Stenberg
2004-01-13include setup.h from the lib dir instead to get even more private stuffDaniel Stenberg
2003-11-06Define TRUE and FALSE unless already present. I've moved away thoseDaniel Stenberg
2003-04-15include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg
2003-03-12include "config.h" from the lib's private dirDaniel Stenberg
2003-01-23string.h keeps the proto for memset() on some platforms, used for FD_ZERODaniel Stenberg
2002-12-13set up arg2 to point to argv[2] to be used at will by programsDaniel Stenberg
2002-12-13include files without the curl/ to reduce the risk of us including the wrongDaniel Stenberg
2002-12-12fixesDaniel Stenberg