summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle file descriptor exhaustions a little more gracefully. This prevents th...stuartmorgan@chromium.org2009-06-121-1/+8
* Fix a memory leak in ResourceDispatcherhclam@chromium.org2009-05-181-0/+6
* Remove unused variable from POSIX SharedMemory implementation.thestig@chromium.org2009-04-041-7/+4
* Port visitedlink tests to Linux. Also make them pass on Linux, whichphajdan.jr@chromium.org2009-03-161-0/+5
* Bitmap transportagl@chromium.org2009-02-201-0/+16
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-6/+20
* * Fix error checking for mmap() for POSIX shared memory.jeremy@chromium.org2009-02-111-1/+3
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-051-31/+23
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-17/+129
* Unit test addition, cleanup for render_process/thread.jrg@chromium.org2009-01-281-5/+1
* We need to loop on waiting as there are plenty of reasons why it might not take.avi@google.com2008-12-111-2/+6
* addressing commentsagl@chromium.org2008-11-181-9/+8
* Check ftruncate resultagl@chromium.org2008-11-181-13/+17
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+3
* Removed magic number for owner rights, avoid to call close(-1).brettw@google.com2008-10-291-2/+2
* ensure that the shared memory has actually been created before trying to re-u...pinkerton@google.com2008-09-231-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Revving the shared memory to the comments on the list.avi@google.com2008-08-131-27/+29
* Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.tc@google.com2008-08-121-0/+1
* The Posix shared memory implementation.avi@google.com2008-08-121-0/+189