1. 98f3a08 Protect against malformed grantors by Devin Moore · 1 year, 8 months ago
  2. 1c98f29 Remove unused EventFlag constructor am: 6a548ad593 am: e112f11304 by Devin Moore · 2 years, 10 months ago
  3. 6d587ab Remove unused createEventFlag function am: 1390abc07c am: 651a52f908 by Devin Moore · 2 years, 10 months ago
  4. 6a548ad Remove unused EventFlag constructor by Devin Moore · 2 years, 10 months ago
  5. 1390abc Remove unused createEventFlag function by Devin Moore · 2 years, 10 months ago
  6. 5d5f156 Change __assert calls to check by Devin Moore · 2 years, 10 months ago
  7. 19bde11 Change __assert calls to check by Devin Moore · 2 years, 10 months ago
  8. 2741a81 Add SafetyNet logging for b/184963385 fix by Devin Moore · 3 years, 1 month ago
  9. a8b6261 Check for misaligned read and write pointers by Devin Moore · 3 years, 2 months ago
  10. ef38ed6 make libfmq host_supported by Devin Moore · 3 years, 2 months ago
  11. 3c10357 Stop leaking FD in AidlMessageQueue on error by Devin Moore · 3 years, 2 months ago
  12. 9017c2e Remove logspam for MQs w/o event flag word by Mikhail Naganov · 3 years, 2 months ago
  13. d7e702b libfmq: add AIDL support for multiple handles by Devin Moore · 3 years, 4 months ago
  14. 1af2546 libfmq: Add support for user file descriptor by Gareth Fenn · 3 years, 6 months ago
  15. 598bcc7 Add function for converting from HIDL to AIDL MQDescriptor by Devin Moore · 3 years, 7 months ago
  16. ec271a7 Moved AIDL types to new android.hardware.common.fmq package by Devin Moore · 3 years, 8 months ago
  17. c1b837c Specify parcelables from the NDK backend for AidlMessageQueue by Devin Moore · 3 years, 8 months ago
  18. 37651d8 Merge "Check payload type for @FixedSize or is_fundamental" by Devin Moore · 3 years, 8 months ago
  19. b00fb7d Add log in MessageQueueBase for mismatch in payload size from MQDescriptor by Devin Moore · 3 years, 10 months ago
  20. b9280aa Check payload type for @FixedSize or is_fundamental by Devin Moore · 3 years, 8 months ago
  21. 1b2d0a6 Reland "Add template arguments to MQDescriptor for AIDL" by Devin Moore · 3 years, 8 months ago
  22. 1ed80be Revert "Add template arguments to MQDescriptor for AIDL" by Diego Wilson · 3 years, 8 months ago
  23. 0276524 Add template arguments to MQDescriptor for AIDL by Devin Moore · 3 years, 9 months ago
  24. 96849b3 Replace calls to check with calls to __assert by Devin Moore · 3 years, 9 months ago
  25. cfb5985 Move a some hardware.details declarations to MQDescriptorBase.h by Devin Moore · 3 years, 9 months ago
  26. 7c04cfe Removed 'flags' and 'fdIndex' fields from GrantorDescriptor by Devin Moore · 3 years, 9 months ago
  27. 133cb5e Adding AidlMessageQueue by Devin Moore · 3 years, 11 months ago
  28. 9a27da5 Split MessageQueueBase out of MessageQueue to allow for an AIDL version by Devin Moore · 3 years, 11 months ago
  29. 77d279e Rename MessageQueue.h to retain history for next commit by Devin Moore · 3 years, 11 months ago
  30. df73d42 libfmq: Improve error logging by Hridya Valsaraju · 4 years ago
  31. 8819e81 Only kSynchronizedReadWrite fmqs should be able to use blocking methods. by Jayant Chowdhary · 7 years ago
  32. dc5bd67 Remove libbase/liblog export headers from libfmq by Yifan Hong · 7 years ago
  33. 1d6e40f Fix potential overflow in MessageQueue by Kevin Rocard · 7 years ago
  34. f542b5a Add optional retry parameter to EventFlag wait() by Hridya Valsaraju · 7 years ago
  35. 77c8aba Handle spurious futex wakes in EventFlag by Hridya Valsaraju · 7 years ago
  36. 6ba72a5 cleanup usage of getNativeHandle() and getGrantors() by Hridya Valsaraju · 7 years ago
  37. 2abefb6 Correct timeOut handling in readBlocking/writeBlocking. by Hridya Valsaraju · 7 years ago
  38. 8f0e8e5 Add capability to do zero-copy read/writes to FMQ by Hridya Valsaraju · 7 years ago
  39. 4486ad0 Add another variant of blockingRead/blockingWrite method by Hridya Valsaraju · 7 years ago
  40. 2fb3a0c Align all offsets to word boundary. by Hridya Valsaraju · 7 years ago
  41. 7fd43e3 Create typedef for MQDescriptor in MessageQueue class by Hridya Valsaraju · 7 years ago
  42. f0ffb83 Add readBlocking() and writeBlocking() methods to MessageQueue by Hridya Valsaraju · 7 years ago
  43. 7eff342 Use templatized MQDescriptor by Hridya Valsaraju · 7 years ago
  44. 04cdd2c Fix memory ordering issues in MessageQueue by Hridya Valsaraju · 7 years ago
  45. 10f59dc Modify Wait() method to take timeout duration in ns. by Hridya Valsaraju · 7 years ago
  46. 92b79dc Add EventFlag support in default MessageQueue constructor. by Hridya Valsaraju · 7 years ago
  47. 8b0d5a5 Move all FMQ code to system/libfmq. by Hridya Valsaraju · 7 years ago