| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Wigtspace change to trigger a build. | thestig@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 1 | -34/+25 |
* | Get service processes working on Mac and Linux. | dmaclach@chromium.org | 2011-02-02 | 1 | -1/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -5/+5 |
* | Adjust unix domain IPC permissions. | dtu@chromium.org | 2011-01-20 | 1 | -2/+10 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -298/+351 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -347/+294 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -294/+347 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -347/+294 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -294/+347 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -338/+294 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -294/+338 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -331/+288 |
* | Revert 69341 - Fix up problem with uninitialized member variable. | dmaclach@chromium.org | 2010-12-16 | 1 | -1/+0 |
* | Fix up problem with uninitialized member variable. | dmaclach@chromium.org | 2010-12-15 | 1 | -0/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -288/+331 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Revert "Add named testing interface." | phajdan.jr@chromium.org | 2010-12-11 | 1 | -8/+2 |
* | Add some more detail to PLOGs when debugging problems | dmaclach@chromium.org | 2010-12-09 | 1 | -26/+36 |
* | Define IPC_USES_READWRITE | dmaclach@chromium.org | 2010-12-08 | 1 | -17/+11 |
* | Fix up sun_path_len so that it is consistent across all our platforms. | dmaclach@chromium.org | 2010-12-08 | 1 | -1/+5 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -11/+17 |
* | Wrap GlobalDescriptors singleton in accessor method. | evan@chromium.org | 2010-12-07 | 1 | -1/+1 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -6/+12 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-24 | 1 | -5/+11 |
* | Revert 66840 - Add named testing interface. This allows you to connect to a p... | kkania@chromium.org | 2010-11-20 | 1 | -11/+5 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-19 | 1 | -5/+11 |
* | Revert 66350 - Add named testing interface. This allows you to connect to a p... | nirnimesh@chromium.org | 2010-11-17 | 1 | -11/+5 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-17 | 1 | -5/+11 |