summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_win.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Round the size of shared memory regions up to 64K. This allowssehr@google.com2010-03-251-1/+8
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2
* Fix a memory leak in ResourceDispatcherhclam@chromium.org2009-05-181-0/+6
* Port visitedlink tests to Linux. Also make them pass on Linux, whichphajdan.jr@chromium.org2009-03-161-0/+5
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-0/+9
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-0/+5
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-0/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* The Posix shared memory implementation.avi@google.com2008-08-121-0/+187