summaryrefslogtreecommitdiff
path: root/shmem/unix
Commit message (Expand)AuthorAgeFilesLines
* Backport r741869 from trunk:Stefan Fritsch2014-05-141-0/+1
* Add apr_shm_delete()Jim Jagielski2014-04-281-0/+10
* Merge r741862, r741866 from trunk:Jim Jagielski2014-04-281-10/+30
* Merge r1561555 from trunk:Jim Jagielski2014-01-261-2/+1
* Merge r1561394 from trunk:Jim Jagielski2014-01-251-3/+14
* FIXME comment... Jim Jagielski2014-01-251-0/+2
* Merge r1561356 from trunk:Jim Jagielski2014-01-251-2/+3
* Merge r1561347 from trunk:Jim Jagielski2014-01-251-1/+1
* Merge r1561265 from trunk:Jim Jagielski2014-01-251-33/+22
* Merge r1561260 from trunk:Jim Jagielski2014-01-251-6/+82
* not now... revert this fixJim Jagielski2014-01-241-12/+3
* https://issues.apache.org/bugzilla/show_bug.cgi?id=53996Jim Jagielski2013-11-171-3/+13
* Merge r1531768 and r1533979 from trunk:Jeff Trawick2013-10-201-0/+17
* revret 1533105Jim Jagielski2013-10-171-31/+10
* Merge r1533104 from trunk:Jim Jagielski2013-10-171-10/+31
* Merge r910597 from trunk:Jim Jagielski2013-10-091-0/+6
* Backport 917837:Graham Leggett2010-03-071-3/+3
* Backport of r819897:Guenter Knauf2009-10-051-32/+23
* Header unistd.h is already included in arch/unix/apr_arch_shm.h.Bojan Smojver2008-06-021-1/+0
* apr_shm: fix failure in test_named_removeNick Kew2008-06-011-1/+2
* If the named resource was removed by apr_shm_remove(), it may not be there.Bojan Smojver2008-05-281-2/+12
* 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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* * shmem/unix/shm.c (apr_shm_remove): Ensure that the file is removedJoe Orton2004-09-211-3/+11
* * include/apr_shm.c (apr_shm_remove): Add prototype.Joe Orton2004-06-011-0/+51
* * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.Joe Orton2004-05-271-4/+1
* * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.Joe Orton2004-05-271-15/+0
* * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.Joe Orton2004-05-271-14/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* * shmem/unix/shm.c (apr_shm_create): Fix build with Tru64 "cc -std";Joe Orton2003-11-051-2/+2
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+2
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-3/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* get rid of some questions now that Aaron has checked it overJeff Trawick2002-03-041-5/+0
* preserve the proper alignment when we use the start of the sharedJeff Trawick2002-03-041-6/+13
* not allocating memory for the metadata..Ian Holsman2002-02-051-1/+1
* Fix a few attempts to add to a void *ptr in the Unix shared memoryJeff Trawick2002-02-041-3/+3
* Fixed up some comments -- got rid of FIXMEs that have been fixed.Aaron Bannert2002-01-301-6/+1
* Implement shared memory cleanup handlers on Unix for both the originalAaron Bannert2002-01-291-66/+98
* Simple workaround, for now. Aaron is researching, but if somethingWilliam A. Rowe Jr2002-01-251-0/+13
* Major updates to the Unix shmem implementation:Aaron Bannert2002-01-231-79/+199
* Add some more comments and more robust error checking.Aaron Bannert2002-01-221-8/+11
* Implement apr_shm_detach for name-based shmget().Aaron Bannert2002-01-171-2/+4