summaryrefslogtreecommitdiff
path: root/test/testipsub.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-3/+3
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.William A. Rowe Jr2019-03-191-1/+5
* * test/testipsub.c (test_parse_addr_port): More tests.Joe Orton2017-10-251-1/+8
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression inJoe Orton2017-10-251-0/+47
* * test/testipsub.c (test_bad_input): Fix test in r1808832 to matchJoe Orton2017-09-191-1/+1
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyJoe Orton2017-09-111-0/+1
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positiveJoe Orton2012-11-051-0/+1
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-1/+1
* Prevent the suite from crashing on win32, watch out for anWilliam A. Rowe Jr2007-10-151-1/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-12/+12
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-25/+25
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-7/+0
* Port the testipsub program to the new test suite.Ryan Bloom2002-10-131-42/+41
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()Jeff Trawick2001-03-151-0/+4
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingJeff Trawick2001-03-151-0/+220