1. 75578a9 libbrillo: dup and scope file descriptor by Eric Caruso · 7 years ago
  2. c879ed3 libbrillo: Resets property update callback on UnregisterProperty by Sonny Sasaka · 7 years ago
  3. 2b61f16 libbrillo: add default constructor for FileDescriptor by Eric Caruso · 7 years ago
  4. 7b0a8b2 libbrillo: policy: Add new rollback device policies. by Marton Hunyady · 7 years ago
  5. b10d41f libbrillo: use base::Value instead of StringValue by Eric Caruso · 7 years ago
  6. 50228d6 libbrillo: Expose DBusObject of ExportedObjectManager. by Sonny Sasaka · 7 years ago
  7. 0a5aff8 libbrillo: provide Daemon method to do init on message loop by Eric Caruso · 7 years ago
  8. 91b37e0 libbrillo: Support adding/removing interfaces and their properties. by Sonny Sasaka · 7 years ago
  9. 627d2c4 libbrillo: add new FD D-Bus bindings by Eric Caruso · 7 years ago
  10. 918c24d libbrillo: use std::make_unique in Value construction by Eric Caruso · 7 years ago
  11. bdfc828 libbrillo: Bitwise operator templates for enums by Aaron Wood · 7 years ago
  12. 037e08d libbrillo: Support custom D-Bus property handlers by Sonny Sasaka · 7 years ago
  13. f122936 libbrillo: add self to OWNERS by Eric Caruso · 7 years ago
  14. c1f7f7c libbrillo: use ScopedTempDir::GetPath by Eric Caruso · 7 years ago
  15. 48386c3 libbrillo: add location to FileDescriptorWatcher constructor by Eric Caruso · 7 years ago
  16. 91944f2 libbrillo: Disable asan on SecureMemset. by Manoj Gupta · 7 years ago
  17. c794a05 libpolicy: Add getter for ChromeDeviceSettingsProto by Lutz Justen · 7 years ago
  18. cd5ebb2 libbrillo: Disable ResizeTest when asan is used. by Manoj Gupta · 7 years ago
  19. 58e79ba Make session_manager use proper synchronization primitives. by Denis Kuznetsov · 7 years ago
  20. d213a40 libbrillo: policy: Increase resilience for policy read by Igor · 7 years ago
  21. 62b7538 libbrillo: Log Cleanup by Raju Konduru · 7 years ago
  22. de7f50d libbrillo: migrate from base::MakeUnique to std::make_unique by Ben Chan · 7 years ago
  23. bb9dbcb Added getting proxy config from Chrome and default proxy transport by Jeffrey Kardatzke · 7 years ago
  24. 84b910f libbrillo: allow redirecting process input by Stephen Barber · 7 years ago
  25. 35dcdc7 libbrillo: Steer people away from GLib. by Daniel Erat · 7 years ago
  26. c5bf48b Remove inclusion of brillo/daemons/daemon.h in process_reaper.* by Ben Chan · 7 years ago
  27. a1a7e93 syslog: new option to log in interactive sessions by Mike Frysinger · 7 years ago
  28. 9f21d7d libbrillo: Add GetDaemonPathForTemporaryUserHome to cryptohome utilities by Pavol Marko · 7 years ago
  29. 070af5e Remove brillo::make_unique_ptr. by Ben Chan · 7 years ago
  30. 7a0a61f libbrillo: policy: Add GetSecondFactorAuthenticationMode for new device policy by Vincent Palatin · 7 years ago
  31. d710b3b libbrillo: Add DevicePolicy::IsEnterpriseManaged() by Thiemo Nagel · 7 years ago
  32. b93979c libbrillo: factor out Properties interface setup by Eric Caruso · 7 years ago
  33. d6d6f31 libbrillo: Add functionality to get the app id of a kiosk app. by Rahul Chaturvedi · 7 years ago
  34. fe43ad0 libbrillo: Add daemon logging util functions. by Justin TerAvest · 7 years ago
  35. c648bf0 libbrillo: make type_name_undecorate_unittest depend on dbus by Stephen Barber · 7 years ago
  36. e1c1af0 Make dbus code optional by Chirantan Ekbote · 8 years ago
  37. 1c8c1f9 libbrillo: migrate usage of deprecated base::Value methods by Ben Chan · 8 years ago
  38. ed18601 libbrillo: remove invocation of g_type_init() by Ben Chan · 8 years ago
  39. 2a5afe3 http_transport_curl: add an API to bind IP address by Julan Hsu · 8 years ago
  40. e274369 Fix libbrillo warnings to make it build with llvm-next on chromeos. by Manoj Gupta · 8 years ago
  41. ce533da libbrillo: Add new install attributes library. by Thiemo Nagel · 8 years ago
  42. 16c285d libbrillo: Update libchrome APIs to r395517 by Luis Hector Chavez · 8 years ago
  43. 605f5a1 Disable SimpleProcess.BindFdToSameFd test by Alex Deymo · 8 years ago
  44. ed104e9 libbrillo: Add curl_multi_perform, curl_multi_wait wrappers. by Dan Colish · 8 years ago
  45. 8c0f192 libbrillo: Remove release/aquire semantic from scoped_ptr/unique_ptr by Alex Vakulenko · 8 years ago
  46. 476d59a Fix Process::BindFd when passing the same fd to the child. by Alex Deymo · 9 years ago
  47. 37827b6 Export brillo unittest_utils in the libbrillo-test module. by Alex Deymo · 9 years ago
  48. 0274f77 brillo: handle arrays of string maps in dbus serialization by Timothy Jennison · 9 years ago
  49. f151b2b libbrillo: Update Chrome OS gyp files to refer to new libchrome revision by Alex Vakulenko · 9 years ago
  50. c90f923 Use PLOG() to log the error message in process.cc by Alex Deymo · 9 years ago
  51. b5011d0 libbrillo: policy: fix libpolicy unittest by Vincent Palatin · 9 years ago
  52. 31dae17 libbrillo: policy: Add GetUsbDetachableWhitelist for new USB policy by Vincent Palatin · 9 years ago
  53. 59a597a Add .clang-format symlink to Brillo's clang-format. by Alex Deymo · 9 years ago
  54. ef47c40 Call MessageLoop::current() to detect if a message loop was created. by Alex Deymo · 9 years ago
  55. b2f006f policy: Expose allow_kiosk_app_control_chrome_version policy by Xiyuan Xia · 9 years ago
  56. 922d235 Drop the required base::MessageLoopForIO when creating a BaseMessageLoop. by Alex Deymo · 9 years ago
  57. ba88230 Make BinderWatcher use brillo::MessageLoop. by Alex Deymo · 9 years ago
  58. 2a6e3f7 libbrillo_test: Compile only on 'eng' builds. by Jorge Lucangeli Obes · 9 years ago
  59. dd1c7d7 policy: Fix unittests. by Alex Deymo · 9 years ago
  60. b2e8320 Remove deprecated policy DeviceProxySettingsProto by Xiyuan Xia · 9 years ago
  61. b57ecfa libbrillo: Add base::Value conversion functions by Alex Vakulenko · 9 years ago
  62. eb350bc Add userdb_utils. by Darren Krahn · 9 years ago
  63. b137dc9 Set default USE flags values as local variables. by Alex Deymo · 9 years ago
  64. 2a25190 Add DBusConnection helper class to use instead of DBusDaemon. by Alex Deymo · 9 years ago
  65. 037abdb libbrillo: Update BASE_VERS to 369476 by Alex Vakulenko · 9 years ago
  66. 80b7ee9 libbrillo: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  67. 77edc53 Disable binder detection for the host. by Alex Deymo · 9 years ago
  68. d671746 Don't delete and add the binder fd in BaseMessageLoop. by Alex Deymo · 9 years ago
  69. 27f8f94 Disable TypeTag tests when USE_RTTI_FOR_TYPE_TAGS is defined. by Alex Deymo · 9 years ago
  70. f68e898 Enable USE_RTTI_FOR_TYPE_TAGS in Chrome OS. by Alex Deymo · 9 years ago
  71. 4d8501c libbrillo: Remove RTTI from the library by Alex Vakulenko · 9 years ago
  72. 2fd46ba Fix compiler warnings in libbrillo by Christopher Wiley · 9 years ago
  73. d6720ce libbrillo: extend Process API to support sandboxing by Samuel Tan · 9 years ago
  74. 7a8c2c1 minijail: add support for resetting child process's signal mask by Peter Qiu · 9 years ago
  75. 21cfdb8 libbrillo: Fix unit tests. by Bertrand SIMONNET · 9 years ago
  76. 88a74f9 libbrillo: add brillo/unittest_utils to Android.mk by Samuel Tan · 9 years ago
  77. 992e429 Fix Process unittests. by Alex Deymo · 9 years ago
  78. 866e2e5 Disable libbrillo-http and libbrillo-stream on mac. by Alex Deymo · 9 years ago
  79. dc87856 Build libbrillo-http and libbrillo-stream for the host. by Alex Deymo · 9 years ago
  80. 418cb56 libbrillo: process: close unused file descriptors inherited from parent by Peter Qiu · 9 years ago
  81. bccdc4c libbrillo: Use the restricted certificates. by Bertrand SIMONNET · 9 years ago
  82. b6a5c61 Add a method to ProcessReaper to forget a tracked pid by Paul Stewart · 9 years ago
  83. 94afaa4 Make libbrillo-dbus compilation optional based on dbus USE flag. by Alex Deymo · 9 years ago
  84. 7710dc0 Rename libchromeos repo to libbrillo by Alex Vakulenko · 9 years ago
  85. fed60b0 Rename "libchromeos" into "libbrillo" by Alex Vakulenko · 9 years ago
  86. 2df1163 libchromeos: Compile missing unit tests on Android by Alex Vakulenko · 9 years ago
  87. 7660177 Fix Any::TypeMismatch unit test by Alex Vakulenko · 9 years ago
  88. d4d2d73 Fix Any::Buffer.Store_Objects unit test by Alex Vakulenko · 9 years ago
  89. 8d6301a Remove Any::GetType() and rely on type name when comparing types by Alex Vakulenko · 9 years ago
  90. b213545 Fix build break on ChromeOS by Alex Vakulenko · 9 years ago
  91. 378e75c libchromeos: minijail: do not use ld preload API functions on Android by Samuel Tan · 9 years ago
  92. 8d0597a Fixed missed renames from previous CL by Alex Vakulenko · 9 years ago
  93. 9ed0cab Move chromeos symbols into brillo namespace by Alex Vakulenko · 9 years ago
  94. eabfe23 libchromeos: Add osrelease_reader libchromeos-core. by Bertrand SIMONNET · 9 years ago
  95. 18ebc55 Adding module tags so tests get built by default. by Ari Hausman-Cohen · 9 years ago
  96. a6a66ba Merge "Fix log message." by Jorge Lucangeli Obes · 9 years ago
  97. fd2f4da Revert "Adding module tags so tests get built by default." by Ari Hausman-Cohen · 9 years ago
  98. 4a71a24 Fix log message. by Jorge Lucangeli Obes · 9 years ago
  99. 2f5e1dc Adding module tags so tests get built by default. by Ari Hausman-Cohen · 9 years ago
  100. eb5b42f Merge "libchromeos: add support for synchronous PropertySet::Get to dbus" by Ningyuan Wang · 9 years ago