1. 97bfd27 IP connectivity metrics: NetworkEvents have transports by Hugo Benichi · 7 years ago
  2. 6ee20ca Merge "Add L2~L4 information to packet wakeup logs and metrics" by Hugo Benichi · 7 years ago
  3. e672ab4 Merge "Add Network security watchlist service" by Hugo Benichi · 7 years ago
  4. 77518fb Add Network security watchlist service by Ricky Wai · 7 years ago
  5. d921bce Add L2~L4 information to packet wakeup logs and metrics by Hugo Benichi · 7 years ago
  6. bcf27fa Merge "Remove GCC-specific pragma and disabled Clang warning" by Treehugger Robot · 7 years ago
  7. fc9fd47 Remove GCC-specific pragma and disabled Clang warning by Pirama Arumuga Nainar · 7 years ago
  8. 0430720 Move connectSocket into IBluetoothSocketManager (3/3) by Jakub Pawlowski · 7 years ago
  9. 4741faa Merge "Fix: WindowManagerGlobal#setStoppedState failed by IOOBE" by Treehugger Robot · 7 years ago
  10. fe7e885 Move createSocketChannel into IBluetoothSocketManager (3/3) by Jakub Pawlowski · 7 years ago
  11. db62b26 Make ParcelUuid and ParcelFileDescriptor accesible to native Binder (2/2) by Jakub Pawlowski · 7 years ago
  12. cd35c65 Merge "MacAddress follow-up: define the core of the class" by Hugo Benichi · 7 years ago
  13. ac52e40 MacAddress follow-up: define the core of the class by Hugo Benichi · 7 years ago
  14. 969ceeb Merge "Disable integer sanitizer in release function." by Ivan Lozano · 7 years ago
  15. c8ff280 Merge "Fix signature for finalize() to resolve API Lint error" by nharold · 7 years ago
  16. 9a2094d Disable integer sanitizer in release function. by Ivan Lozano · 7 years ago
  17. 3db35dfcd Merge "Update documentation for AES-GCM-ESP keymat length" by Benedict Wong · 7 years ago
  18. e8b07e5 Merge "Track deprecation/replacement of Os methods that depend on Mutable*" by Tobias Thierer · 7 years ago
  19. 978e7f8 Fix: WindowManagerGlobal#setStoppedState failed by IOOBE by Tetsutoki Shiozawa · 7 years ago
  20. 59c8e42 Define MacAddress class by Hugo Benichi · 7 years ago
  21. 440824f Fix signature for finalize() to resolve API Lint error by Nathan Harold · 7 years ago
  22. 4ebc2c5 Update documentation for AES-GCM-ESP keymat length by Benedict Wong · 7 years ago
  23. c867f78 Networking metrics: minor pretty printing improvements by Hugo Benichi · 7 years ago
  24. 4d09223 Replace dns_tls with private_dns_mode setting by Erik Kline · 7 years ago
  25. 99a1d45 Track deprecation/replacement of Os methods that depend on Mutable* by Tobias Thierer · 7 years ago
  26. faffb07 Merge "Allow to attach jvmti agents from inside of process" by Treehugger Robot · 7 years ago
  27. 69c9402 Merge "DefaultNetworkEvent metrics: rehaul" by Hugo Benichi · 7 years ago
  28. 380a063 DefaultNetworkEvent metrics: rehaul by Hugo Benichi · 7 years ago
  29. 8f380ab Merge "Define NOT_ROAMING network capability." by Jeff Sharkey · 7 years ago
  30. fd8ed85 Allow to attach jvmti agents from inside of process by Philip P. Moltmann · 7 years ago
  31. 3485c84 Merge "Disable integer sanitization in gcIfManyNewRefs." by Ivan Lozano · 7 years ago
  32. a7c51a3 Merge "Added default home values of CDMA roaming indicator" by Treehugger Robot · 7 years ago
  33. 166234b Added default home values of CDMA roaming indicator by Jack Yu · 7 years ago
  34. 2ea7135 Disable integer sanitization in gcIfManyNewRefs. by Ivan Lozano · 7 years ago
  35. 5c7de22 Merge "Fix StateMachine init/quit race." by con · 7 years ago
  36. f5b9f7b Fix StateMachine init/quit race. by Calvin On · 7 years ago
  37. 80bb035 Merge "Use ScopedPrimitiveArrayRO instead of manually managing Java primitive" by Treehugger Robot · 7 years ago
  38. 9aab3b5 Handle configuration splits when creating the class loader context by Calin Juravle · 7 years ago
  39. dfe472e Merge "TokenWatcher: fix bug in repeated calls to acquire()." by Charles He · 7 years ago
  40. 762f27c Merge "Allow equality checking and hash for HIDL interface proxies." by Treehugger Robot · 7 years ago
  41. 73b6c27 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  42. 72f9c42 Define NOT_ROAMING network capability. by Jeff Sharkey · 7 years ago
  43. a18e992 Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  44. 945b1dc Merge "[framework] Add check that classpath is up to date to getDexOptNeeded" by Treehugger Robot · 7 years ago
  45. 2631df7 Use ScopedPrimitiveArrayRO instead of manually managing Java primitive by Andreas Huber · 7 years ago
  46. 7ba73dd [framework] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  47. 19541e8 Debug: Remove obsolete InstructionCount code. by Narayan Kamath · 7 years ago
  48. cdef147 TokenWatcher: fix bug in repeated calls to acquire(). by Charles He · 7 years ago
  49. 80c3c70 Merge "Change the location of current profiles for secondary dex files" by Treehugger Robot · 7 years ago
  50. 2b1357f Merge changes Ia0623d38,Iaabd5d8b,I579bb12f,Ia9930edd by Treehugger Robot · 7 years ago
  51. 8bcd66d Merge "Reduce app size by downgrading inactive apps" by Treehugger Robot · 7 years ago
  52. a546c38 Merge "Adds APIs to extract/import arrays of primitive Java types out of/into a HwBlob." by Treehugger Robot · 7 years ago
  53. 6214f1b Change the location of current profiles for secondary dex files by Calin Juravle · 7 years ago
  54. 3aeca17 Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  55. caed600 Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  56. dea3fd8 Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  57. bb3de35 Merge changes I2ef3737f,If080281f by Treehugger Robot · 7 years ago
  58. 0fccecc Merge "Change storage migration to use quota APIs." by Treehugger Robot · 7 years ago
  59. 0eb37e0 Adds APIs to extract/import arrays of primitive Java types out of/into a HwBlob. by Andreas Huber · 7 years ago
  60. c1616f6 Merge "Reland "HIDL Java getService now the same as C++."" by Treehugger Robot · 7 years ago
  61. ec5eb7e Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  62. c477ab1 Add property for system server compiler filter by Mathieu Chartier · 7 years ago
  63. 1285cfd Change storage migration to use quota APIs. by Jeff Sharkey · 7 years ago
  64. 66d1933 OWNERS: Prefer Jeff Sharkey's @android.com account over @google.com by Tobias Thierer · 7 years ago
  65. 45183fc Merge "Track moving of OkHttp facade API to new package." by Tobias Thierer · 7 years ago
  66. 4c6d2ec Track moving of OkHttp facade API to new package. by Tobias Thierer · 7 years ago
  67. 7e3fbd5 Merge "Enable HID Device Profile Service (2/2)" by Treehugger Robot · 7 years ago
  68. 1455a1d Merge "Don't allocate GlobalRefs for BinderProxy" by Hans Boehm · 7 years ago
  69. fa377b4 Enable HID Device Profile Service (2/2) by Hansong Zhang · 7 years ago
  70. 4e0a02c Merge changes from topic "tz_catchup1" by Neil Fuller · 7 years ago
  71. bd6d3c5 Merge "Convert Binder & BinderProxy to NativeAllocationRegistry" by Hans Boehm · 7 years ago
  72. 29f388f Don't allocate GlobalRefs for BinderProxy by Hans Boehm · 7 years ago
  73. 9009eab Merge changes I59b6e04f,I55694d89 by Hugo Benichi · 7 years ago
  74. 28ed911 Merge "HwBinder: Clean up code, add logging" by Treehugger Robot · 7 years ago
  75. 5e5b13f Convert Binder & BinderProxy to NativeAllocationRegistry by Hans Boehm · 7 years ago
  76. ceb336f Merge "Fix issue #64224738: Document return value of IBinder.transact()" by Hans Boehm · 7 years ago
  77. 63c0193 HwBinder: Clean up code, add logging by Andreas Gampe · 7 years ago
  78. 8de9566 Fix issue #64224738: Document return value of IBinder.transact() by Dianne Hackborn · 7 years ago
  79. 029b08c android.os.HwBinder: fix native static method signature by Yifan Hong · 7 years ago
  80. 14a5105 Merge "Improve NetworkCapabilities docs." by Treehugger Robot · 7 years ago
  81. b755291 Be more explicit about users by Neil Fuller · 7 years ago
  82. 65d1e54 Merge "Revert "HIDL Java getService now the same as C++."" by Steven Moreland · 7 years ago
  83. cc9e67c Revert "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  84. a12eab6 Merge changes from topic "keystorebp" by Colin Cross · 7 years ago
  85. 1193a9c Remove Parcelable interface from DefaultNetworkEvent by Hugo Benichi · 7 years ago
  86. de57031 Improve NetworkCapabilities docs. by Jeff Sharkey · 7 years ago
  87. 61e3189 Merge changes I119cf83a,Icc5a1e38,If07a04d3 by Treehugger Robot · 7 years ago
  88. 0c41ad8 Merge "HIDL Java getService now the same as C++." by Treehugger Robot · 7 years ago
  89. 3d5811d Binder: Update to new ScopedLocalRef by Andreas Gampe · 7 years ago
  90. 2b1494f Binder: Clean up JNI code by Andreas Gampe · 7 years ago
  91. 176e3e2 Binder: Change reaction to Error by Andreas Gampe · 7 years ago
  92. 01478ec Export AIDL for keystore Android.bp. by Jeff Sharkey · 7 years ago
  93. 178e587 Merge changes from topic "bt_get_cod" am: 35dc02004c by Pulkit Bhuwalka · 7 years ago
  94. b977674 Merge "Persist Bluetooth CoD config value across reboot" am: ba45409c92 by Pulkit Bhuwalka · 7 years ago
  95. dab081c Add missing intents to protected broadcasts by Pulkit Bhuwalka · 7 years ago
  96. d01fa6e Get Bluetooth Class of Device by Pulkit Bhuwalka · 7 years ago
  97. ba45409 Merge "Persist Bluetooth CoD config value across reboot" by Treehugger Robot · 7 years ago
  98. a3e7c1a Merge "NetdEventListener: add rolling log of connect and dns stats" by Hugo Benichi · 7 years ago
  99. 64ef2a4 Merge "NetdEventListener: add rolling log of connect and dns stats" by Hugo Benichi · 7 years ago
  100. c8a370a Merge "Change Bluetooth HID Profile Name (1/6)" am: 8218b219f3 by Hansong Zhang · 7 years ago