summaryrefslogtreecommitdiff
path: root/test/testipsub.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.ivan2022-11-201-3/+3
* Fix IPv4-only parsing tests, proposed as git pull req #15 by manusfreedom.wrowe2019-03-191-1/+5
* * test/testipsub.c (test_parse_addr_port): More tests.jorton2017-10-251-1/+8
* * network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression injorton2017-10-251-0/+47
* * test/testipsub.c (test_bad_input): Fix test in r1808832 to matchjorton2017-09-191-1/+1
* * network_io/unix/sockaddr.c (looks_like_ip): Fail for the emptyjorton2017-09-111-0/+1
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positivejorton2012-11-051-0/+1
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-1/+1
* Prevent the suite from crashing on win32, watch out for anwrowe2007-10-151-1/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-12/+12
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-25/+25
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Port the testipsub program to the new test suite.rbb2002-10-131-42/+41
* Update our copyright for this year.fielding2002-03-131-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()trawick2001-03-151-0/+4
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+220