summaryrefslogtreecommitdiff
path: root/test/testipsub.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@151409 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64903 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright notices to 2003.thommay2003-01-011-1/+1
| | | | | | | No functional changes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64251 13f79535-47bb-0310-9956-ffa450edef68
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64079 13f79535-47bb-0310-9956-ffa450edef68
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
| | | | | | | | for all tests. IF you just want to run individual tests, you do that by passing the name of the test to testall. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64065 13f79535-47bb-0310-9956-ffa450edef68
* Port the testipsub program to the new test suite.rbb2002-10-131-42/+41
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63911 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.fielding2002-03-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63117 13f79535-47bb-0310-9956-ffa450edef68
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
| | | | | | | | as _always_ compatible with atexit. A nice mindless exercise for my very sleep-deprived brain. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61735 13f79535-47bb-0310-9956-ffa450edef68
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()trawick2001-03-151-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61363 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+220
whether or not an address is within a subnet. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61361 13f79535-47bb-0310-9956-ffa450edef68