| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -10/+14 |
* | ipc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 1 | -2/+2 |
* | Remove IPC::Channel::set_listener(). | viettrungluu@chromium.org | 2013-01-16 | 1 | -4/+0 |
* | Windows: Do not handle async read completions on IPC channel while the channe... | apatrick@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | Remove IPC::MessageIterator. | viettrungluu@chromium.org | 2012-12-17 | 1 | -5/+13 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 1 | -1/+2 |
* | ipc: Remove ipc_listener.h from ipc_channel.h and update the files. | tfarina@chromium.org | 2012-11-17 | 1 | -0/+1 |
* | Trace PostTasks from post to run. | jbates@chromium.org | 2012-09-18 | 1 | -1/+1 |
* | Add async trace events to trace progress of IPC messages | jbates@chromium.org | 2012-09-04 | 1 | -0/+1 |
* | Use base::ThreadChecker as a member var, rather than base::NonThreadSafe | rsleevi@chromium.org | 2012-06-25 | 1 | -2/+2 |
* | PPAPI/NaCl: Fix leaky NaClIPCAdapter test. | dmichael@chromium.org | 2012-05-16 | 1 | -1/+2 |
* | Fix ipc_channel_win logging for failed pipe creation. | bryner@chromium.org | 2012-05-06 | 1 | -1/+1 |
* | Make IPC channels track their peer process ID | jschuh@chromium.org | 2012-04-05 | 1 | -0/+6 |
* | Require IPC hello for a verified channel | jschuh@chromium.org | 2012-04-03 | 1 | -1/+5 |
* | Verify the child process with a secret hello | jschuh@chromium.org | 2012-03-17 | 1 | -9/+60 |
* | Factor out the shared parts of IPC channel reading. | brettw@chromium.org | 2012-03-08 | 1 | -77/+7 |
* | Refactoring on Windows IPC channel. | brettw@chromium.org | 2012-03-03 | 1 | -84/+134 |
* | Initialize IPC:ChannelHandle from existing HANDLE | amit@chromium.org | 2012-01-24 | 1 | -5/+36 |
* | base:Bind: Convert ipc/. | jhawkins@chromium.org | 2011-11-12 | 1 | -3/+6 |
* | Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. | kkania@chromium.org | 2011-08-09 | 1 | -1/+17 |
* | Remove non-default DACL on the Pipe creation | cpu@chromium.org | 2011-05-06 | 1 | -96/+10 |
* | Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u... | kushi.p@gmail.com | 2011-04-28 | 1 | -1/+1 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 1 | -19/+5 |
* | Get service processes working on Mac and Linux. | dmaclach@chromium.org | 2011-02-02 | 1 | -1/+1 |
* | Change size() function to return a size_t so that result size is not inadvert... | mrossetti@chromium.org | 2011-01-28 | 1 | -1/+2 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -2/+3 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+2 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -2/+3 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -1/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+16 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -16/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+16 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -16/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 1 | -0/+16 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -16/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 1 | -0/+16 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 1 | -16/+0 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 1 | -0/+16 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -8/+8 |
* | Covert LOG(INFO) to VLOG(1) - ipc/. | pkasting@chromium.org | 2010-10-19 | 1 | -17/+9 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 1 | -2/+68 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+0 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |