Daniel Stenberg
|
4d2f800677
curl.se: new home
|
vor 4 Jahren |
Daniel Stenberg
|
c4e6968127
url: alloc the download buffer at transfer start
|
vor 4 Jahren |
Vilhelm Prytz
|
d0319adb0c
copyrights: update all copyright notices to 2019 on files changed this year
|
vor 5 Jahren |
Marcel Raad
|
9eac2d92cf
lib509: add missing include for strdup
|
vor 5 Jahren |
Viktor Szakats
|
b801b453af
whitespace fixes
|
vor 6 Jahren |
Marcel Raad
|
7dd89c1cdc
tests: declare TU-local variables static
|
vor 7 Jahren |
klemens
|
f7df67cff0
spelling fixes
|
vor 7 Jahren |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
vor 8 Jahren |
Daniel Stenberg
|
365322b8bc
tests/libtest: follow our code style guidelines better
|
vor 8 Jahren |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
vor 8 Jahren |
Yang Tse
|
ba7fbd0960
test509: libcurl initialization with memory callbacks and actual usage
|
vor 11 Jahren |
Daniel Stenberg
|
55700cb01f
- We no longer support setting the CURLOPT_URL option from inside a callback
|
vor 16 Jahren |
Daniel Stenberg
|
11fae450fa
make this test disabled properly when built with yassl
|
vor 17 Jahren |
Daniel Stenberg
|
7b9435890d
add verbose output to test 509 for easier debugging
|
vor 17 Jahren |
Yang Tse
|
92433e596b
We use this ZERO_NULL to avoid picky compiler warnings,
|
vor 17 Jahren |
Yang Tse
|
059707be32
Renamed a couple of global variables to avoid shadowing warnings
|
vor 17 Jahren |
Daniel Stenberg
|
c1f3edbdd1
openssl/bio.h doesn't exist when we build with yassl so avoid trying
|
vor 17 Jahren |
Yang Tse
|
40087ce7c0
change max allowed time for this test to complete to 90 seconds
|
vor 17 Jahren |
Yang Tse
|
75fca27f8e
log a message, stating the need of openssl to run this test
|
vor 18 Jahren |
Yang Tse
|
2f4fe0175b
Some tests were using functions curlx_tvnow and curlx_tvdiff which are not
|
vor 18 Jahren |
Gisle Vanem
|
d10e174fd1
Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.
|
vor 18 Jahren |
Yang Tse
|
609044aea2
Compiler warning fix
|
vor 18 Jahren |
Yang Tse
|
b4700f026b
Add project notice and file Id
|
vor 18 Jahren |
Yang Tse
|
384c8f3560
Use curl_global_init() and curl_global_cleanup().
|
vor 18 Jahren |
Yang Tse
|
d997ff6aa8
Oops! Actually set the limit to 30 seconds.
|
vor 18 Jahren |
Yang Tse
|
b9ccecf86e
Decrease the posibility of aborting a test which actually is not
|
vor 18 Jahren |
Yang Tse
|
c818e7064f
When aborting, show loop counter values when more than one counter exists.
|
vor 18 Jahren |
Yang Tse
|
ead6ab2ef7
Abort test if it seems that it would have run forever. This is just to prevent
|
vor 18 Jahren |
Gisle Vanem
|
e134a40208
Added select_test() function to allow selecting on no sockets on
|
vor 18 Jahren |
Daniel Stenberg
|
23550fe5de
Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on
|
vor 20 Jahren |