summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* xthakis@chromium.org2010-06-161-1/+2
* ipcthakis@chromium.org2010-06-161-16/+32
* POSIX: make sure that we never pass directory descriptors into the sandbox.agl@chromium.org2010-06-101-0/+9
* chunk of straightforward ifdef/include changes for BSD portpvalchev@google.com2010-05-191-10/+10
* SELinux: add basic policy.agl@chromium.org2010-04-191-0/+5
* The plugin channel host in the renderer process should not initialize IPCmark@chromium.org2010-03-161-1/+7
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-261-13/+0
* Better handle oversized IPC messagesjeremy@chromium.org2010-01-261-0/+13
* Recognize EMSGSIZE as non-fatal on OS X.jeremy@chromium.org2009-12-081-8/+21
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-1/+3
* Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track ...jeremy@chromium.org2009-12-031-1/+10
* Don't reuse the initial IPC channel.mark@chromium.org2009-11-301-0/+10
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-1/+0
* linux: cut down on EPIPE error spewevan@chromium.org2009-10-231-1/+5