summaryrefslogtreecommitdiffstats
path: root/base/shared_memory.h
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* Added SharedMemory::MapFrom.vitalybuka@chromium.org2013-01-161-1/+8
* The correct type for the size of a chunk of memory is size_t.cevans@chromium.org2013-01-101-8/+8
* Advertise a minimum alignment for SharedMemory::Map().dalecurtis@chromium.org2012-08-181-1/+3
* Implement SharedMemory for untrusted NaCl builds.bbudge@chromium.org2012-07-161-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreadsvandebo@chromium.org2012-02-251-10/+11
* Make more of base compile with the Native Client toolchain.bbudge@chromium.org2012-02-251-1/+2
* Give base::SharedMemory::CreateAnonymous an executable flagmcgrathr@chromium.org2011-12-011-2/+39
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+3
* Chrome Frame: Add explicit object security attributes to the Chrome Frame ver...robertshield@chromium.org2010-11-161-3/+5
* Implementation of single-module-per-logon-session-per-profile implementation ...robertshield@chromium.org2010-11-051-0/+13
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-10/+20
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-6/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in app and...tfarina@chromium.org2010-06-041-3/+3
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-11/+10
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-5/+5
* posix: clean up shared memory codeevan@chromium.org2009-09-161-2/+3
* Fix a memory leak in ResourceDispatcherhclam@chromium.org2009-05-181-0/+3
* Remove unused variable from POSIX SharedMemory implementation.thestig@chromium.org2009-04-041-1/+1
* Port visitedlink tests to Linux. Also make them pass on Linux, whichphajdan.jr@chromium.org2009-03-161-0/+3
* Bitmap transportagl@chromium.org2009-02-201-2/+15
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-3/+12
* Fix a browser crash when the async resource handler keeps anrvargas@google.com2009-02-111-0/+2
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-051-7/+12
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-1/+16
* Don't include system headers inside a namespace.evanm@google.com2008-11-141-1/+6
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-2/+5
* Reduce header dependencies.evanm@google.com2008-10-221-8/+9
* 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-0/+3
* The Posix shared memory implementation.avi@google.com2008-08-121-1/+2
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-5/+6
* Add base to the repository.initial.commit2008-07-261-0/+169