summaryrefslogtreecommitdiff
path: root/include/apr_inherit.h
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-201-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-27/+23
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the parameter name in the inherit_set/unset functions so thatjwoolley2002-07-161-2/+4
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-2/+2
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-5/+6
* Update our copyright for this year.fielding2002-03-131-1/+1
* Next batch of moving the docs from ScanDoc to DoxyGen.rbb2001-08-141-1/+19
* Clean up APR_INHERIT - it's now a private flag.wrowe2001-07-181-2/+0
* apr_socket_[un]set_inherit is a noop on Win32, but must be exported.wrowe2001-07-181-3/+2
* Split public from private declaration for INHERIT stuffwrowe2001-07-161-20/+0
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-161-8/+8
* Yup Ian... this was borked :-)wrowe2001-07-161-2/+2
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherwrowe2001-07-161-10/+14
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-0/+91