Sign in
chromium
/
chromium
/
src
/
a8f6fbe96664bb89243d1ab34e6dfd92621e8b55
/
ipc
/
ipc_message_attachment_set_posix_unittest.cc
d4c1d1d6
IPC: Do not read message attachments more than once.
by Alexandr Ilin
· 7 years ago
fdd81dd
Add missing HANDLE_EINTR macro around dup() calls.
by Dale Curtis
· 8 years ago
6ed3efb
Remove IPC::BrokerableAttachment.
by sammc
· 9 years ago
cff1de9
Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ )
by horo
· 9 years ago
f6e03ce5
Remove IPC::BrokerableAttachment.
by sammc
· 9 years ago
4dac7f0
Fix implicit access to raw pointer of scoped_refptr.
by scheib
· 9 years ago
246998d8
Switch to standard integer types in ipc/.
by avi
· 10 years ago
ae6d321
ipc: Make a separate vector for brokerable attachments.
by erikchen
· 10 years ago
4da8275d
ipc: Remove basictypes.h includes.
by tfarina
· 10 years ago
8514f0d
Remove Android filter file for ipc_tests.
by tfarina
· 10 years ago
1aa788c
IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment
by morrita
· 11 years ago
4b5c28e2
IPC: Generalize FileDescriptorSet to MessageAttachmentSet
by morrita
· 11 years ago
[Renamed (74%) from ipc/file_descriptor_set_posix_unittest.cc]
9669385
IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message
by morrita
· 11 years ago
d89eec8
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
by
[email protected]
· 12 years ago
2025d00
Move eintr_wrapper.h from base to base/posix
by
[email protected]
· 13 years ago
05094a3
Convert some constants declared as anonymous enums into static consts so they have types. This defines the constants where they're declared to preserve the existing readability as well as allow us to do things like dimension arrays based on the values of the constants.
by
[email protected]
· 14 years ago
22b42c59
Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
c7f91e8
Revert 69694 - Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
9a44a4db6
Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
8bf7b53
Revert 69690 - Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
a329ecd
Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
f9e9049
Revert 69660 - Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
3ca1235
Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
c0b0a69
Revert 69264 - Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
2d71bd1
Add support for sockets that can listen and accept a connection.
by
[email protected]
· 15 years ago
ad8e04ac
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
by
[email protected]
· 15 years ago
a9c836f
Handle return value from HANDLE_EINTR in file_descriptor_set_posix_unittest.cc.
by
[email protected]
· 15 years ago
ac8d344
Build fix: I incorrectly applied r21399 from a patch.
by
[email protected]
· 16 years ago
[Renamed from ipc/file_descriptor_set_unittest.cc]
946d1b2
Split the IPC code into ipc/
by
[email protected]
· 16 years ago
[Renamed (98%) from chrome/common/file_descriptor_set_unittest.cc]
042070d
Fix valigrind complaint about invalid file descriptor on close.
by
[email protected]
· 16 years ago
157c61b
POSIX: Add a macro for handling EINTR.
by
[email protected]
· 16 years ago
82e5ee8
Revert "Move IPC code to ipc/"
by
[email protected]
· 16 years ago
[Renamed (98%) from ipc/file_descriptor_set_unittest.cc]
8cf3f1da
Move IPC code to ipc/
by
[email protected]
· 16 years ago
[Renamed (98%) from chrome/common/file_descriptor_set_unittest.cc]
56dacae
Mac: build fix
by
[email protected]
· 17 years ago
89a104d
POSIX: fix Mac build
by
[email protected]
· 17 years ago
c792d81
POSIX: Add FileDescriptorSet unittest
by
[email protected]
· 17 years ago