summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge r1174 from trunk:joe2007-07-141-11/+17
* Merge r1187, r1188 from trunk:joe2007-07-141-0/+52
* Merge r1158 from trunk:joe2007-04-291-4/+5
* Merge r1165 from trunk:joe2007-04-271-1/+28
* Merge r1159, r1161, r1164 from trunk:joe2007-04-061-0/+6
* Merge r1103 from trunk:joe2007-01-221-2/+6
* Merge r1132 from trunk:joe2007-01-221-1/+56
* Merge r1131 from trunk:joe2007-01-111-0/+3
* Merge r1126 from trunk:joe2007-01-041-31/+49
* Merge r1084 from trunk:joe2006-10-052-29/+13
* Merge r1020, r1078, r1079, r1080 from trunk:joe2006-10-052-2/+35
* * test-common/tests.c (main): Fix for neon < 0.26.joe2006-04-131-0/+2
* * test/lock.c (fail_lockauth): Use many_serve_string.joe2006-03-101-9/+8
* * src/ne_utils.h (NE_FEATURE_I18N): Add macro.joe2006-03-071-0/+7
* * src/ne_basic.c (dispatch_to_fd): Fix ne_get() regression.joe2006-03-011-0/+22
* * src/ne_basic.c (dispatch_to_fd): Fix content-range parsing.joe2006-03-011-5/+5
* * src/ne_uri.c (URI_ESCAPE): Do path-escape "%".joe2006-03-011-13/+25
* Move to opaque MD5 context, avoiding exposure of md5_uint32 type:joe2006-03-012-51/+45
* Formalize the date formatting by ne_ssl_cert_validity and addjoe2006-02-281-2/+4
* Add destructor callback to PROPFIND interface to guarantee cleanup ofjoe2006-02-272-22/+91
* * macros/neon.m4 (NEON_SSL): Define a feature macro for thread-safejoe2006-02-261-1/+8
* * test/request.c (hooks): Use many_serve_string to serve the threejoe2006-02-261-4/+5
* * test/Makefile.in: Add some missing dependencies on the "randomjoe2006-02-251-2/+2
* Add per-request flags interface, and correct retry handling ofjoe2006-02-251-2/+4
* Forward-port ICY protocol support from 0.25.x branch, conditional onjoe2006-02-251-0/+18
* * src/ne_ssl.h (NE_SSL_CTX_SSLv2): New constant.joe2006-02-251-1/+2
* * src/ne_session.h (ne_set_session_flag): New enum.joe2006-02-251-1/+19
* Forward-port the compression-vs-retry fix by using the new ne_unhook_*joe2006-02-251-2/+2
* * src/ne_request.h: Make behaviour undefined when unregistering hooksjoe2006-02-251-0/+22
* * test/request.c (hooks): Improve hook coverage some more.joe2006-02-201-1/+32
* * src/ne_request.h (ne_unhook_pre_send, ne_unhook_post_send,joe2006-02-201-1/+90
* * test/socket.c (multi_init): Update for refcounting init/exit.joe2006-02-201-3/+6
* * test/common/tests.h (ONCMP): Show expected/unexpected string injoe2006-02-161-3/+3
* * test/common/tests.c (TEST_DEBUG): Add NE_DBG_HTTPPLAIN.joe2006-02-161-1/+2
* * test/auth.c (make_digest): Handle MD5-sess algorithm.joe2006-02-151-97/+179
* * test/lock.c (fail_lockauth): Set lock token.joe2006-02-151-1/+1
* * src/ne_auth.c: Remove unnecessary forward declaration ofjoe2006-02-151-28/+163
* * test/auth.c (dup_header, check_digest, verify_digest_header,joe2006-02-121-5/+250
* * test/run.sh: Set MALLOC_PERTURB_ to enable glibc mallocjoe2006-02-111-3/+3
* * test/uri-tests.c (parse): Add some more test cases and make failurejoe2006-01-111-4/+9
* * src/ne_locks.c (CMPWITH): Simplify to reduce number of branches.joe2006-01-061-11/+24
* * src/ne_uri.c (CMPWITH): New macro.joe2006-01-061-53/+57
* Add locale-independent implementations of strcasecmp/strncasecmp, fromjoe2006-01-061-1/+89
* * src/ne_207.h (ne_207_create): Take a base URI argument.joe2006-01-022-13/+19
* * src/ne_uri.h, src/ne_uri.c (ne_uri_resolve): Return target pointer.joe2006-01-011-1/+2
* * test/uri-tests.c (parse): Test for the slightly odd triple-slashjoe2006-01-011-0/+8
* * test/uri-tests.c (parse): Explicitly test for a URI with no pathjoe2006-01-011-0/+2
* * src/ne_uri.h (ne_uri_copy): Add prototype.joe2006-01-011-0/+30
* * src/ne_uri.c (ne_uri_unparse): Handle port correctly if scheme isjoe2006-01-011-0/+1
* * src/ne_uri.c (remove_dot_segments): Fix case 2.A.joe2006-01-011-1/+24