1. f480a61 More work on translating GYP build information to Bazel. by Brian Silverman · 10 years ago
  2. 100534c Finish auto-converting most of the gyp files. by Brian Silverman · 10 years ago
  3. 88a1566 Rename a status enum member for Mutex::TryLock. by Daniel Petti · 11 years ago
  4. 1dfe48b add IPCRecursiveMutexLocker + tests by Brian Silverman · 11 years ago
  5. 8f373b1 switch everything to the now-standardized thread_local by Brian Silverman · 11 years ago
  6. d6ee9a1 fix events under tsan by Brian Silverman · 11 years ago
  7. d995ca6 Merge changes Ia9d820d3,Iccf7ac7e by Austin Schuh · 11 years ago
  8. f5f3490 add an implementation of python-style events by Brian Silverman · 11 years ago
  9. 119b3b1 get rid of intermittent tsan false failures by Brian Silverman · 11 years ago
  10. 293d37c Removed a line from startup printfs by Austin Schuh · 11 years ago
  11. d057569 add support for replaying log messages by Brian Silverman · 11 years ago
  12. 8a6dac9 actually support running non-realtime on not-robots by Brian Silverman · 11 years ago
  13. 5d3ab7f various formatting/comment fixups by Brian Silverman · 11 years ago
  14. bb34553 print out the name of the queue which ran out of messages by Brian Silverman · 11 years ago
  15. dc1eb27 redo the aos_sync API and add PI support by Brian Silverman · 11 years ago
  16. 0fc4f4f fix tsan occasionally complaining about condition variables by Brian Silverman · 11 years ago
  17. 0480bc8 Shrunk shmem and logging queue size. by Austin Schuh · 11 years ago
  18. f4b194e Fixed build error introduced by test upgrade without code upgrade. by Austin Schuh · 11 years ago
  19. fe457de removed lots of asserts by Brian Silverman · 11 years ago
  20. 7faaec7 made RawQueue options type-safe by Brian Silverman · 11 years ago
  21. 9c9f198 fixed a queue bug by Brian Silverman · 11 years ago
  22. 6da0427 made sure everything's thread safe by Brian Silverman · 11 years ago
  23. 653491d added more multithreaded tests that are useful with tsan by Brian Silverman · 11 years ago
  24. af78486 fixed lots of not-thread-safe things by Brian Silverman · 11 years ago
  25. 01be000 got rid of all uses of strerror by Brian Silverman · 11 years ago
  26. 1094ee0 fixed various workarounds for build(ish) issues better by Brian Silverman · 11 years ago
  27. aac705c sanified deciding whether to compile with debugging or not by Brian Silverman · 11 years ago
  28. c9389e6 more updates to compile with newer clang + libstdc++ etc by Brian Silverman · 11 years ago
  29. 4b09fce explicitly ignore a place where clang warns but gcc doesn't by Brian Silverman · 11 years ago
  30. e8337b7 make all accesses to ref_count explicitly atomic by Brian Silverman · 11 years ago
  31. f798614 cleaned up lots of not-so-niceties and a few bugs by Brian Silverman · 11 years ago
  32. 01421c8 fixed some dependency confusion by Brian Silverman · 12 years ago
  33. b326732 added verification that raw_queue_test exercises the asserts by Brian Silverman · 12 years ago
  34. 3510980 cut down the number of readable_.Broadcast()s by Brian Silverman · 12 years ago
  35. d09e03b added direct syscalls for ARM by Brian Silverman · 12 years ago
  36. 4861015 cleaned up ugly code by Brian · 12 years ago
  37. bad7c8a I thought I already disabled the debugging... by Brian Silverman · 12 years ago
  38. 35a14fd added more RawQueue tests by Brian Silverman · 12 years ago
  39. 9eaf91a enabled queue asserts when they should be by Brian Silverman · 12 years ago
  40. 4d0789d optimized queue unwrapping on arm by Brian Silverman · 12 years ago
  41. 42d5237 reordered functions and made writable_start a member variable by Brian Silverman · 12 years ago
  42. 227ad48 commented and reorganized some queue code by Brian Silverman · 12 years ago
  43. c2e0422 switched from the pool system to a (lockless) free list by Brian Silverman · 12 years ago
  44. 60eff20 switched queue to pre-allocating all messages by Brian Silverman · 12 years ago
  45. 1f3ba71 tweaked how queue message indices are kept track of by Brian Silverman · 12 years ago
  46. 430e7fa improved the readability of the queue code a bit by Brian Silverman · 12 years ago
  47. ad290d8 added more queue tests and switched to atomic ops for message ref counts by Brian Silverman · 12 years ago
  48. eb51cbb worked more on testing/commenting/etc by Brian Silverman · 12 years ago
  49. cd2d84c added more tests and debugging statements by Brian Silverman · 12 years ago
  50. ac3aedc fixed more bugginess with ReadMessageIndex and added tests for it by Brian Silverman · 12 years ago
  51. 67e34f5 more messing with FetchNextBlocking by Brian Silverman · 12 years ago
  52. 287d98e Brian switched queues over to only use indices and fixed a bug or two. by Austin Schuh · 12 years ago
  53. e8b29b6 moved a file that ended up in the wrong place during a merge by Brian Silverman · 12 years ago
  54. 358c49f fixed a queue message leak by Brian Silverman · 12 years ago
  55. bf2f946 added an environment variable to set a different shm path by Brian Silverman · 12 years ago
  56. c39e2bd fixed some queue bugs when ReadMessageIndex fell behind by Brian Silverman · 12 years ago
  57. b263d30 fixed a few corner case bugs by Brian Silverman · 12 years ago
  58. ac5cd38 somehow managed to not try building this until now, and it didn't... by Brian Silverman · 12 years ago
  59. 4aeac5f wrote the stuff for putting MessageTypes in shm (untested) by Brian Silverman · 12 years ago
  60. 5f8c492 merging in the rewritten queue code and cleaned up linux IPC stuff by Brian Silverman · 12 years ago
  61. b089388 split out the implementation of the log functions by Brian Silverman · 12 years ago
  62. 41abe01 added building for amd64 in addition to for the BBB by Brian Silverman · 12 years ago
  63. 14fd0fb switched from fitpc/atom to prime/linux by Brian Silverman · 12 years ago