summaryrefslogtreecommitdiffstats
path: root/ipc/sync_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-221-2/+2
* Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id...dcheng2014-10-211-2/+2
* Standardize usage of virtual/override/final in ipc/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-2/+2
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-5/+5
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-5/+5
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-5/+5
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-241-1/+0
* 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-20/+18
* More IPC test header cleanup.viettrungluu@chromium.org2013-01-151-1/+0
* Move IPC tests into anonymous namespaces.viettrungluu@chromium.org2013-01-111-3/+5
* Make ipc_tests file structure a little saner and add an ipc_perftests target.viettrungluu@chromium.org2013-01-111-2/+2
* 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-2/+2
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-1/+2
* Revert revert 132842xians@chromium.org2012-04-191-7/+71
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-72/+7
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-7/+72
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-11/+50
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-64/+19
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-2/+2
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-9/+6
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+4
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-1/+2
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-1/+2
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-2/+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: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-0/+1
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-1/+0
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-0/+1
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-3/+3
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-3/+3
* Up the warnings in ipcthomasvl@google.com2010-07-021-3/+3
* Removed the unnecessary NULL checks from sync_socket_unittest.cc.sehr@google.com2009-12-081-3/+0
* Add an implementation of base::SyncSocket::Peek for posix platforms. Alsosehr@google.com2009-12-061-2/+5
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-041-0/+5
* Implement SyncSocket class for Posix targets (Linux, Mac), and enable thesehr@google.com2009-11-261-7/+42
* This adds the first version of SyncSocket to base, along with a trivial unitt...sehr@google.com2009-11-241-0/+211