| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable attachment brokering of SharedMemoryHandle on Windows. | erikchen | 2016-02-03 | 1 | -9/+0 |
* | Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc... | erikchen | 2016-01-30 | 1 | -0/+9 |
* | Enable attachment brokering of SharedMemoryHandle on Windows. | erikchen | 2016-01-19 | 1 | -9/+0 |
* | Switch to standard integer types in base/memory/. | avi | 2015-12-24 | 1 | -8/+6 |
* | Added protection against mapping image sections between processes. | forshaw | 2015-12-18 | 1 | -0/+3 |
* | Cleanup: Remove unused SharedMemory ctor. | thestig | 2015-12-17 | 1 | -0/+2 |
* | Reland of base: Make shared memory backed by Mach primitives by default. (pat... | skyostil | 2015-11-26 | 1 | -4/+0 |
* | Revert of base: Make shared memory backed by Mach primitives by default. (pat... | skyostil | 2015-11-25 | 1 | -0/+4 |
* | base: Make shared memory backed by Mach primitives by default. | erikchen | 2015-11-24 | 1 | -4/+0 |
* | reland 3: "mac: Run A/B experiment on SharedMemory mechanism for resource buf... | erikchen | 2015-11-02 | 1 | -0/+4 |
* | Revert "reland 2: "mac: Run A/B experiment on SharedMemory mechanism for reso... | erikchen | 2015-10-30 | 1 | -4/+0 |
* | reland 2: "mac: Run A/B experiment on SharedMemory mechanism for resource buf... | erikchen | 2015-10-30 | 1 | -0/+4 |
* | Revert "reland 1: "mac: Run A/B experiment on SharedMemory mechanism for reso... | caseq | 2015-10-28 | 1 | -4/+0 |
* | reland 1: "mac: Run A/B experiment on SharedMemory mechanism for resource buf... | erikchen | 2015-10-28 | 1 | -0/+4 |
* | Revert "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." | ellyjones | 2015-10-28 | 1 | -4/+0 |
* | mac: Run A/B experiment on SharedMemory mechanism for resource buffers. | erikchen | 2015-10-28 | 1 | -0/+4 |
* | base: Update constructors of SharedMemory in preparation for Mach transition. | erikchen | 2015-10-23 | 1 | -18/+21 |
* | mac: Implement Mach-primitive backed shared memory. | erikchen | 2015-10-02 | 1 | -0/+11 |
* | base: Minor improvement to interface of base::SharedMemory. | erikchen | 2015-10-01 | 1 | -3/+5 |
* | Use POSIX implementation of shared memory on iOS. | erikchen | 2015-09-26 | 1 | -5/+5 |
* | Remove named SharedMemory usage on Mac. | thestig | 2015-09-15 | 1 | -5/+14 |
* | Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1... | scottmg | 2015-06-19 | 1 | -10/+4 |
* | Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of ... | scottmg | 2015-06-19 | 1 | -4/+10 |
* | Mac: Make SharedMemoryHandle its own class. | erikchen | 2015-06-19 | 1 | -10/+4 |
* | Remove unused locking functionality from base::SharedMemory. | erikchen | 2015-06-18 | 1 | -41/+2 |
* | Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id. | erikchen | 2015-06-03 | 1 | -12/+0 |
* | Several small changes to base::SharedMemory. | erikchen | 2015-06-03 | 1 | -11/+3 |
* | Move some logic from DiscardableSharedMemory into SharedMemory. | erikchen | 2015-06-02 | 1 | -0/+3 |
* | Extract some logic from transport_dib into shared_memory. | erikchen | 2015-06-01 | 1 | -0/+6 |
* | Add methods to base::SharedMemory to replace common SharedMemoryHandle operat... | erikchen | 2015-05-30 | 1 | -0/+14 |
* | Allow closing SharedMemory without unmapping it. | jbauman | 2014-12-10 | 1 | -1/+2 |
* | Move file_util to base/files/ directory. | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Allow creating SharedMemory that can't be shared read-only. | jbauman@chromium.org | 2014-04-23 | 1 | -5/+11 |
* | Remove the (private) SharedMemory::{PrepareMapFile,FilePathForMemoryName}() o... | viettrungluu@chromium.org | 2014-03-22 | 1 | -1/+3 |
* | Disallow calling Map on currently-mapped SharedMemory | jbauman@chromium.org | 2014-03-18 | 1 | -1/+2 |
* | Move ScopedFILE to base namespace and scoped_file.h | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-17 | 1 | -1/+2 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | jochen@chromium.org | 2014-03-15 | 1 | -2/+1 |
* | Revert 257300 "Disallow calling Map on currently-mapped SharedMe..." | jbauman@chromium.org | 2014-03-15 | 1 | -2/+1 |
* | Disallow calling Map on currently-mapped SharedMemory | jbauman@chromium.org | 2014-03-15 | 1 | -1/+2 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 1 | -1/+2 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | thakis@chromium.org | 2014-03-14 | 1 | -2/+1 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 1 | -1/+2 |
* | Deprecate named base::SharedMemory. | viettrungluu@chromium.org | 2014-03-05 | 1 | -8/+13 |
* | Deprecate base::SharedMemory's lock functionality. | viettrungluu@chromium.org | 2014-02-24 | 1 | -25/+16 |
* | Implement SharedMemory::ShareReadOnlyToProcess(). | jyasskin@chromium.org | 2013-11-20 | 1 | -5/+43 |
* | Update include paths in base for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Limit the number of pending requests to the max number of file descriptors. | simonjam@chromium.org | 2013-05-09 | 1 | -0/+3 |
* | Move shared_memory into base/memory subdirectory. | brettw@chromium.org | 2013-03-29 | 1 | -0/+278 |