1. b8c6e18 aidl_integration_test: for Binder Stability APIs by Steven Moreland · 3 years, 6 months ago
  2. 53734a2 Rust: Add stability support to binder services by Stephen Crane · 3 years, 7 months ago
  3. 7a935a8 Set parcel attached binder. by Steven Moreland · 3 years, 11 months ago
  4. 78c5d35 Fix Java ReverseParcelFileDescriptorArray tests. by Steven Moreland · 3 years, 6 months ago
  5. 7a1563f Update Rust AIDL codegen to match Rust Binder library changes. by Andrew Walbran · 3 years, 7 months ago
  6. ecfd288 lint: @nullable out/inout parameters by Jooyung Han · 3 years, 7 months ago
  7. 652ce48 Refactor ParcelFileDescriptorIsBuiltinType test by Jooyung Han · 3 years, 7 months ago
  8. 26f792e Add initial NDK client for aidl_integration_test by Jooyung Han · 3 years, 7 months ago
  9. 0872ba8 Fix .aidl warnings by Jooyung Han · 3 years, 7 months ago
  10. 6a945f3 IoDelegate::ListFiles: detect error by Steven Moreland · 3 years, 8 months ago
  11. afadec8 AIDL test Java: getService -> waitForService by Steven Moreland · 3 years, 8 months ago
  12. d43bdaa aidl_integration_test: result code correct by Steven Moreland · 3 years, 8 months ago
  13. a96384c aidl_parser_fuzzer w/ checkapi by Steven Moreland · 3 years, 8 months ago
  14. 1f35ef3 Map's value type can be array. by Jooyung Han · 3 years, 8 months ago
  15. 01cffa3 [LSC] Add LOCAL_LICENSE_KINDS to system/tools/aidl by Bob Badour · 3 years, 8 months ago
  16. edf3ac6 Use libbinder_rs Strong references for Binder objects by Stephen Crane · 3 years, 10 months ago
  17. 90a0bf7 extract toString to separate header lib by Jooyung Han · 3 years, 8 months ago
  18. f1a18c7 aidl_integration_test: java split binary by Steven Moreland · 3 years, 8 months ago
  19. c48161f aidl_integration_test: support Java server by Steven Moreland · 3 years, 8 months ago
  20. 88a6200 Run aidl-format on AIDL files by Jiyong Park · 3 years, 8 months ago
  21. 3349c01 Be more explicit about union's catch-all ctor by Jooyung Han · 3 years, 8 months ago
  22. 52e9802 Always specify version to use aidl_interface except it is unstable by Jeongik Cha · 3 years, 9 months ago
  23. 7c9bc10 Change unit test to reflect argument change. by Amos Bianchi · 3 years, 9 months ago
  24. b7a60ec Emit comments as javadoc in the Java backend by Jooyung Han · 3 years, 8 months ago
  25. 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 3 years, 9 months ago
  26. 0d14f5b aidl-format.sh script by Steven Moreland · 3 years, 9 months ago
  27. 8291193 Add unit tests for active services count callback. by Amos Bianchi · 3 years, 9 months ago
  28. bd9db44 refactor: comments/annotations for Java by Jooyung Han · 3 years, 9 months ago
  29. c2ee2d8 Use functional update syntax by Thiébaud Weksteen · 3 years, 9 months ago
  30. 71bd1c3 Rust: split interfaces into AIDL and defaults by Andrei Homescu · 3 years, 10 months ago
  31. 9cc3a2c getParcelableDescriptor is String16 by Steven Moreland · 3 years, 9 months ago
  32. 8a05d65 Finish removing old 'golden' output. by Steven Moreland · 3 years, 9 months ago
  33. 426b48e Skip clang-format on golden_output files by Devin Moore · 3 years, 9 months ago
  34. be83186 ParcelableHolder.(set|get)Parcelable returns status by Jeongik Cha · 3 years, 9 months ago
  35. a7ea8bf Meta transactions and user transactions in separate switch-case clauses by Jiyong Park · 3 years, 9 months ago
  36. 73cd9ce Test case for ParcealbleHolder comparison by Jeongik Cha · 3 years, 9 months ago
  37. 77ecaa1 Update golden script - fix dep issue by Steven Moreland · 3 years, 9 months ago
  38. 348fcdd Update API preamble (talk about 'current' case) by Steven Moreland · 3 years, 9 months ago
  39. 2631853 non-zero enumerator lint error crash by Steven Moreland · 3 years, 9 months ago
  40. 1f0360d Track const reference evaluate results by Devin Moore · 3 years, 10 months ago
  41. bc21935 Reland "AIDL: golden tests" by Steven Moreland · 3 years, 9 months ago
  42. c52c71a Revert "AIDL: golden tests" by Steven Moreland · 3 years, 9 months ago
  43. ff9159a AIDL: golden tests by Steven Moreland · 3 years, 9 months ago
  44. 53fb424 union requires first member's default value by Jooyung Han · 3 years, 10 months ago
  45. 22a3a6e aidl_integration_test: C++ client TestOneway by Steven Moreland · 3 years, 10 months ago
  46. 5c985fe Rust: enable interface renaming tests by Andrei Homescu · 3 years, 10 months ago
  47. 396221a ExtensionTest handles BadParcelableException by Jeongik Cha · 3 years, 11 months ago
  48. 9aa3d04 @JavaDerive(equals=true) by Jiyong Park · 3 years, 10 months ago
  49. 690f584 using references in constant expressions by Jooyung Han · 3 years, 10 months ago
  50. 3f347ca support const in parcelable/union by Jooyung Han · 3 years, 10 months ago
  51. 717fc69 interface class provides TRANSACTION_<methodname> consts by Jiyong Park · 3 years, 10 months ago
  52. df39e19 union: __assert2() when a tag mismatches by Jooyung Han · 3 years, 10 months ago
  53. 81003c3 gen_log: pass a struct to a logging callback by Jooyung Han · 4 years ago
  54. 29027bc Add union example for a test with versioning by Jooyung Han · 3 years, 11 months ago
  55. bb3eb02 Show stdout on rust-client failure by Jooyung Han · 3 years, 11 months ago
  56. 01856f9 aidl_parser_fuzzer.dict: some love by Steven Moreland · 3 years, 11 months ago
  57. a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 4 years ago
  58. e689da2 aidl: support byte/long constants by Steven Moreland · 3 years, 11 months ago
  59. b8e01b9 gen_log: prints parcelable/union/enum types by Jooyung Han · 4 years ago
  60. 74b1dd4 toString() for parcelable/union types for C++/NDK by Jooyung Han · 4 years ago
  61. 26fc445 Add a test for ILoggableInterface by Jooyung Han · 4 years ago
  62. ee73cb3 fix toString in the Java backend by Jooyung Han · 4 years ago
  63. f93b5bd Add union support (Rust) by Jooyung Han · 4 years ago
  64. 378fbd4 aidl_integration_test: test oneway by Steven Moreland · 4 years ago
  65. 59af9cc Union can be @JavaOnlyImmutable by Jooyung Han · 4 years ago
  66. 9034500 migrate @JavaDebug to @JavaDerive(toString=true) by Jooyung Han · 4 years ago
  67. d2fa023 describeContents() returns CONTENTS_FILE_DESCRIPTOR by Jooyung Han · 4 years ago
  68. fe89f12 union: default constructor inits with first member by Jooyung Han · 4 years ago
  69. cafd2ac fix union read/write in C++ by Jooyung Han · 4 years ago
  70. 14af79b union: C++ backend by Jooyung Han · 4 years ago
  71. 2946afc union: java backend by Jooyung Han · 4 years ago
  72. 43a2e41 aidl_integration_test: run 32-bit app version by Steven Moreland · 4 years ago
  73. fbe961e integration tests: move RepeatNullableParcelable to ITestService by Andrei Homescu · 4 years ago
  74. dc49299 integration tests: avoid setenforce by Steven Moreland · 4 years ago
  75. c6de1b1 AIDL: remove TestFailException by Steven Moreland · 4 years ago
  76. e2de9e4 Handle constexpr shift left 0 of max bits by Devin Moore · 4 years ago
  77. 474754d Add Rust to integration tests by Andrei Homescu · 4 years, 1 month ago
  78. 8042d2d ParcelableHolder[] error. by Steven Moreland · 4 years ago
  79. 22e3611 Add missing error for non-'+' string op. by Steven Moreland · 4 years ago
  80. 927a7de Remove FixedSize handling from cpp backend by Devin Moore · 4 years ago
  81. a9e64de Fix overflow check in shift right expression by Devin Moore · 4 years ago
  82. 5762001 aidl_integration_tests: use general-tests by Steven Moreland · 4 years ago
  83. cff9369 Check leading zeros before left shift by Devin Moore · 4 years ago
  84. 1f9f221 binary expression: emit type mismatch error by Steven Moreland · 4 years ago
  85. 369fdc0 Add typedef for parcelables with @FixedSize by Devin Moore · 4 years, 1 month ago
  86. bc37379 Prevent shift with negative operands by Devin Moore · 4 years, 1 month ago
  87. 1fd4078 s/RuntimeException/RemoteException for unimplemented methods by Jiyong Park · 4 years, 1 month ago
  88. cf999d6 Reland "RuntimeException on unknown transaction" by Jiyong Park · 4 years, 1 month ago
  89. e06f729 Add getParcelableDescriptor() in the generated parcelable header in cpp by Jeongik Cha · 4 years, 1 month ago
  90. 225519b Support ParcelableHolder in C++ by Jeongik Cha · 4 years, 1 month ago
  91. e1eaa1a Allow INT64 type as constant value in generate functions by Devin Moore · 4 years, 1 month ago
  92. 0482302 Promote constant expression shift type based on both operands by Devin Moore · 4 years, 1 month ago
  93. 40d398a Revert "RuntimeException on unknown transaction" by Philip P. Moltmann · 4 years, 1 month ago
  94. 01e9324 RuntimeException on unknown transaction by Jiyong Park · 4 years, 1 month ago
  95. e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 4 years, 1 month ago
  96. 0521bf3 Detect overflows in constant expressions. by Steven Moreland · 4 years, 1 month ago
  97. 53fc99c Support templated structured parcelables by Devin Moore · 4 years, 2 months ago
  98. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 5 months ago
  99. 7b68f0b Enable boxing types for enum backing types by Devin Moore · 4 years, 1 month ago
  100. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years, 1 month ago