aboutsummaryrefslogtreecommitdiff
path: root/chromeos
AgeCommit message (Expand)Author
2015-06-17libchromeos: Handle dbus::FileDescriptor properly in dbus_method_invokerAlex Vakulenko
2015-06-17platform2: Fix issues with new version of libchromeAlex Vakulenko
2015-06-13libchromeos: New chromeos::MessageLoop virtual interface.Alex Deymo
2015-06-11libchromeos: [Ozone] Rename platform "dri" to platform "drm"Daniel Nicoara
2015-06-09libchromeos: Allow client to set response streamNathan Bullock
2015-06-07libchromeos: "Dispatching DBus method call" from LOG(INFO) to VLOG(1)Jocelyn Bohr
2015-06-04libchromeos: Allow chunked HTTP uploads when data size is unknownAlex Vakulenko
2015-06-04buffet: Make TLS shut down gracefully on connection terminationAlex Vakulenko
2015-06-04libchromeos: Add ability to pass timeout to Stream::WaitForDataBlockingAlex Vakulenko
2015-06-01cryptohome: Fixed and re-enabled Service unit tests.Darren Krahn
2015-05-28libchromeos: fix -Wpessimizing-move warningYunlian Jiang
2015-05-27libchromeos: Enable touch noise filtering on Chromebook Pixel 1Peter Kotwicz
2015-05-27libchromeos: Enable remote host validation during TLS handshakeAlex Vakulenko
2015-05-27buffet: XMPP channel sockets are left behind unclosedAlex Vakulenko
2015-05-23platform2: Enforce virtual destructors on base classesAlex Vakulenko
2015-05-22libchromeos: Fix race condition in CURL transportAlex Vakulenko
2015-05-21libchromeos: Fix implementations of Stream::CancelPendingAsyncOperations()Alex Vakulenko
2015-05-19libchromeos: Simplify state of chromeos::StreamVitaly Buka
2015-05-19libchromeos: Allow overriding signals with built in handlers in Daemon.Ricky Zhou
2015-05-18libchromeos: Add the ability to cancel pending async stream reads/writesAlex Vakulenko
2015-05-14libchromeos: Remove ignore-resolution-limits-for-accelerated-video-decode flaghenryhsu
2015-05-13libchromeos: Fix security review comments in TlsStream classAlex Vakulenko
2015-05-13libchromeos: Enable SSL certificate validation explicitly in http utilsAlex Vakulenko
2015-05-11libchromeos: Add fake stream implementation to help with unit testsAlex Vakulenko
2015-05-07libchromeos: Move stream access helper functions to stream_utils.hAlex Vakulenko
2015-05-07libchromeos: Fix memory leak in chromeos::http::FormFieldAlex Vakulenko
2015-05-07libchromeos: Add TLS stream support based on raw socket streamAlex Vakulenko
2015-05-07libchromeos: Implement chromeos::Stream-based BIO for OpenSSLAlex Vakulenko
2015-05-07libchromeos: Make it possible to call async handlers in fake HTTP transportAlex Vakulenko
2015-05-01libchromeos: Add utility class for exponential backoff mechanismAlex Vakulenko
2015-04-29libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlersAlex Vakulenko
2015-04-29libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacksAlex Vakulenko
2015-04-24soma: libchromeos: Add and use make_unique_ptrChris Masone
2015-04-23libchromeos: Remove old freon TODOs from chromium_command_builderMichael Spang
2015-04-23libchromeos: Remove display size flags for Pixel & PeppyMichael Spang
2015-04-13libchromeos: Switch http Response to use streamsAlex Vakulenko
2015-04-10libchromeos: Switch http Request to use streamsAlex Vakulenko
2015-04-10libchromeos: Add FlushAsync() to the Stream interface.Alex Deymo
2015-04-09buffet: Fix command progress update JSON for GCD serverAlex Vakulenko
2015-04-03platform2: Explicitly use base:: namespace with CommandLineAlex Vakulenko
2015-04-02libchromeos: Add bool GetValue(T*) to AnyChristopher Wiley
2015-04-02libchromeos: Allow registering custom signal handlers.Ricky Zhou
2015-04-02libchromeos: Fix support for protobufs in D-Bus serializationAlex Vakulenko
2015-04-02libchromeos: Remove obsolete flags for highdpi devices.Mitsuru Oshima
2015-04-01libchromeos: Unify interface for SecureBlob to match that of BlobAlex Vakulenko
2015-04-01libchromeos: Move GetUserInfo to core lib, add GetGroupInfoChris Masone
2015-04-01libchromeos: Allow to provide process exit code in Daemon::Quit()Alex Vakulenko
2015-03-26libchromeos: Add memory stream implementationAlex Vakulenko
2015-03-25libchromeos: Add D-Bus de-serialization for array of dictionariesAlex Vakulenko
2015-03-25libchromeos: Add Error::Clone()Vitaly Buka