summaryrefslogtreecommitdiffstats
path: root/base/process
Commit message (Expand)AuthorAgeFilesLines
* [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.rsesek@chromium.org2014-04-093-0/+37
* Use TimeTicks instead of gettimeofday in ProcessMetrics.thakis@chromium.org2014-04-066-51/+18
* Use cross-platform base::UncheckedMalloc for skiab.kelemen@samsung.com2014-04-041-6/+0
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...scottmg@chromium.org2014-04-031-16/+2
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-031-2/+16
* Revert of Fix --enable-logging after VS2013 switch (https://codereview.chromi...tkent@chromium.org2014-04-011-9/+2
* Fix --enable-logging after VS2013 switchscottmg@chromium.org2014-04-011-2/+9
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-0/+1
* Update code related to OOM errors in sanitizer builds.earthdok@chromium.org2014-03-293-11/+9
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-1/+2
* Make possible to check memory allocations inside chromiumb.kelemen@samsung.com2014-03-216-25/+171
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-173-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-153-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-143-14/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-143-15/+14
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-8/+8
* Add support for FreeBSD in base/ , base/process/ , and base/threading so that...r.c.ladan@gmail.com2014-03-114-1/+12
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-091-17/+15
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-7/+3
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-061-2/+4
* only do linux pvalloc OutOfMemoryDeathTest on non-tcmalloc glibc buildsmostynb@opera.com2014-03-043-0/+15
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-2/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-162-7/+7
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-112-0/+46
* Comment typo: TASK_POWER_INFO only supported on OSX >= 10.8.4jeremy@chromium.org2014-02-051-1/+1
* Cleanup: Remove a reference to a heapchecker define that no longer exists.thestig@chromium.org2014-01-181-1/+1
* Add an 'Idle Wake Ups' metric to the task manager, implement backend on macthakis@chromium.org2014-01-147-23/+106
* Parse /proc/<pid>/stats fields as int64sheu@chromium.org2014-01-096-24/+22
* posix LaunchProcess: remove more iterator usage that was missed in r243401mattm@chromium.org2014-01-092-15/+13
* posix LaunchProcess: Don't use STL iterators after fork.mattm@chromium.org2014-01-071-16/+19
* [osx] Fix UncheckedMalloc() again.shess@chromium.org2013-12-261-1/+1
* [osx] Adapt UncheckedMalloc() support for 10.9.shess@chromium.org2013-12-211-4/+17
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-181-5/+3
* Make LaunchProcess able to inherit only specified handles on Vista+.viettrungluu@chromium.org2013-12-124-13/+109
* Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots.sadrul@chromium.org2013-12-101-3/+5
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-091-5/+3
* Change Windows LaunchProcess to use the StartupInformation wrapper.viettrungluu@chromium.org2013-12-061-11/+13
* Make GN use the python on the path.brettw@chromium.org2013-12-052-1/+14
* Revert 238913 "Make gtest always use simple internal regex engine."hashimoto@chromium.org2013-12-051-3/+5
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-051-5/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-032-10/+10
* Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...maruel@chromium.org2013-12-023-125/+130
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-282-10/+19
* Move Posix file utils to the base namespace.brettw@chromium.org2013-11-271-1/+1
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-272-19/+10
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-272-10/+19
* Support use_glib==0 on Linux in basespang@chromium.org2013-11-202-8/+6
* Include <unistd.h> in base/process/internal_linux.h.earthdok@chromium.org2013-11-131-0/+2