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
Age
Commit message (
Expand
)
Author
2004-05-06
simplied the creation of new urls
Daniel Stenberg
2004-05-06
printf %s with plain 'char *', not unsigned ones to silence icc's picky
Daniel Stenberg
2004-04-29
new test case for a simple curl_easy_duphandle() test
Daniel Stenberg
2004-04-27
make the loop use a fixed number of attempts to prevent eternal loops
Daniel Stenberg
2004-04-14
enable verbose as well
Daniel Stenberg
2004-04-14
Added test case 511 in an attempt to repeat bug report #934666 "storage leak
Daniel Stenberg
2004-03-23
minor edits to make picky compilers whine less
Daniel Stenberg
2004-03-12
minor variable type fix
Daniel Stenberg
2004-03-03
removed include stuff now handled by test.h
Daniel Stenberg
2004-03-03
We let this file include more generic headers that many libtests need anyway
Daniel Stenberg
2004-02-25
typecast to int when printfing CURLcode
Daniel Stenberg
2004-02-20
include sys/select.h to prevent picky compiler warnings when using select()
Daniel Stenberg
2004-02-19
fixed the no-ssl version to return int as well
Daniel Stenberg
2004-02-19
provide protos to the functions to prevent warnings
Daniel Stenberg
2004-02-19
typecast the type to an int on return
Daniel Stenberg
2004-02-19
return int from test()
Daniel Stenberg
2004-02-19
provide a test() proto
Daniel Stenberg
2004-02-17
ignore more
Daniel Stenberg
2004-02-13
return an int
Daniel Stenberg
2004-02-13
return an int, not a CURLcode
Daniel Stenberg
2004-02-09
return 'res' to better discover test failures and to stop compiler warnings
Daniel Stenberg
2004-02-09
Uninitialized variable set.
Daniel Stenberg
2004-02-05
changed the test() function to return type int
Daniel Stenberg
2004-01-30
added lib510.c for callback POST using chunked encoding
Daniel Stenberg
2004-01-13
use the *correct* header!
Daniel Stenberg
2004-01-13
fix the include path to point to the libcurl's source dir too for the setup.h
Daniel Stenberg
2004-01-13
include setup.h from the lib dir instead to get even more private stuff
Daniel Stenberg
2004-01-12
Peter Sylvester brought code that now allows a callback to modified the URL
Daniel Stenberg
2004-01-05
David J Meyer's large file support.
Daniel Stenberg
2003-12-16
modified and corrected test 506
Daniel Stenberg
2003-11-06
Define TRUE and FALSE unless already present. I've moved away those
Daniel Stenberg
2003-10-25
avoid dependence on the order of the fields in the timeval struct, pointed out
Daniel Stenberg
2003-10-24
don't select() forever, set a timeout so at least the test fails nice
Daniel Stenberg
2003-10-07
test case 508 added to test callback-based POST
Daniel Stenberg
2003-08-19
better ignore pattern
Daniel Stenberg
2003-08-19
test507 for multi with bad host name
Daniel Stenberg
2003-08-14
ignore lib506 too
Daniel Stenberg
2003-08-11
test case 506 added, written by Dirk Manske
Daniel Stenberg
2003-07-04
CURLDEBUG not MALLOCDEBUG anymore
Daniel Stenberg
2003-06-10
more generic
Daniel Stenberg
2003-04-15
typecast the setting of the size, as it might be an off_t which is bigger
Daniel Stenberg
2003-04-15
include config.h before all system headers, so that _FILE_OFFSET_BITS and
Daniel Stenberg
2003-04-01
ignore lib505 too
Daniel Stenberg
2003-04-01
lib505.c is a new test case for ftp uploading with rename
Daniel Stenberg
2003-03-17
more defensive checking as platforms differ...
Daniel Stenberg
2003-03-13
use include path from BUILD dir since we want the config.h
Daniel Stenberg
2003-03-12
Add include files to prevent warnings on some (HPUX) systems.
Daniel Stenberg
2003-03-12
include "config.h" from the lib's private dir
Daniel Stenberg
2003-03-12
Setup include path to the lib dir to enable inclusion of "config.h"
Daniel Stenberg
2003-01-23
string.h keeps the proto for memset() on some platforms, used for FD_ZERO
Daniel Stenberg
[next]