summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Separate out the platform-independent parts of Channel reading.brettw@chromium.org2012-03-011-69/+83
* This changes around our handling of file descriptors to reduce code duplicati...brettw@chromium.org2012-02-291-263/+222
* Fix warning so Android ipc_tests builds again. (-Werror turned on in http://c...jrg@chromium.org2012-01-251-2/+2
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-0/+2
* OpenBSD patch for ipc, split from CR #8275005mark@chromium.org2011-10-181-1/+5
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-18/+32
* Convert some constants declared as anonymous enums into static consts so they...pkasting@chromium.org2011-09-011-6/+5
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-311-2/+30
* There are times on the Mac when pipe names of 0 length may occur. Let the cal...dmaclach@chromium.org2011-08-251-3/+1
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-42/+2
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-2/+42
* Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.kkania@chromium.org2011-08-091-0/+11
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-0/+2
* Use vector_as_array() in ipc/ipc_channel_posix.cctzik@chromium.org2011-06-221-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-0/+2
* 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