summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member from POSIX implementation of ChannelImpl.cbentzel@chromium.org2011-04-211-2/+1
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-5/+5
* Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEER...wez@chromium.org2011-04-061-13/+46
* Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file ...wez@chromium.org2011-04-061-46/+13
* Limit access to named IPC channels with SO_PEERCRED, not file permissions.wez@chromium.org2011-04-061-13/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Add some bullet proofing to ipc_channel_posix.dmaclach@chromium.org2011-03-021-18/+21
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* ipc: don't send server hello message if we closed the channel.agl@chromium.org2011-02-281-0/+3
* Expand comment for named IPC chmod(). It was previously unclear that it is ju...dtu@chromium.org2011-02-251-2/+7
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-1/+1
* Wigtspace change to trigger a build.thestig@chromium.org2011-02-111-1/+1
* Clean up channel modesdmaclach@chromium.org2011-02-031-34/+25
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-5/+5
* Adjust unix domain IPC permissions.dtu@chromium.org2011-01-201-2/+10
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-298/+351
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-347/+294
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-294/+347
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-347/+294
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-294/+347
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-338/+294
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-294/+338
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-331/+288
* Revert 69341 - Fix up problem with uninitialized member variable.dmaclach@chromium.org2010-12-161-1/+0
* Fix up problem with uninitialized member variable.dmaclach@chromium.org2010-12-151-0/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-288/+331
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Revert "Add named testing interface."phajdan.jr@chromium.org2010-12-111-8/+2
* Add some more detail to PLOGs when debugging problemsdmaclach@chromium.org2010-12-091-26/+36
* Define IPC_USES_READWRITEdmaclach@chromium.org2010-12-081-17/+11
* Fix up sun_path_len so that it is consistent across all our platforms.dmaclach@chromium.org2010-12-081-1/+5
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-11/+17
* Wrap GlobalDescriptors singleton in accessor method.evan@chromium.org2010-12-071-1/+1
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-6/+12
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-241-5/+11
* Revert 66840 - Add named testing interface. This allows you to connect to a p...kkania@chromium.org2010-11-201-11/+5
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-191-5/+11
* Revert 66350 - Add named testing interface. This allows you to connect to a p...nirnimesh@chromium.org2010-11-171-11/+5
* Add named testing interface. This allows you to connect to a pre-existing Chr...nirnimesh@chromium.org2010-11-171-5/+11
* Covert LOG(INFO) to VLOG(1) - ipc/.pkasting@chromium.org2010-10-191-14/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* Mac: clang buildthakis@chromium.org2010-09-221-2/+1
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+4
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-3/+3
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-3/+3
* Up the warnings in ipcthomasvl@google.com2010-07-021-3/+3
* Clang: Do not ignore result of HANDLE_EINTR.thakis@chromium.org2010-06-231-17/+34
* Revert 49988 - ipcthakis@chromium.org2010-06-161-32/+16
* Revert 49989 - xthakis@chromium.org2010-06-161-2/+1