summaryrefslogtreecommitdiff
path: root/include/apr_shm.h
Commit message (Expand)AuthorAgeFilesLines
* Add apr_shm_delete()jim2014-04-281-0/+15
* Follow-up to r1531768:trawick2013-10-201-1/+63
* fix spelling errortrawick2013-10-121-1/+1
* fix extra "the" in comments and license texttrawick2011-03-231-1/+1
* Add object perms set macros and implement them for shm and mutexmturk2009-02-071-0/+6
* More effectively explain apr_shm_remove, and the hints thatwrowe2007-11-061-2/+7
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removewrowe2007-11-061-2/+3
* 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
* * include/apr_shm.h: Document alignment guarantee fromjorton2004-09-221-0/+1
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+12
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-7/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* This is the new apr_shm_t API. It completely replaces the old sharedaaron2002-01-101-0/+163