Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libbrillo
/
35babde85282fd18ce13a5b1c680d0e549a9c03e
/
chromeos
35babde
libchromeos: add GetKeys() method to KeyValueStore
by Aaron Kemp
· 10 years ago
e8f2d2b
peerd: Don't use service tokens
by Christopher Wiley
· 10 years ago
9ce03ad
libchromeos: Add 4K support for Nyan Kitty devices
by Viranjan
· 10 years ago
3b34ec4
libchromeos: Add overloads for D-Bus method handlers with dbus::Message
by Alex Vakulenko
· 10 years ago
982f6d4
libchromeos: Fix race in DBusObject lifetime.
by Christopher Wiley
· 10 years ago
d360e9b
libchromeos: Remove http::GetAsString/GetAsStringAndBlock methods
by Alex Vakulenko
· 10 years ago
454f5f3
peerd: Remove exposed services on death.
by Christopher Wiley
· 10 years ago
7eab65f
libchromeos: Added missing request_id to http::GetAsString() callback
by Alex Vakulenko
· 10 years ago
1fde693
libchromeos: Restart watching for FDs when watch mode changes
by Alex Vakulenko
· 10 years ago
39a28f2
libchromeos: http timeout
by Dave Tapuska
· 10 years ago
a0a9758
libchromeos: Add missing AddRawMethodHandler variant
by Christopher Wiley
· 10 years ago
276a2d4
libchromeos: Let message loop process pending tasks before quitting
by Alex Vakulenko
· 10 years ago
d06bc93
libchromeos: Add Base64 encoding/decoding functions.
by Steve Fung
· 10 years ago
c0f562c
libchromeos: Functions to convert between strings and byte arrays
by Alex Vakulenko
· 10 years ago
eff2061
libchromeos: Add http::GetCanonicalHeaderName() method
by Alex Vakulenko
· 10 years ago
cb8b578
libchromeos: Add method to get the bus from DBusObject
by Alex Vakulenko
· 10 years ago
65060f1
libchromeos: fix -Winconsistent-missing-override warning.
by Yunlian Jiang
· 10 years ago
9ee4e71
libchromeos: Make KeyValueStore support multiline values.
by Daniel Erat
· 10 years ago
643a994
libchromeos: Make output redirection overwrite files.
by Daniel Erat
· 10 years ago
ed835a0
libchromeos: get rid of unused-local-typedef warning.
by Yunlian Jiang
· 10 years ago
aa7d677
libchromeos: Finish async http I/O API.
by Alex Vakulenko
· 10 years ago
ac3059d
libchromeos: Add request ID to async http I/O methods/callbacks
by Alex Vakulenko
· 10 years ago
05d2904
libchromeos: Cleaned up code with clang-format
by Alex Vakulenko
· 10 years ago
f5effe9
libchromeos: Add some missing unit tests for HTTP utilities.
by Alex Vakulenko
· 10 years ago
f95a2b9
libchromeos: Add async http I/O API, phase I.
by Alex Vakulenko
· 10 years ago
47e9a9d
libchromeos: Add multipart/form-data support for http uploads
by Alex Vakulenko
· 10 years ago
2e15791
libchromeos: Cleaned up HTTP utilities
by Alex Vakulenko
· 10 years ago
3310a01
libchromeos: Allow lambdas to use move-only types with base::Bind
by Alex Vakulenko
· 10 years ago
ae000f3
libchromeos: Remove touchscreen calibration workaround for rush_ryu
by Yufeng Shen
· 10 years ago
3e79c4d
libchromeos: set enable_hw_video_decode=1 for all boards
by Mike Frysinger
· 10 years ago
f1c5886
libchromeos: Fix DBusDaemon destructor to check bus pointer before shutdown
by Steve Fung
· 10 years ago
993233e
libchromeos: add GetOrDefault to map_utils
by Bertrand SIMONNET
· 10 years ago
ce46f5e
libchromeos: Replace ScopedDBusErrorWrapper with dbus::ScopedDBusError
by Alex Vakulenko
· 10 years ago
f7fd94d
libchromeos: Added GetMapKeysAsVector() and unit tests
by Alex Vakulenko
· 10 years ago
72d8168
libchromeos: add proxy capability to http_transport
by Bertrand SIMONNET
· 10 years ago
7fb5e54
Update libchrome to r307740 and fix build errors
by Alex Vakulenko
· 10 years ago
bf74b6a
libchromeos: Change TouchFile() uid/gid defaults.
by David Pursell
· 10 years ago
603edcc
libchromeos: remove usage of variadic macros from flag_helpers.h
by Alex Vakulenko
· 10 years ago
8667f32
libchromeos: support for DBus Property Set method
by Peter Qiu
· 10 years ago
ce4089a
libchromeos: allow child process option to not inherit signal mask
by Peter Qiu
· 10 years ago
3072182
libchromeos: Drop athena highdpi workaround for rush_ryu
by Michael Spang
· 10 years ago
5cadeae
libchromeos: Add TouchFile() function.
by David Pursell
· 10 years ago
b78e8dd
libchromeos: Add path search option to Process.
by David Pursell
· 10 years ago
973ba0a
libchromeos: Add support for invoking D-Bus methods asynchronously
by Alex Vakulenko
· 10 years ago
88e2235
libchromeos: Add D-Bus Property class that handles any data type
by Alex Vakulenko
· 10 years ago
3ca1948
libchromeos: Fix GPU acceleration on freon boards
by Stéphane Marchesin
· 10 years ago
2cd6793
libchromeos: Enable -Werror.
by Alex Deymo
· 10 years ago
cc16f10
Revert "privetd: Add HTTPS support"
by Yu-Ju Hong
· 10 years ago
f0bb95c
privetd: Add HTTPS support
by Alex Vakulenko
· 10 years ago
0748d37
chromeos-dbus-bindings: Add support for STRUCT and typed async methods
by Alex Vakulenko
· 10 years ago
f65d849
libchromeos: Use gbm platform for samus board
by Haixia Shi
· 10 years ago
0a76612
libchromeos: enable HW VP8 encoding for kitty
by Ken Chang
· 10 years ago
cbce187
libchromeos: Support D-Bus STRUCT of any size via std::tuple<>
by Alex Vakulenko
· 10 years ago
8a58137
privetd: Added /privet/ping HTTP handler for autotest
by Alex Vakulenko
· 10 years ago
4baf39b
libchromeos: Use gbm platform for zako_freon board
by Haixia Shi
· 10 years ago
c1ea9de
libchromeos: [Ozone] Replace --ash-host-window-bounds with an Ozone equivalent
by Daniel Nicoara
· 10 years ago
5e16f06
libchromeos: Strongly type return values of async D-Bus calls
by Alex Vakulenko
· 10 years ago
1ac98e2
Include the implemented header first in all projects.
by Alex Deymo
· 10 years ago
8f815f5
libchromeos: Add error location informaion to chromeos::Error
by Alex Vakulenko
· 10 years ago
003e3bb
libchromeos: Fix DBus data serialization to work with custom types
by Alex Vakulenko
· 10 years ago
f02e379
libchromeos: Make sure DBusInterface::HandleMethodCall is under test
by Alex Vakulenko
· 10 years ago
c60df90
libchromeos: Fix regression in DBusInterface::HandleMethodCall
by Alex Vakulenko
· 10 years ago
d6c1578
libchromeos: Enable ozone surfaceless mode for all gbm builds
by Albert Chaulk
· 10 years ago
ff7e21d
libchromeos: Add support for const class member as D-Bus method handlers
by Alex Vakulenko
· 10 years ago
2c93bf5
libchromeos: Move common code of AddXXXMethodHandler() out
by Alex Vakulenko
· 10 years ago
f437e3b
libchromeos: Add support for async D-Bus method handlers
by Alex Vakulenko
· 10 years ago
00ceab8
libchromeos: ExtractMethodCallResults returns error when D-Bus method fails
by Alex Vakulenko
· 10 years ago
19d8ab4
libchromeos: Add 4K support for Tegra devices
by Viranjan
· 10 years ago
f6cf13d
libchromeos: clang-format Minijail wrappers.
by Jorge Lucangeli Obes
· 10 years ago
6aed560
libchromeos: Support '--boolflag=true/false' in FlagHelper class
by Steve Fung
· 10 years ago
6e6178f
libchromeos: Use gbm platform for peppy_freon board
by Haixia Shi
· 10 years ago
df268d8
buffet: Refetch access token when expired.
by Anton Muhin
· 10 years ago
90f61fd
libchromeos: Add support for OUT parameters in D-Bus method invoker
by Alex Vakulenko
· 10 years ago
e4d71e7
libchromeos: Add some flags to workaround issues with rush_ryu
by Michael Spang
· 10 years ago
18da777
libchromeos: void OsReleaseReader.Load()
by Nathan Bullock
· 10 years ago
a83b1d2
libchromeos: Add helpers to work with void pointers
by Alex Vakulenko
· 10 years ago
601ecf8
libchromeos: add API to query /etc/os-release
by Bertrand SIMONNET
· 10 years ago
bba50fa
libchromeos: Add functions to undecorate type names
by Alex Vakulenko
· 10 years ago
fc5f2b6
libchromeos: Revert "Revert "libchromeos: Reenable vaapi HW encode acceleration.""
by Pawel Osciak
· 10 years ago
927171f
libchromeos: Add native C++ D-Bus signal handler support
by Alex Vakulenko
· 10 years ago
e1a9abe
libchromeos: Fix Initialization of FlagHelper class
by Steve Fung
· 10 years ago
b068aeb
libchromeos: Add Error::FindError/FindErrorOfDomain methods
by Alex Vakulenko
· 10 years ago
48b3d5f
libchromeos: Add in FlagHelper command line flag tool
by Steve Fung
· 10 years ago
6c8177f
Revert "libchromeos: Reenable vaapi HW encode acceleration."
by Daniel Erat
· 10 years ago
be3d82e
libchromeos: Reenable vaapi HW encode acceleration.
by Pawel Osciak
· 10 years ago
05127f7
libchromeos: Validate file descriptors when obtaining over D-Bus
by Alex Vakulenko
· 10 years ago
d550ef9
libchromeos: Move Dictionary class into its own header file
by Alex Vakulenko
· 10 years ago
097cab6
libchromeos: Add another overload of SplitAtFirst
by Alex Vakulenko
· 10 years ago
edf1a2b
Move KeyValueStore to libchromeos
by Alex Deymo
· 10 years ago
72765fa
libchromeos: policy: Fail GetAuP2PEnabled() when field is not set.
by David Zeuthen
· 10 years ago
1363ed6
libchromeos: Wrap ScopedDBusError to eliminate link deps on dbus-1
by Alex Vakulenko
· 10 years ago
f3cf543
libchromeos: Fix potential reference to temporary in Any class
by Alex Vakulenko
· 10 years ago
1015de7
libchromeos: Add standard system error support to chromeos::Error
by Alex Vakulenko
· 10 years ago
cabc46f
libchromeos: Use CallMethodAndBlockWithErrorDetails in dbus_method_invoker
by Alex Vakulenko
· 10 years ago
e10a703
libchromeos: Fixed D-Bus method call error handling
by Alex Vakulenko
· 10 years ago
c411f7f
libchromeos, chaps, cryptohome: move SecureBlob utility functions
by Utkarsh Sanghi
· 10 years ago
49ec38f
peerd: Add Avahi DBus interface
by Christopher Wiley
· 10 years ago
3e007ac
libchromeos: Add verbose error logging to D-Bus methods
by Alex Vakulenko
· 10 years ago
504322d
libchromeos: Add base classes for creating daemons
by Alex Vakulenko
· 10 years ago
cb10464
Update code to include base/files/file_util.h
by Ben Chan
· 10 years ago
Next »