1. 7faaec7 made RawQueue options type-safe by Brian Silverman · 11 years ago
  2. 9c9f198 fixed a queue bug by Brian Silverman · 11 years ago
  3. 653491d added more multithreaded tests that are useful with tsan by Brian Silverman · 11 years ago
  4. 1094ee0 fixed various workarounds for build(ish) issues better by Brian Silverman · 11 years ago
  5. aac705c sanified deciding whether to compile with debugging or not by Brian Silverman · 11 years ago
  6. 4b09fce explicitly ignore a place where clang warns but gcc doesn't by Brian Silverman · 11 years ago
  7. e8337b7 make all accesses to ref_count explicitly atomic by Brian Silverman · 11 years ago
  8. b326732 added verification that raw_queue_test exercises the asserts by Brian Silverman · 11 years ago
  9. 3510980 cut down the number of readable_.Broadcast()s by Brian Silverman · 11 years ago
  10. bad7c8a I thought I already disabled the debugging... by Brian Silverman · 11 years ago
  11. 35a14fd added more RawQueue tests by Brian Silverman · 11 years ago
  12. 9eaf91a enabled queue asserts when they should be by Brian Silverman · 11 years ago
  13. 4d0789d optimized queue unwrapping on arm by Brian Silverman · 11 years ago
  14. 42d5237 reordered functions and made writable_start a member variable by Brian Silverman · 11 years ago
  15. 227ad48 commented and reorganized some queue code by Brian Silverman · 11 years ago
  16. c2e0422 switched from the pool system to a (lockless) free list by Brian Silverman · 11 years ago
  17. 60eff20 switched queue to pre-allocating all messages by Brian Silverman · 11 years ago
  18. 1f3ba71 tweaked how queue message indices are kept track of by Brian Silverman · 11 years ago
  19. 430e7fa improved the readability of the queue code a bit by Brian Silverman · 11 years ago
  20. ad290d8 added more queue tests and switched to atomic ops for message ref counts by Brian Silverman · 11 years ago
  21. eb51cbb worked more on testing/commenting/etc by Brian Silverman · 11 years ago
  22. cd2d84c added more tests and debugging statements by Brian Silverman · 11 years ago
  23. 67e34f5 more messing with FetchNextBlocking by Brian Silverman · 11 years ago
  24. 287d98e Brian switched queues over to only use indices and fixed a bug or two. by Austin Schuh · 11 years ago
  25. 358c49f fixed a queue message leak by Brian Silverman · 11 years ago
  26. c39e2bd fixed some queue bugs when ReadMessageIndex fell behind by Brian Silverman · 11 years ago
  27. 4aeac5f wrote the stuff for putting MessageTypes in shm (untested) by Brian Silverman · 11 years ago
  28. 5f8c492 merging in the rewritten queue code and cleaned up linux IPC stuff by Brian Silverman · 11 years ago
  29. 14fd0fb switched from fitpc/atom to prime/linux by Brian Silverman · 11 years ago[Renamed (99%) from aos/atom_code/ipc_lib/queue.cc]
  30. 7f365e3 cleaned up various things from the code review by Brian Silverman · 11 years ago
  31. 63cf241 started getting stuff to compile for ARM by Brian Silverman · 12 years ago
  32. 797e71e fixed some bugs by Brian Silverman · 12 years ago
  33. 08661c7 got all of the code to actually compile again by Brian Silverman · 12 years ago
  34. a6d1b56 copying over queue-api-redo branch from my 2012 repo by Brian Silverman · 12 years ago