1. 05d2904 libchromeos: Cleaned up code with clang-format by Alex Vakulenko · 10 years ago
  2. f5effe9 libchromeos: Add some missing unit tests for HTTP utilities. by Alex Vakulenko · 10 years ago
  3. f95a2b9 libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  4. 47e9a9d libchromeos: Add multipart/form-data support for http uploads by Alex Vakulenko · 10 years ago
  5. 2e15791 libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  6. 3310a01 libchromeos: Allow lambdas to use move-only types with base::Bind by Alex Vakulenko · 10 years ago
  7. ae000f3 libchromeos: Remove touchscreen calibration workaround for rush_ryu by Yufeng Shen · 10 years ago
  8. 3e79c4d libchromeos: set enable_hw_video_decode=1 for all boards by Mike Frysinger · 10 years ago
  9. f1c5886 libchromeos: Fix DBusDaemon destructor to check bus pointer before shutdown by Steve Fung · 10 years ago
  10. 993233e libchromeos: add GetOrDefault to map_utils by Bertrand SIMONNET · 10 years ago
  11. ce46f5e libchromeos: Replace ScopedDBusErrorWrapper with dbus::ScopedDBusError by Alex Vakulenko · 10 years ago
  12. f7fd94d libchromeos: Added GetMapKeysAsVector() and unit tests by Alex Vakulenko · 10 years ago
  13. 72d8168 libchromeos: add proxy capability to http_transport by Bertrand SIMONNET · 10 years ago
  14. 7fb5e54 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  15. bf74b6a libchromeos: Change TouchFile() uid/gid defaults. by David Pursell · 10 years ago
  16. 603edcc libchromeos: remove usage of variadic macros from flag_helpers.h by Alex Vakulenko · 10 years ago
  17. 8667f32 libchromeos: support for DBus Property Set method by Peter Qiu · 10 years ago
  18. ce4089a libchromeos: allow child process option to not inherit signal mask by Peter Qiu · 10 years ago
  19. 3072182 libchromeos: Drop athena highdpi workaround for rush_ryu by Michael Spang · 10 years ago
  20. 5cadeae libchromeos: Add TouchFile() function. by David Pursell · 10 years ago
  21. b78e8dd libchromeos: Add path search option to Process. by David Pursell · 10 years ago
  22. 973ba0a libchromeos: Add support for invoking D-Bus methods asynchronously by Alex Vakulenko · 10 years ago
  23. 88e2235 libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 10 years ago
  24. 3ca1948 libchromeos: Fix GPU acceleration on freon boards by Stéphane Marchesin · 10 years ago
  25. 2cd6793 libchromeos: Enable -Werror. by Alex Deymo · 10 years ago
  26. cc16f10 Revert "privetd: Add HTTPS support" by Yu-Ju Hong · 10 years ago
  27. f0bb95c privetd: Add HTTPS support by Alex Vakulenko · 10 years ago
  28. 0748d37 chromeos-dbus-bindings: Add support for STRUCT and typed async methods by Alex Vakulenko · 10 years ago
  29. f65d849 libchromeos: Use gbm platform for samus board by Haixia Shi · 10 years ago
  30. 0a76612 libchromeos: enable HW VP8 encoding for kitty by Ken Chang · 10 years ago
  31. cbce187 libchromeos: Support D-Bus STRUCT of any size via std::tuple<> by Alex Vakulenko · 10 years ago
  32. 8a58137 privetd: Added /privet/ping HTTP handler for autotest by Alex Vakulenko · 10 years ago
  33. 4baf39b libchromeos: Use gbm platform for zako_freon board by Haixia Shi · 10 years ago
  34. c1ea9de libchromeos: [Ozone] Replace --ash-host-window-bounds with an Ozone equivalent by Daniel Nicoara · 10 years ago
  35. 5e16f06 libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  36. 1ac98e2 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  37. 8f815f5 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  38. 003e3bb libchromeos: Fix DBus data serialization to work with custom types by Alex Vakulenko · 10 years ago
  39. f02e379 libchromeos: Make sure DBusInterface::HandleMethodCall is under test by Alex Vakulenko · 10 years ago
  40. c60df90 libchromeos: Fix regression in DBusInterface::HandleMethodCall by Alex Vakulenko · 10 years ago
  41. d6c1578 libchromeos: Enable ozone surfaceless mode for all gbm builds by Albert Chaulk · 10 years ago
  42. ff7e21d libchromeos: Add support for const class member as D-Bus method handlers by Alex Vakulenko · 10 years ago
  43. 2c93bf5 libchromeos: Move common code of AddXXXMethodHandler() out by Alex Vakulenko · 10 years ago
  44. f437e3b libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 10 years ago
  45. 00ceab8 libchromeos: ExtractMethodCallResults returns error when D-Bus method fails by Alex Vakulenko · 10 years ago
  46. 19d8ab4 libchromeos: Add 4K support for Tegra devices by Viranjan · 10 years ago
  47. f6cf13d libchromeos: clang-format Minijail wrappers. by Jorge Lucangeli Obes · 10 years ago
  48. 6aed560 libchromeos: Support '--boolflag=true/false' in FlagHelper class by Steve Fung · 10 years ago
  49. 6e6178f libchromeos: Use gbm platform for peppy_freon board by Haixia Shi · 10 years ago
  50. df268d8 buffet: Refetch access token when expired. by Anton Muhin · 10 years ago
  51. 90f61fd libchromeos: Add support for OUT parameters in D-Bus method invoker by Alex Vakulenko · 10 years ago
  52. e4d71e7 libchromeos: Add some flags to workaround issues with rush_ryu by Michael Spang · 10 years ago
  53. 18da777 libchromeos: void OsReleaseReader.Load() by Nathan Bullock · 10 years ago
  54. a83b1d2 libchromeos: Add helpers to work with void pointers by Alex Vakulenko · 10 years ago
  55. 601ecf8 libchromeos: add API to query /etc/os-release by Bertrand SIMONNET · 10 years ago
  56. bba50fa libchromeos: Add functions to undecorate type names by Alex Vakulenko · 10 years ago
  57. fc5f2b6 libchromeos: Revert "Revert "libchromeos: Reenable vaapi HW encode acceleration."" by Pawel Osciak · 10 years ago
  58. 927171f libchromeos: Add native C++ D-Bus signal handler support by Alex Vakulenko · 10 years ago
  59. e1a9abe libchromeos: Fix Initialization of FlagHelper class by Steve Fung · 10 years ago
  60. b068aeb libchromeos: Add Error::FindError/FindErrorOfDomain methods by Alex Vakulenko · 10 years ago
  61. 48b3d5f libchromeos: Add in FlagHelper command line flag tool by Steve Fung · 10 years ago
  62. 6c8177f Revert "libchromeos: Reenable vaapi HW encode acceleration." by Daniel Erat · 10 years ago
  63. be3d82e libchromeos: Reenable vaapi HW encode acceleration. by Pawel Osciak · 10 years ago
  64. 05127f7 libchromeos: Validate file descriptors when obtaining over D-Bus by Alex Vakulenko · 10 years ago
  65. d550ef9 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 10 years ago
  66. 097cab6 libchromeos: Add another overload of SplitAtFirst by Alex Vakulenko · 10 years ago
  67. edf1a2b Move KeyValueStore to libchromeos by Alex Deymo · 10 years ago
  68. 72765fa libchromeos: policy: Fail GetAuP2PEnabled() when field is not set. by David Zeuthen · 10 years ago
  69. 1363ed6 libchromeos: Wrap ScopedDBusError to eliminate link deps on dbus-1 by Alex Vakulenko · 10 years ago
  70. f3cf543 libchromeos: Fix potential reference to temporary in Any class by Alex Vakulenko · 10 years ago
  71. 1015de7 libchromeos: Add standard system error support to chromeos::Error by Alex Vakulenko · 10 years ago
  72. cabc46f libchromeos: Use CallMethodAndBlockWithErrorDetails in dbus_method_invoker by Alex Vakulenko · 10 years ago
  73. e10a703 libchromeos: Fixed D-Bus method call error handling by Alex Vakulenko · 10 years ago
  74. c411f7f libchromeos, chaps, cryptohome: move SecureBlob utility functions by Utkarsh Sanghi · 10 years ago
  75. 49ec38f peerd: Add Avahi DBus interface by Christopher Wiley · 10 years ago
  76. 3e007ac libchromeos: Add verbose error logging to D-Bus methods by Alex Vakulenko · 10 years ago
  77. 504322d libchromeos: Add base classes for creating daemons by Alex Vakulenko · 10 years ago
  78. cb10464 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  79. 825ac40 Update to build against libchrome-293518. by Ben Chan · 10 years ago
  80. 65231d2 libchromeos: Add application/x-protobuf MIME type to mime_utils by Alex Vakulenko · 10 years ago
  81. a7e76a4 libchromeos: policy: Fail GetHttpDownloadsEnabled() when field is not set. by Alex Deymo · 10 years ago
  82. 7c686ea libchromeos: Add http::Transport::CreateDefault to hide CURL by Alex Vakulenko · 10 years ago
  83. f38f074 libchromeos: Cleaned up error handling in http_utils by Alex Vakulenko · 10 years ago
  84. 0666e11 libchromeos: replaced typdefs with type aliases ("using") by Alex Vakulenko · 10 years ago
  85. 88c1b4b libchromeos: Add operator==() to chromeos::Any class by Alex Vakulenko · 10 years ago
  86. 90e4ffc libchromeos: Add GetDefaultCompletionAction() to AsyncEventSequencer by Alex Vakulenko · 10 years ago
  87. f2418e5 libchromeos: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 10 years ago
  88. 6cd7f81 libchromeos: Add D-Bus method invoker helpers by Alex Vakulenko · 10 years ago
  89. 46dabd1 libchromeos: Add D-Bus serialization for google::protobuf::MessageLite by Alex Vakulenko · 10 years ago
  90. 847b871 libchromeos: Disable automatic symbol exports from libchromeos by Alex Vakulenko · 10 years ago
  91. 9d99bc6 libchromeos: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  92. fa8f944 libchromeos: Implement D-Bus signal registration by Alex Vakulenko · 10 years ago
  93. 1510466 libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 10 years ago
  94. bacf4f0 libchromeos: Fix build break on clang by Alex Vakulenko · 10 years ago
  95. a5f4284 libchromeos: Add MockDBusObject by Christopher Wiley · 10 years ago
  96. 1e259af libchromeos: Add DBusParamWriter and unit tests by Alex Vakulenko · 10 years ago
  97. b381365 libchromeos: split dbus_utils.h/extract data serialization routines by Alex Vakulenko · 10 years ago
  98. e46e51f libchromeos: Extract D-Bus parameter parsing from DBusObject by Alex Vakulenko · 10 years ago
  99. f788c95 libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  100. 25a64d4 libchromeos: Clean up usage of passwd struct in test. by Daniel Erat · 10 years ago