index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
shared_memory_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle file descriptor exhaustions a little more gracefully. This prevents th...
stuartmorgan@chromium.org
2009-06-12
1
-1
/
+8
*
Fix a memory leak in ResourceDispatcher
hclam@chromium.org
2009-05-18
1
-0
/
+6
*
Remove unused variable from POSIX SharedMemory implementation.
thestig@chromium.org
2009-04-04
1
-7
/
+4
*
Port visitedlink tests to Linux. Also make them pass on Linux, which
phajdan.jr@chromium.org
2009-03-16
1
-0
/
+5
*
Bitmap transport
agl@chromium.org
2009-02-20
1
-0
/
+16
*
POSIX: Transfer network data using shared memory
agl@chromium.org
2009-02-11
1
-6
/
+20
*
* Fix error checking for mmap() for POSIX shared memory.
jeremy@chromium.org
2009-02-11
1
-1
/
+3
*
Transition POSIX shmem to use lockf(), not semaphores. Eliminates
jrg@chromium.org
2009-02-05
1
-31
/
+23
*
Properly honor base::SharedMemory semantics for name="" to mean
jrg@chromium.org
2009-02-04
1
-17
/
+129
*
Unit test addition, cleanup for render_process/thread.
jrg@chromium.org
2009-01-28
1
-5
/
+1
*
We need to loop on waiting as there are plenty of reasons why it might not take.
avi@google.com
2008-12-11
1
-2
/
+6
*
addressing comments
agl@chromium.org
2008-11-18
1
-9
/
+8
*
Check ftruncate result
agl@chromium.org
2008-11-18
1
-13
/
+17
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-0
/
+3
*
Removed magic number for owner rights, avoid to call close(-1).
brettw@google.com
2008-10-29
1
-2
/
+2
*
ensure that the shared memory has actually been created before trying to re-u...
pinkerton@google.com
2008-09-23
1
-1
/
+1
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Revving the shared memory to the comments on the list.
avi@google.com
2008-08-13
1
-27
/
+29
*
Make this file compile on linux. We need fcntl.h for O_RDONLY, etc.
tc@google.com
2008-08-12
1
-0
/
+1
*
The Posix shared memory implementation.
avi@google.com
2008-08-12
1
-0
/
+189