1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. f26fd3a TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  3. c685767 Revert. Failing unit tests. by evanm@google.com · 16 years ago
  4. 78257d4 TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago
  5. 4be2f9b Port in threading for Posix. Will require fixes to MessageLoop and Task to compile on the Mac, though. by avi@google.com · 16 years ago