summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-08lib: fix -Wassign-enum warningsDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-16tests: make sure checksrc runs on header files tooDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22tests: fix -Wcast-qual warningsMarcel Raad
2017-08-22tests: checksrc complianceJay Satiro
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