index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libtest
/
test.h
Age
Commit message (
Expand
)
Author
2015-03-03
libtest: fixed linker errors on msvc
Sergei Nikulov
2015-02-03
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
Daniel Stenberg
2014-05-09
libtests: add a wait_ms() function
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-04-11
build adjustments: functionally revert commits 4d3fb91f and bbfe1182
Yang Tse
2012-04-10
libtests: build adjustment
Yang Tse
2011-12-07
multi interface: fix block when CONNECT_ONLY option is used
Gokhan Sengun
2011-10-26
multi tests: OOM handling fixes - commit 629d2e34 follow-up
Yang Tse
2011-10-21
multi tests: OOM handling fixes
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-25
unit tests: build adjustment
Yang Tse
2011-03-10
sources: update source headers
Daniel Stenberg
2011-03-08
sftp-multi: test 582 added
Henry Ludemann
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-05
Addes OOM handling for curl_easy_setopt() calls in test
Yang Tse
2010-02-02
avoid possibility of using obsoleted stuff
Yang Tse
2009-07-14
renamed generated config.h to curl_config.h in order to avoid clashes when li...
Gunter Knauf
2009-05-01
David McCreedy's "TPF-platform specific changes to various files" patch
Yang Tse
2008-09-18
fix compiler warning: external declaration in primary source file
Yang Tse
2008-07-15
add comment for include paths
Yang Tse
2007-10-02
Renamed a couple of global variables to avoid shadowing warnings
Yang Tse
2007-07-15
let's just export the whole argc + argv pair globally so that each test tool
Daniel Stenberg
2007-07-14
add support for arg3 as the third argument...
Daniel Stenberg
2007-02-22
Check for stdbool.h at configuration stage, and include it if available.
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2006-10-25
Add project notice and file Id
Yang Tse
2006-10-25
Use curl_global_init() and curl_global_cleanup().
Yang Tse
2006-09-10
Added select_test() function to allow selecting on no sockets on
Gisle Vanem
2004-05-14
enable memory debugging the same way the curl command line tool already does
Daniel Stenberg
2004-03-03
We let this file include more generic headers that many libtests need anyway
Daniel Stenberg
2004-02-19
provide a test() proto
Daniel Stenberg
2004-01-13
include setup.h from the lib dir instead to get even more private stuff
Daniel Stenberg
2003-11-06
Define TRUE and FALSE unless already present. I've moved away those
Daniel Stenberg
2003-04-15
include config.h before all system headers, so that _FILE_OFFSET_BITS and
Daniel Stenberg
2003-03-12
include "config.h" from the lib's private dir
Daniel Stenberg
2003-01-23
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg
2002-12-13
set up arg2 to point to argv[2] to be used at will by programs
Daniel Stenberg
2002-12-13
include files without the curl/ to reduce the risk of us including the wrong
Daniel Stenberg
2002-12-12
fixes
Daniel Stenberg