| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-13 | 1 | -170/+13 |
* | Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." | falken@chromium.org | 2013-03-13 | 1 | -13/+170 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-12 | 1 | -170/+13 |
* | Revert 187233 | dmikurube@chromium.org | 2013-03-11 | 1 | -19/+170 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-11 | 1 | -170/+19 |
* | Revert 186912 | jeremya@chromium.org | 2013-03-08 | 1 | -19/+170 |
* | Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. | jeremya@chromium.org | 2013-03-08 | 1 | -170/+19 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Rename FilePath -> base::FilePath in various toplevel directories | brettw@chromium.org | 2013-02-10 | 1 | -3/+3 |
* | Remove IPC::Channel::set_listener(). | viettrungluu@chromium.org | 2013-01-16 | 1 | -4/+0 |
* | Add missing includes to ipc_listener.h | tfarina@chromium.org | 2012-11-15 | 1 | -2/+3 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Move global_descriptors to base/posix. | brettw@chromium.org | 2012-11-09 | 1 | -1/+1 |
* | Trace PostTasks from post to run. | jbates@chromium.org | 2012-09-18 | 1 | -1/+1 |
* | Add async trace events to trace progress of IPC messages | jbates@chromium.org | 2012-09-04 | 1 | -0/+1 |
* | Fixing gcc 4.7 building problems. | shenhan@google.com | 2012-06-05 | 1 | -1/+2 |
* | PPAPI/NaCl: Fix leaky NaClIPCAdapter test. | dmichael@chromium.org | 2012-05-16 | 1 | -1/+2 |
* | Prevent reading invalid memory in IPC code caused by assumption of contiguity... | fischman@chromium.org | 2012-04-09 | 1 | -3/+6 |
* | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -0/+6 |
* | Verify the child process with a secret hello | jschuh@chromium.org | 2012-03-17 | 1 | -0/+14 |
* | Factor out the shared parts of IPC channel reading. | brettw@chromium.org | 2012-03-08 | 1 | -80/+15 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Separate out the platform-independent parts of Channel reading. | brettw@chromium.org | 2012-03-01 | 1 | -69/+83 |
* | This changes around our handling of file descriptors to reduce code duplicati... | brettw@chromium.org | 2012-02-29 | 1 | -263/+222 |
* | Fix warning so Android ipc_tests builds again. (-Werror turned on in http://c... | jrg@chromium.org | 2012-01-25 | 1 | -2/+2 |
* | Coverity: Fix leaks. | jhawkins@chromium.org | 2011-12-21 | 1 | -0/+2 |
* | OpenBSD patch for ipc, split from CR #8275005 | mark@chromium.org | 2011-10-18 | 1 | -1/+5 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -18/+32 |
* | Convert some constants declared as anonymous enums into static consts so they... | pkasting@chromium.org | 2011-09-01 | 1 | -6/+5 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-31 | 1 | -2/+30 |
* | There are times on the Mac when pipe names of 0 length may occur. Let the cal... | dmaclach@chromium.org | 2011-08-25 | 1 | -3/+1 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -42/+2 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -2/+42 |
* | Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. | kkania@chromium.org | 2011-08-09 | 1 | -0/+11 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 1 | -0/+2 |
* | Use vector_as_array() in ipc/ipc_channel_posix.cc | tzik@chromium.org | 2011-06-22 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -0/+2 |
* | Remove unused member from POSIX implementation of ChannelImpl. | cbentzel@chromium.org | 2011-04-21 | 1 | -2/+1 |
* | Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). | david.mike.futcher@gmail.com | 2011-04-18 | 1 | -5/+5 |
* | Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER... | wez@chromium.org | 2011-04-06 | 1 | -13/+46 |
* | Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ... | wez@chromium.org | 2011-04-06 | 1 | -46/+13 |
* | Limit access to named IPC channels with SO_PEERCRED, not file permissions. | wez@chromium.org | 2011-04-06 | 1 | -13/+46 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Add some bullet proofing to ipc_channel_posix. | dmaclach@chromium.org | 2011-03-02 | 1 | -18/+21 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | ipc: don't send server hello message if we closed the channel. | agl@chromium.org | 2011-02-28 | 1 | -0/+3 |
* | Expand comment for named IPC chmod(). It was previously unclear that it is ju... | dtu@chromium.org | 2011-02-25 | 1 | -2/+7 |
* | Get service process running standalone on the mac by hooking it into launchd. | dmaclach@chromium.org | 2011-02-24 | 1 | -1/+1 |