1. 1193286 Process: allow closed target fd. by Sen Jiang · 6 years ago
  2. cfd1fbb Uprev libchrome to r576279 (1/many) by Jakub Pawlowski · 6 years ago
  3. 0fa01c3 Merge remote-tracking branch 'aosp/upstream-master' into aosp/master. by Sen Jiang · 6 years ago
  4. d88bc3e move manifest* from imageloader to libbrillo by Xiaochu Liu · 6 years ago
  5. 4f500da Add SecureBlob::HexStringToSecureBlob. by Jorge Lucangeli Obes · 6 years ago
  6. c251402 SecureBlob: Improve unit tests. by Jorge Lucangeli Obes · 6 years ago
  7. aeb7bb4 libbrillo: Blob combining utility by Maksim Ivanov · 6 years ago
  8. 30b3a16 libbrillo: Blob to/from std::string conversions by Maksim Ivanov · 6 years ago
  9. ce194b9 dbus: Fix Properties.Set handler to also emit PropertiesChanged by Sonny Sasaka · 6 years ago
  10. 6bc9c1d libbrillo: Add SecureBlob constructor from Blob by Maksim Ivanov · 6 years ago
  11. c407581 libbrillo: avoid double-binding callbacks and operator() by Eric Caruso · 6 years ago
  12. 514938d libbrillo: Delete GlibMessageLoop. by Daniel Erat · 6 years ago
  13. a1880bb libbrillo: Add a way to construct FileDescriptor without duping FD by Ryo Hashimoto · 6 years ago
  14. c452c4c libbrillo: use bound arguments rather than capture-by-ref by Eric Caruso · 6 years ago
  15. 69df7cb libbrillo: use task runners instead of message loops by Eric Caruso · 6 years ago
  16. 895aba9 libbrillo: remove unused header by Eric Caruso · 6 years ago
  17. 21ae3c1 libbrillo: use DCHECK_IS_ON() rather than DEBUG_MODE by Eric Caruso · 6 years ago
  18. f02fd73 libbrillo: remove all uses of dbus::FileDescriptor by Eric Caruso · 6 years ago
  19. 75578a9 libbrillo: dup and scope file descriptor by Eric Caruso · 7 years ago
  20. c879ed3 libbrillo: Resets property update callback on UnregisterProperty by Sonny Sasaka · 7 years ago
  21. 2b61f16 libbrillo: add default constructor for FileDescriptor by Eric Caruso · 7 years ago
  22. b10d41f libbrillo: use base::Value instead of StringValue by Eric Caruso · 7 years ago
  23. 50228d6 libbrillo: Expose DBusObject of ExportedObjectManager. by Sonny Sasaka · 7 years ago
  24. 0a5aff8 libbrillo: provide Daemon method to do init on message loop by Eric Caruso · 7 years ago
  25. 91b37e0 libbrillo: Support adding/removing interfaces and their properties. by Sonny Sasaka · 7 years ago
  26. 627d2c4 libbrillo: add new FD D-Bus bindings by Eric Caruso · 7 years ago
  27. 918c24d libbrillo: use std::make_unique in Value construction by Eric Caruso · 7 years ago
  28. bdfc828 libbrillo: Bitwise operator templates for enums by Aaron Wood · 7 years ago
  29. 037e08d libbrillo: Support custom D-Bus property handlers by Sonny Sasaka · 7 years ago
  30. c1f7f7c libbrillo: use ScopedTempDir::GetPath by Eric Caruso · 7 years ago
  31. 48386c3 libbrillo: add location to FileDescriptorWatcher constructor by Eric Caruso · 7 years ago
  32. 91944f2 libbrillo: Disable asan on SecureMemset. by Manoj Gupta · 7 years ago
  33. cd5ebb2 libbrillo: Disable ResizeTest when asan is used. by Manoj Gupta · 7 years ago
  34. 58e79ba Make session_manager use proper synchronization primitives. by Denis Kuznetsov · 7 years ago
  35. 324b951 libbrillo: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  36. 1d20c7d Bitwise operator templates for enums by Aaron Wood · 7 years ago
  37. 62b7538 libbrillo: Log Cleanup by Raju Konduru · 7 years ago
  38. de7f50d libbrillo: migrate from base::MakeUnique to std::make_unique by Ben Chan · 7 years ago
  39. bb9dbcb Added getting proxy config from Chrome and default proxy transport by Jeffrey Kardatzke · 7 years ago
  40. 84b910f libbrillo: allow redirecting process input by Stephen Barber · 7 years ago
  41. 35dcdc7 libbrillo: Steer people away from GLib. by Daniel Erat · 7 years ago
  42. c5bf48b Remove inclusion of brillo/daemons/daemon.h in process_reaper.* by Ben Chan · 7 years ago
  43. a1a7e93 syslog: new option to log in interactive sessions by Mike Frysinger · 7 years ago
  44. 54b117b Revert "libbrillo: Update libchrome APIS to r456626." by Luis Hector Chavez · 7 years ago
  45. 2dc254a libbrillo: Update libchrome APIS to r456626. by Jay Civelli · 8 years ago
  46. 9f21d7d libbrillo: Add GetDaemonPathForTemporaryUserHome to cryptohome utilities by Pavol Marko · 7 years ago
  47. 070af5e Remove brillo::make_unique_ptr. by Ben Chan · 7 years ago
  48. b93979c libbrillo: factor out Properties interface setup by Eric Caruso · 7 years ago
  49. 9471399 Include <sys/sysmacros.h> for major/minor/makedev. by Elliott Hughes · 7 years ago
  50. fe43ad0 libbrillo: Add daemon logging util functions. by Justin TerAvest · 7 years ago
  51. 8bad64c Don't crash if /oem/os-release.d/product_id does not exist. by Sen Jiang · 8 years ago
  52. 1c8c1f9 libbrillo: migrate usage of deprecated base::Value methods by Ben Chan · 8 years ago
  53. ed18601 libbrillo: remove invocation of g_type_init() by Ben Chan · 8 years ago
  54. 2a5afe3 http_transport_curl: add an API to bind IP address by Julan Hsu · 8 years ago
  55. 1aba702 Fix libbrillo warnings to make it build with llvm-next on chromeos. by Manoj Gupta · 8 years ago
  56. e274369 Fix libbrillo warnings to make it build with llvm-next on chromeos. by Manoj Gupta · 8 years ago
  57. c7b0177 libbrillo: Update libchrome APIs to r405848 by Luis Hector Chavez · 8 years ago
  58. 253b5b6 Fix clang-tidy warnings in libbrillo by Chih-Hung Hsieh · 8 years ago
  59. 16c285d libbrillo: Update libchrome APIs to r395517 by Luis Hector Chavez · 8 years ago
  60. 711d51c Fix clang-tidy warnings in libbrillo by Chih-Hung Hsieh · 8 years ago
  61. 4ec4c4d libbrillo: Update libchrome APIs to r395517 by Luis Hector Chavez · 8 years ago
  62. 605f5a1 Disable SimpleProcess.BindFdToSameFd test by Alex Deymo · 8 years ago
  63. ae40d5e Disable SimpleProcess.BindFdToSameFd test. by Alex Deymo · 8 years ago
  64. ed104e9 libbrillo: Add curl_multi_perform, curl_multi_wait wrappers. by Dan Colish · 8 years ago
  65. 8c0f192 libbrillo: Remove release/aquire semantic from scoped_ptr/unique_ptr by Alex Vakulenko · 8 years ago
  66. 476d59a Fix Process::BindFd when passing the same fd to the child. by Alex Deymo · 9 years ago
  67. 0274f77 brillo: handle arrays of string maps in dbus serialization by Timothy Jennison · 9 years ago
  68. f151b2b libbrillo: Update Chrome OS gyp files to refer to new libchrome revision by Alex Vakulenko · 9 years ago
  69. c90f923 Use PLOG() to log the error message in process.cc by Alex Deymo · 9 years ago
  70. ef47c40 Call MessageLoop::current() to detect if a message loop was created. by Alex Deymo · 9 years ago
  71. 922d235 Drop the required base::MessageLoopForIO when creating a BaseMessageLoop. by Alex Deymo · 9 years ago
  72. ba88230 Make BinderWatcher use brillo::MessageLoop. by Alex Deymo · 9 years ago
  73. b57ecfa libbrillo: Add base::Value conversion functions by Alex Vakulenko · 9 years ago
  74. 2a25190 Add DBusConnection helper class to use instead of DBusDaemon. by Alex Deymo · 9 years ago
  75. 80b7ee9 libbrillo: Update libchrome APIs to r369476 by Alex Vakulenko · 9 years ago
  76. 77edc53 Disable binder detection for the host. by Alex Deymo · 9 years ago
  77. d671746 Don't delete and add the binder fd in BaseMessageLoop. by Alex Deymo · 9 years ago
  78. 27f8f94 Disable TypeTag tests when USE_RTTI_FOR_TYPE_TAGS is defined. by Alex Deymo · 9 years ago
  79. 4d8501c libbrillo: Remove RTTI from the library by Alex Vakulenko · 9 years ago
  80. 2fd46ba Fix compiler warnings in libbrillo by Christopher Wiley · 9 years ago
  81. d6720ce libbrillo: extend Process API to support sandboxing by Samuel Tan · 9 years ago
  82. 7a8c2c1 minijail: add support for resetting child process's signal mask by Peter Qiu · 9 years ago
  83. 21cfdb8 libbrillo: Fix unit tests. by Bertrand SIMONNET · 9 years ago
  84. 992e429 Fix Process unittests. by Alex Deymo · 9 years ago
  85. 418cb56 libbrillo: process: close unused file descriptors inherited from parent by Peter Qiu · 9 years ago
  86. bccdc4c libbrillo: Use the restricted certificates. by Bertrand SIMONNET · 9 years ago
  87. b6a5c61 Add a method to ProcessReaper to forget a tracked pid by Paul Stewart · 9 years ago
  88. fed60b0 Rename "libchromeos" into "libbrillo" by Alex Vakulenko · 9 years ago
  89. 2df1163 libchromeos: Compile missing unit tests on Android by Alex Vakulenko · 9 years ago
  90. 7660177 Fix Any::TypeMismatch unit test by Alex Vakulenko · 9 years ago
  91. d4d2d73 Fix Any::Buffer.Store_Objects unit test by Alex Vakulenko · 9 years ago
  92. 8d6301a Remove Any::GetType() and rely on type name when comparing types by Alex Vakulenko · 9 years ago
  93. 378e75c libchromeos: minijail: do not use ld preload API functions on Android by Samuel Tan · 9 years ago
  94. 8d0597a Fixed missed renames from previous CL by Alex Vakulenko · 9 years ago
  95. 9ed0cab Move chromeos symbols into brillo namespace by Alex Vakulenko · 9 years ago