This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
Code
Issues
Pull Requests
Releases
Wiki
Activity
curl
/
tests
/
libtest
History
Daniel Stenberg
9a12db1aa2
typecast the setting of the size, as it might be an off_t which is bigger
...
than long and libcurl expects a long...
2003-04-15 14:18:37 +00:00
..
.cvsignore
ignore lib505 too
2003-04-01 07:13:28 +00:00
first.c
nah, include test.h instead
2003-01-08 09:37:35 +00:00
lib500.c
fixes
2002-12-12 13:40:16 +00:00
lib501.c
fixes
2002-12-12 13:40:16 +00:00
lib502.c
lib502.c for multi interface tests on a single URL without select()
2002-12-13 13:40:25 +00:00
lib503.c
Add include files to prevent warnings on some (HPUX) systems.
2003-03-12 08:54:45 +00:00
lib504.c
more defensive checking as platforms differ...
2003-03-17 17:20:26 +00:00
lib505.c
typecast the setting of the size, as it might be an off_t which is bigger
2003-04-15 14:18:37 +00:00
Makefile.am
lib505.c is a new test case for ftp uploading with rename
2003-04-01 07:13:04 +00:00
test.h
include config.h before all system headers, so that _FILE_OFFSET_BITS and
2003-04-15 13:32:26 +00:00