aboutsummaryrefslogtreecommitdiffstats
path: root/brillo
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'aosp/upstream-master' into aosp/master.android-o-mr1-iot-release-1.0.4Sen Jiang2018-08-1063-857/+1963
|\
| * move manifest* from imageloader to libbrilloXiaochu Liu2018-08-013-0/+289
| * Add SecureBlob::HexStringToSecureBlob.Jorge Lucangeli Obes2018-06-283-0/+42
| * SecureBlob: Improve unit tests.Jorge Lucangeli Obes2018-06-211-27/+70
| * libbrillo: Blob combining utilityMaksim Ivanov2018-06-073-0/+30
| * libbrillo: Blob to/from std::string conversionsMaksim Ivanov2018-06-053-0/+26
| * dbus: Fix Properties.Set handler to also emit PropertiesChangedSonny Sasaka2018-06-051-1/+1
| * libbrillo: Add SecureBlob constructor from BlobMaksim Ivanov2018-05-313-0/+13
| * libbrillo: avoid double-binding callbacks and operator()Eric Caruso2018-05-183-54/+45
| * libbrillo: Delete GlibMessageLoop.Daniel Erat2018-05-024-355/+1
| * libbrillo: Add a way to construct FileDescriptor without duping FDRyo Hashimoto2018-04-251-0/+8
| * libbrillo: use bound arguments rather than capture-by-refEric Caruso2018-04-1114-211/+264
| * libbrillo: use task runners instead of message loopsEric Caruso2018-04-112-5/+8
| * libbrillo: remove unused headerEric Caruso2018-04-101-1/+0
| * libbrillo: use DCHECK_IS_ON() rather than DEBUG_MODEEric Caruso2018-04-101-3/+8
| * libbrillo: remove all uses of dbus::FileDescriptorEric Caruso2018-04-065-120/+4
| * libbrillo: dup and scope file descriptorEric Caruso2018-04-033-5/+27
| * libbrillo: Resets property update callback on UnregisterPropertySonny Sasaka2018-03-243-0/+12
| * libbrillo: add default constructor for FileDescriptorEric Caruso2018-03-221-0/+1
| * libbrillo: use base::Value instead of StringValueEric Caruso2018-03-161-2/+2
| * libbrillo: Expose DBusObject of ExportedObjectManager.Sonny Sasaka2018-03-161-0/+7
| * libbrillo: provide Daemon method to do init on message loopEric Caruso2018-03-132-0/+20
| * libbrillo: Support adding/removing interfaces and their properties.Sonny Sasaka2018-03-096-0/+90
| * libbrillo: add new FD D-Bus bindingsEric Caruso2018-03-096-10/+161
| * libbrillo: use std::make_unique in Value constructionEric Caruso2018-03-051-5/+5
| * libbrillo: Bitwise operator templates for enumsAaron Wood2018-03-022-0/+368
| * libbrillo: Support custom D-Bus property handlersSonny Sasaka2018-03-022-13/+49
| * libbrillo: use ScopedTempDir::GetPathEric Caruso2018-02-086-29/+30
| * libbrillo: add location to FileDescriptorWatcher constructorEric Caruso2018-02-082-2/+4
| * libbrillo: Disable asan on SecureMemset.Manoj Gupta2018-02-024-7/+29
| * libbrillo: Disable ResizeTest when asan is used.Manoj Gupta2018-01-261-0/+8
| * Make session_manager use proper synchronization primitives.Denis Kuznetsov2017-12-183-15/+324
| * libbrillo: Log CleanupRaju Konduru2017-10-131-7/+9
| * libbrillo: migrate from base::MakeUnique to std::make_uniqueBen Chan2017-10-062-3/+1
| * Added getting proxy config from Chrome and default proxy transportJeffrey Kardatzke2017-09-286-0/+412
| * libbrillo: allow redirecting process inputStephen Barber2017-09-224-1/+50
| * libbrillo: Steer people away from GLib.Daniel Erat2017-08-253-0/+11
| * Remove inclusion of brillo/daemons/daemon.h in process_reaper.*Ben Chan2017-08-242-2/+0
| * syslog: new option to log in interactive sessionsMike Frysinger2017-08-172-0/+8
| * libbrillo: Add GetDaemonPathForTemporaryUserHome to cryptohome utilitiesPavol Marko2017-07-172-3/+32
| * Remove brillo::make_unique_ptr.Ben Chan2017-07-061-25/+0
| * libbrillo: factor out Properties interface setupEric Caruso2017-05-232-30/+22
| * libbrillo: Add daemon logging util functions.Justin TerAvest2017-04-252-1/+34
| * libbrillo: migrate usage of deprecated base::Value methodsBen Chan2017-02-071-2/+2
| * libbrillo: remove invocation of g_type_init()Ben Chan2017-02-033-9/+0
| * http_transport_curl: add an API to bind IP addressJulan Hsu2017-02-025-0/+17
| * Fix libbrillo warnings to make it build with llvm-next on chromeos.Manoj Gupta2017-01-282-2/+2
| * libbrillo: Update libchrome APIs to r395517Luis Hector Chavez2016-06-236-10/+11
| * Disable SimpleProcess.BindFdToSameFd testAlex Deymo2016-05-171-1/+7
* | libbrillo: Update libchrome APIS to r456626.Jay Civelli2017-12-1218-97/+78