summaryrefslogtreecommitdiffstats
path: root/base/time_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ProcessWatcher use kqueues on Mac.jeremy@chromium.org2009-12-151-0/+16
* Port some of the base module to FreeBSD. Extracted fromwtc@chromium.org2009-08-311-3/+4
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-42/+34
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-0/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-21/+21
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-5/+5
* Handle time overflow more gracefully in base/time_posix.cc. Instead ofmark@chromium.org2008-11-041-5/+38
* Revert r4473 to fix build breakage (local time zone tests failed)amanda@chromium.org2008-11-031-1/+29
* Update Mac implemention of Time to prevent problems withamanda@chromium.org2008-11-031-30/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+4
* Change to Hi Res timers on Windows.mbelshe@google.com2008-09-261-1/+1
* Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re...deanm@chromium.org2008-09-111-1/+1
* Get rid of an unneded static variable in the Mac TimeTicks::Nowmmentovai@google.com2008-09-091-6/+10
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make POSIX time routines work on Linux by providing a POSIX-conformant versio...mmentovai@google.com2008-08-111-0/+162