summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-131-170/+13
* Revert 187554 "Implement IPC::ChannelFactory, a class that accep..."falken@chromium.org2013-03-131-13/+170
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-121-170/+13
* Revert 187233dmikurube@chromium.org2013-03-111-19/+170
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-111-170/+19
* Revert 186912jeremya@chromium.org2013-03-081-19/+170
* Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket.jeremya@chromium.org2013-03-081-170/+19
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-101-3/+3
* Remove IPC::Channel::set_listener().viettrungluu@chromium.org2013-01-161-4/+0
* Add missing includes to ipc_listener.htfarina@chromium.org2012-11-151-2/+3
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Move global_descriptors to base/posix.brettw@chromium.org2012-11-091-1/+1
* Trace PostTasks from post to run.jbates@chromium.org2012-09-181-1/+1
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-041-0/+1
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-051-1/+2
* PPAPI/NaCl: Fix leaky NaClIPCAdapter test.dmichael@chromium.org2012-05-161-1/+2
* Prevent reading invalid memory in IPC code caused by assumption of contiguity...fischman@chromium.org2012-04-091-3/+6
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-051-0/+6
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-0/+14
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-081-80/+15
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* 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