summaryrefslogtreecommitdiff
path: root/test/request.c
Commit message (Expand)AuthorAgeFilesLines
* * test/request.c (iterate_many): Remove redundant assignment.joe2018-10-121-2/+0
* * src/ne_request.c (ne_set_request_flag): Fix bounds check.joe2018-09-241-0/+16
* * test/request.c (status, status_chunked): Revert r1910. Expect hostname ofjoe2013-07-311-89/+54
* * test/request.c (print_addr, notifier): Factor out from status; fix forjoe2013-07-261-60/+83
* * test/request.c (retry_after_abort): Correctly catch errors.joe2013-07-261-3/+3
* * test/request.c, test/ssl.c, test/redirect.c: Fix variousjoe2011-09-141-0/+1
* * test/request.c: Adjust to new test API throughout.joe2010-09-281-96/+136
* * src/ne_request.c (open_connection): If SOCKS proxy fails, set returnjoe2010-09-281-0/+34
* * src/ne_request.c (body_fd_send): Handle read() errors; thanks to Loujoe2010-05-051-1/+62
* * src/ne_request.c (socks_origin_lookup): New function.joe2009-09-021-0/+25
* Be strict in parsing C-L response header:joe2009-03-051-16/+11
* * test/request.c (status, status_chunked): Fix memory leak.joe2008-11-041-0/+4
* Add support for configuring a SOCKS proxy for the HTTP session:joe2008-10-091-0/+36
* Add support for multiple proxies and differentiate between a SOCKS andjoe2008-10-091-0/+23
* * test/request.c (send_bad_offset): Tweak error message.joe2008-08-081-1/+2
* * test/request.c (status_chunked, status): Cope with systems wherejoe2008-08-071-24/+42
* * src/ne_session.h (ne_set_notifier, ne_set_progress): Document existing andjoe2008-07-191-0/+21
* Fix use of NTLM with some borked proxies which require use of ajoe2008-03-131-2/+21
* * test/request.c: Wrap any_request() calls in ONREQ not CALL, throughout.joe2008-02-291-5/+5
* Add a close-connection hook (thanks to Robert J. van der Boon):joe2008-02-081-1/+10
* * test/request.c (send_bad_offset): Use a pipe rather than a joe2008-01-301-8/+6
* * src/ne_private.h (struct ne_session_s): Add local_addr field.joe2008-01-301-1/+22
* * test/request.c: Spelling fix.joe2007-12-271-1/+1
* * test/request.c (status, status_chunked): Fix memory leak.joe2007-09-091-1/+5
* * src/ne_session.h: Fix description of total counter for responsejoe2007-08-221-0/+35
* * src/ne_request.c (ne_begin_request): Ignore the "identity"joe2007-08-101-7/+12
* Make the backwards-compat break in the status notification interfacejoe2007-07-141-1/+1
* * src/ne_session.h: Add ne_status_disconnected status type.joe2007-07-121-1/+6
* * test/request.c (fail_statusline): Adjust for new error message.joe2007-07-021-3/+3
* * test/request.c (fail_double_lookup, proxy_no_resolve): Use hostnamejoe2006-11-301-2/+2
* * test/request.c (s_progress): Fix to use ne_off_t types and formatjoe2006-10-241-3/+3
* Add add new type-safer notification/status API:joe2006-10-241-0/+61
* Add new hook which runs after the headers have been read:joe2006-09-261-6/+28
* * test/request.c (hooks): Use many_serve_string to serve the threejoe2006-02-261-4/+5
* 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_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/request.c (send_bad_offset): Use an empty file and a negativejoe2005-04-241-6/+11
* Fix memory leaks found by --enable-memleak:joe2005-04-151-0/+1
* * src/ne_request.c (body_fd_send): Set session error string if seekjoe2005-04-151-0/+34
* * test/request.c: Remove idna_hostname; missed in previous commit.joe2005-03-191-1/+0
* Remove support for IDNA: IDNA really needs to be done at applicationjoe2005-03-051-54/+0
* * test/request.c (fail_on_invalid): Test for chunk size overflow andjoe2005-01-211-0/+5
* * test/request.c (fail_on_invalid): Rename from fail_corrupt_chunks;joe2005-01-211-7/+16
* Add a response-header iterator interface, needed by OpenOffice:joe2005-01-211-0/+82
* * src/ne_request.c (free_response_headers): Factor out fromjoe2004-12-311-0/+40
* Remove callback-based response header handling in favour ofjoe2004-12-301-47/+55
* * test/utils.c (serve_infinite): Move from props.cjoe2004-10-171-24/+5