1. 7f0e32b Check for misaligned read and write pointers by Devin Moore · 3 years, 2 months ago
  2. a78c0d2 libfmq: Improve error logging by Hridya Valsaraju · 4 years ago
  3. 8819e81 Only kSynchronizedReadWrite fmqs should be able to use blocking methods. by Jayant Chowdhary · 7 years ago
  4. dc5bd67 Remove libbase/liblog export headers from libfmq by Yifan Hong · 7 years ago
  5. 1d6e40f Fix potential overflow in MessageQueue by Kevin Rocard · 7 years ago
  6. f542b5a Add optional retry parameter to EventFlag wait() by Hridya Valsaraju · 7 years ago
  7. 77c8aba Handle spurious futex wakes in EventFlag by Hridya Valsaraju · 7 years ago
  8. 6ba72a5 cleanup usage of getNativeHandle() and getGrantors() by Hridya Valsaraju · 7 years ago
  9. 2abefb6 Correct timeOut handling in readBlocking/writeBlocking. by Hridya Valsaraju · 7 years ago
  10. 8f0e8e5 Add capability to do zero-copy read/writes to FMQ by Hridya Valsaraju · 7 years ago
  11. 4486ad0 Add another variant of blockingRead/blockingWrite method by Hridya Valsaraju · 7 years ago
  12. 2fb3a0c Align all offsets to word boundary. by Hridya Valsaraju · 7 years ago
  13. 7fd43e3 Create typedef for MQDescriptor in MessageQueue class by Hridya Valsaraju · 7 years ago
  14. f0ffb83 Add readBlocking() and writeBlocking() methods to MessageQueue by Hridya Valsaraju · 7 years ago
  15. 7eff342 Use templatized MQDescriptor by Hridya Valsaraju · 7 years ago
  16. 04cdd2c Fix memory ordering issues in MessageQueue by Hridya Valsaraju · 7 years ago
  17. 10f59dc Modify Wait() method to take timeout duration in ns. by Hridya Valsaraju · 7 years ago
  18. 92b79dc Add EventFlag support in default MessageQueue constructor. by Hridya Valsaraju · 7 years ago
  19. 8b0d5a5 Move all FMQ code to system/libfmq. by Hridya Valsaraju · 7 years ago