| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -15/+10 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -10/+15 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -15/+10 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -4/+4 |
* | ipc: use strings, not wstrings for channel ids. | evan@chromium.org | 2009-06-04 | 1 | -6/+6 |
* | When writing to a closed pipe on OSX errno is set to EPERM. | jeremy@chromium.org | 2009-05-27 | 1 | -0/+7 |
* | On OSX when a pipe is closed and we try to read from it errno is set to EPERM... | jeremy@chromium.org | 2009-05-22 | 1 | -0/+7 |
* | posix: add some comments and clean up some IPC channel code. | evan@chromium.org | 2009-05-01 | 1 | -29/+28 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 1 | -58/+51 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -2/+2 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -0/+803 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -803/+0 |
* | Better IPC logging on POSIX: | phajdan.jr@chromium.org | 2009-03-20 | 1 | -4/+4 |
* | Linux: remove the use of UNIX_PATH_MAX for systems which don't have it. | agl@chromium.org | 2009-03-17 | 1 | -19/+9 |
* | Use a dedicated command line flag for FIFO IPC channels on POSIX. | phajdan.jr@chromium.org | 2009-02-27 | 1 | -1/+1 |
* | POSIX: Rename DescriptorSet to FileDescriptorSet | agl@chromium.org | 2009-02-12 | 1 | -9/+10 |
* | POSIX: Clean up DescriptorSet | agl@chromium.org | 2009-02-12 | 1 | -2/+14 |
* | OSX: Workaround CMSG_FIRSTHDR bug | agl@chromium.org | 2009-02-12 | 1 | -17/+41 |
* | POSIX: Transfer network data using shared memory | agl@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | POSIX: fix file descriptor passing | agl@chromium.org | 2009-02-10 | 1 | -1/+2 |
* | Mac + Linux build fix: | agl@chromium.org | 2009-02-07 | 1 | -1/+1 |
* | FileDescriptor: passing fds over IPC | agl@chromium.org | 2009-02-07 | 1 | -4/+117 |
* | Fix issue 7146, sending large messages over IPC on POSIX was broken. | jeremy@chromium.org | 2009-01-29 | 1 | -3/+9 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -1/+2 |
* | POSIX: IPC channel changes needed to get IPC Sync Channel unittests running. | agl@chromium.org | 2009-01-20 | 1 | -13/+99 |
* | Implement command line switch to allow using a FIFO or a socketpair() for IPC... | jeremy@chromium.org | 2008-12-19 | 1 | -13/+76 |
* | * Fix for one end of FIFO not being set as non-blocking. This fixes the IPC ... | jeremy@chromium.org | 2008-12-16 | 1 | -0/+4 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-15 | 1 | -72/+51 |
* | Reverting 6911. | ojan@google.com | 2008-12-12 | 1 | -44/+65 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-12 | 1 | -65/+44 |
* | Build ipc_tests on linux. | tc@google.com | 2008-12-11 | 1 | -1/+7 |
* | Refactor IPC::Channel to have a common header. | jeremy@chromium.org | 2008-12-10 | 1 | -29/+42 |
* | First cut at POSIX Implementation of IPC Channel using FIFOs. | jeremy@chromium.org | 2008-12-08 | 1 | -11/+483 |
* | Try to reland the ipc code to see if the tests | nsylvain@chromium.org | 2008-12-02 | 1 | -0/+32 |
* | We have a bunch of new ui_tests failures. I want | nsylvain@chromium.org | 2008-12-02 | 1 | -32/+0 |
* | * Add ipc_tests unittest target to xcode project. | jeremy@chromium.org | 2008-12-01 | 1 | -0/+32 |