summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_send_fds_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-4/+4
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-2/+4
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-4/+2
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-151-29/+226
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-111-226/+29
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-101-29/+226
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-171-1/+1
* ipc: Use base::MessageLoop.xhwang@chromium.org2013-04-301-5/+5
* Linux/ChromeOS Chromium style checker cleanup, ipc/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Refactor (many) IPC tests, notably most of the multiprocess tests.viettrungluu@chromium.org2013-01-251-94/+72
* More IPC test header cleanup.viettrungluu@chromium.org2013-01-151-1/+0
* Move IPC tests into anonymous namespaces.viettrungluu@chromium.org2013-01-111-2/+2
* Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org2013-01-111-5/+6
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-1/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-111-1/+2
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-291-1/+1
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-2/+3
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-4/+4
* Verify file descriptor count.dmaclach@chromium.org2010-12-091-1/+12
* ipc_channel: warn if someone forgets to check the result of Connect()evan@chromium.org2010-10-191-3/+3
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-1/+3
* Handle return value from HANDLE_EINTR in ipc_send_fds_test.cc.hans@chromium.org2010-09-161-1/+1
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-0/+1
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-1/+0
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-0/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+187
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-186/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+186