1. a53a186 Move to new isolation test runner. by Christopher Ferris · 6 years ago
  2. 0fa01c3 Merge remote-tracking branch 'aosp/upstream-master' into aosp/master. by Sen Jiang · 6 years ago
  3. 904c2c9 libbrillo: policy: Modify UpdateStaging policy due to change in design by Adolfo Victoria · 6 years ago
  4. d88bc3e move manifest* from imageloader to libbrillo by Xiaochu Liu · 6 years ago
  5. a722b42 libbrillo: Add new policy (DeviceUpdateStagingSchedule) for staging updates. by May Lippert · 6 years ago
  6. 2d3967d libbrillo: policy: Add new update time restrictions policy by Adolfo Victoria · 6 years ago
  7. 4f500da Add SecureBlob::HexStringToSecureBlob. by Jorge Lucangeli Obes · 6 years ago
  8. c251402 SecureBlob: Improve unit tests. by Jorge Lucangeli Obes · 6 years ago
  9. b5f20f5 Mark runtargettests as a phony rule am: 43294d93af by Dan Willemsen · 6 years ago
  10. 43294d9 Mark runtargettests as a phony rule by Dan Willemsen · 6 years ago
  11. aeb7bb4 libbrillo: Blob combining utility by Maksim Ivanov · 6 years ago
  12. 30b3a16 libbrillo: Blob to/from std::string conversions by Maksim Ivanov · 6 years ago
  13. ce194b9 dbus: Fix Properties.Set handler to also emit PropertiesChanged by Sonny Sasaka · 6 years ago
  14. d7220e5 libbrillo: Set RollbackAllowedMilestones enterprise default to 0 by Marton Hunyady · 6 years ago
  15. 6bc9c1d libbrillo: Add SecureBlob constructor from Blob by Maksim Ivanov · 6 years ago
  16. c407581 libbrillo: avoid double-binding callbacks and operator() by Eric Caruso · 6 years ago
  17. 514938d libbrillo: Delete GlibMessageLoop. by Daniel Erat · 6 years ago
  18. a1880bb libbrillo: Add a way to construct FileDescriptor without duping FD by Ryo Hashimoto · 6 years ago
  19. 7859c4f libbrillo: Set default values for RollbackAllowedMilestones policy. by Marton Hunyady · 6 years ago
  20. a9d8279 libbrillo: Fix DCHECK in PolicyProvider::GetDevicePolicy by Marton Hunyady · 6 years ago
  21. c452c4c libbrillo: use bound arguments rather than capture-by-ref by Eric Caruso · 6 years ago
  22. 69df7cb libbrillo: use task runners instead of message loops by Eric Caruso · 6 years ago
  23. 895aba9 libbrillo: remove unused header by Eric Caruso · 6 years ago
  24. 21ae3c1 libbrillo: use DCHECK_IS_ON() rather than DEBUG_MODE by Eric Caruso · 6 years ago
  25. f02fd73 libbrillo: remove all uses of dbus::FileDescriptor by Eric Caruso · 6 years ago
  26. 75578a9 libbrillo: dup and scope file descriptor by Eric Caruso · 7 years ago
  27. c879ed3 libbrillo: Resets property update callback on UnregisterProperty by Sonny Sasaka · 7 years ago
  28. 2b61f16 libbrillo: add default constructor for FileDescriptor by Eric Caruso · 7 years ago
  29. 7b0a8b2 libbrillo: policy: Add new rollback device policies. by Marton Hunyady · 7 years ago
  30. b10d41f libbrillo: use base::Value instead of StringValue by Eric Caruso · 7 years ago
  31. 50228d6 libbrillo: Expose DBusObject of ExportedObjectManager. by Sonny Sasaka · 7 years ago
  32. 0a5aff8 libbrillo: provide Daemon method to do init on message loop by Eric Caruso · 7 years ago
  33. 91b37e0 libbrillo: Support adding/removing interfaces and their properties. by Sonny Sasaka · 7 years ago
  34. 627d2c4 libbrillo: add new FD D-Bus bindings by Eric Caruso · 7 years ago
  35. 918c24d libbrillo: use std::make_unique in Value construction by Eric Caruso · 7 years ago
  36. bdfc828 libbrillo: Bitwise operator templates for enums by Aaron Wood · 7 years ago
  37. 037e08d libbrillo: Support custom D-Bus property handlers by Sonny Sasaka · 7 years ago
  38. f122936 libbrillo: add self to OWNERS by Eric Caruso · 7 years ago
  39. c1f7f7c libbrillo: use ScopedTempDir::GetPath by Eric Caruso · 7 years ago
  40. 48386c3 libbrillo: add location to FileDescriptorWatcher constructor by Eric Caruso · 7 years ago
  41. 595c258 Disable mac-host build for libbrillo. am: 5b67e34f82 am: 6942585b9d by Hidehiko Abe · 7 years ago
  42. c69cbea Disable mac-host build for libbrillo. am: 5b67e34f82 am: 6942585b9d by Hidehiko Abe · 7 years ago
  43. 6942585 Disable mac-host build for libbrillo. am: 5b67e34f82 by Hidehiko Abe · 7 years ago
  44. 5b67e34 Disable mac-host build for libbrillo. by Hidehiko Abe · 7 years ago
  45. 91944f2 libbrillo: Disable asan on SecureMemset. by Manoj Gupta · 7 years ago
  46. c794a05 libpolicy: Add getter for ChromeDeviceSettingsProto by Lutz Justen · 7 years ago
  47. cd5ebb2 libbrillo: Disable ResizeTest when asan is used. by Manoj Gupta · 7 years ago
  48. f591cd9 libbrillo: policy: Increase resilience for policy read am: 0cd09dcb44 am: 1310886f7e by Igor · 7 years ago
  49. 29fd316 libbrillo: policy: Increase resilience for policy read am: 0cd09dcb44 by Igor · 7 years ago
  50. 1310886 libbrillo: policy: Increase resilience for policy read am: 0cd09dcb44 by Igor · 7 years ago
  51. 0cd09dc libbrillo: policy: Increase resilience for policy read by Igor · 7 years ago
  52. a749d0b libbrillo: policy: Increase resilience for policy read by Igor · 7 years ago
  53. 35defa0 libbrillo: Add functionality to get the app id of a kiosk app. am: b91af3b238 am: 957cd3c929 by Rahul Chaturvedi · 7 years ago
  54. e2546a9 libbrillo: Add functionality to get the app id of a kiosk app. am: b91af3b238 by Rahul Chaturvedi · 7 years ago
  55. 957cd3c libbrillo: Add functionality to get the app id of a kiosk app. am: b91af3b238 by Rahul Chaturvedi · 7 years ago
  56. b91af3b libbrillo: Add functionality to get the app id of a kiosk app. by Rahul Chaturvedi · 7 years ago
  57. 58e79ba Make session_manager use proper synchronization primitives. by Denis Kuznetsov · 7 years ago
  58. c681c41 libbrillo: Update libchrome APIS to r456626. am: 826000b528 am: c75c1f294f by Hidehiko Abe · 7 years ago
  59. 1552abd libbrillo: Update libchrome APIS to r456626. am: 826000b528 am: c75c1f294f by Hidehiko Abe · 7 years ago
  60. c75c1f2 libbrillo: Update libchrome APIS to r456626. am: 826000b528 by Hidehiko Abe · 7 years ago
  61. d213a40 libbrillo: policy: Increase resilience for policy read by Igor · 7 years ago
  62. 826000b libbrillo: Update libchrome APIS to r456626. by Hidehiko Abe · 7 years ago
  63. 324b951 libbrillo: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  64. 1015853 Bitwise operator templates for enums am: 1d20c7da0b am: b0c0ff679b by Aaron Wood · 7 years ago
  65. 76f2ea3 Bitwise operator templates for enums am: 1d20c7da0b am: b0c0ff679b by Aaron Wood · 7 years ago
  66. b0c0ff6 Bitwise operator templates for enums am: 1d20c7da0b by Aaron Wood · 7 years ago
  67. 1d20c7d Bitwise operator templates for enums by Aaron Wood · 7 years ago
  68. 3fc687d Convert libbrillo-minijail target to Soong am: f85de06d28 am: 2053650b8b by Nan Zhang · 7 years ago
  69. 012404a Convert libbrillo-minijail target to Soong am: f85de06d28 am: 2053650b8b by Nan Zhang · 7 years ago
  70. 2053650 Convert libbrillo-minijail target to Soong am: f85de06d28 by Nan Zhang · 7 years ago
  71. f85de06 Convert libbrillo-minijail target to Soong by Nan Zhang · 7 years ago
  72. 62b7538 libbrillo: Log Cleanup by Raju Konduru · 7 years ago
  73. de7f50d libbrillo: migrate from base::MakeUnique to std::make_unique by Ben Chan · 7 years ago
  74. bb9dbcb Added getting proxy config from Chrome and default proxy transport by Jeffrey Kardatzke · 7 years ago
  75. 84b910f libbrillo: allow redirecting process input by Stephen Barber · 7 years ago
  76. 35dcdc7 libbrillo: Steer people away from GLib. by Daniel Erat · 7 years ago
  77. c5bf48b Remove inclusion of brillo/daemons/daemon.h in process_reaper.* by Ben Chan · 7 years ago
  78. a1a7e93 syslog: new option to log in interactive sessions by Mike Frysinger · 7 years ago
  79. 5d32c30 Revert "libbrillo: Update libchrome APIS to r456626." am: 54b117b3a2 am: 548b90b26b am: 7386ae1eb7 am: 357c368b8f by Luis Hector Chavez · 7 years ago
  80. cad89f8 Revert "libbrillo: Update libchrome APIS to r456626." am: 54b117b3a2 am: 548b90b26b am: 7386ae1eb7 by Luis Hector Chavez · 7 years ago
  81. 357c368 Revert "libbrillo: Update libchrome APIS to r456626." am: 54b117b3a2 am: 548b90b26b by Luis Hector Chavez · 7 years ago
  82. 7386ae1 Revert "libbrillo: Update libchrome APIS to r456626." am: 54b117b3a2 by Luis Hector Chavez · 7 years ago
  83. 548b90b Revert "libbrillo: Update libchrome APIS to r456626." am: 54b117b3a2 by Luis Hector Chavez · 7 years ago
  84. 54b117b Revert "libbrillo: Update libchrome APIS to r456626." by Luis Hector Chavez · 7 years ago
  85. 5a1186e libbrillo: Update libchrome APIS to r456626. am: 2dc254ac56 am: 92e0fd9dc3 am: ed809d16e1 am: 552f5f975a by Jay Civelli · 7 years ago
  86. 51cd66f libbrillo: Update libchrome APIS to r456626. am: 2dc254ac56 am: 92e0fd9dc3 am: ed809d16e1 by Jay Civelli · 7 years ago
  87. 552f5f9 libbrillo: Update libchrome APIS to r456626. am: 2dc254ac56 am: 92e0fd9dc3 by Jay Civelli · 7 years ago
  88. ed809d1 libbrillo: Update libchrome APIS to r456626. am: 2dc254ac56 am: 92e0fd9dc3 by Jay Civelli · 7 years ago
  89. 92e0fd9 libbrillo: Update libchrome APIS to r456626. am: 2dc254ac56 by Jay Civelli · 7 years ago
  90. 2dc254a libbrillo: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  91. eb7178e Update owners. am: 671ae36518 am: 41fd09bcd7 am: 18ca16c0ca am: bf339819ab by Sen Jiang · 7 years ago
  92. bf33981 Update owners. am: 671ae36518 am: 41fd09bcd7 am: 18ca16c0ca by Sen Jiang · 7 years ago
  93. 18ca16c Update owners. am: 671ae36518 am: 41fd09bcd7 by Sen Jiang · 7 years ago
  94. 41fd09b Update owners. am: 671ae36518 by Sen Jiang · 7 years ago
  95. 671ae36 Update owners. by Sen Jiang · 7 years ago
  96. 5130c71 Fix mac build. am: 631c662e75 am: f7d27392bd am: 27b54250e1 am: 869db89a99 by Alex Deymo · 7 years ago
  97. 869db89 Fix mac build. am: 631c662e75 am: f7d27392bd am: 27b54250e1 by Alex Deymo · 7 years ago
  98. 27b5425 Fix mac build. am: 631c662e75 am: f7d27392bd by Alex Deymo · 7 years ago
  99. 9f21d7d libbrillo: Add GetDaemonPathForTemporaryUserHome to cryptohome utilities by Pavol Marko · 7 years ago
  100. f7d2739 Fix mac build. am: 631c662e75 by Alex Deymo · 7 years ago