1. 5e6ff6c buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 10 years ago
  2. 2c1029f buffet: Store anonymous_access_role in buffet config and state by Vitaly Buka · 10 years ago
  3. cf5248c buffet: Save save buffet state on UpdateDeviceInfo call by Vitaly Buka · 10 years ago
  4. d1978d3 buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 10 years ago
  5. ab5f27b libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacks by Alex Vakulenko · 10 years ago
  6. b211c10 buffet: Queue multiple command update requests to the server by Alex Vakulenko · 10 years ago
  7. f784e21 buffet: Add 'origin' property to Command by Alex Vakulenko · 10 years ago
  8. 9ea5a32 buffet: Add command_def filtering by command visibility by Alex Vakulenko · 10 years ago
  9. fa94706 buffet: Add read-only properties with buffet config options by Vitaly Buka · 10 years ago
  10. 867b088 buffet: Update configuration reading for new fields moved from privetd by Vitaly Buka · 10 years ago
  11. f71cca6 libchromeos: Switch http Response to use streams by Alex Vakulenko · 10 years ago
  12. 468f7f3 buffet: Deprecate "displayName" in favor of "name" in device resource by Alex Vakulenko · 10 years ago
  13. d732bd0 buffet: Add flag to disable XMPP support by Christopher Wiley · 10 years ago
  14. 34eae04 buffet: Allow configurable polling period by Christopher Wiley · 10 years ago
  15. 583d64b buffet: Rework buffet configuration by Christopher Wiley · 10 years ago
  16. 7ad8ffb buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  17. 620bd7e buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  18. b055f15 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  19. db770e7 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  20. 6ca3ad6 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  21. ba983c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  22. 390d191 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  23. 24d189f buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  24. 8fb6de7 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  25. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  26. f12f7f0 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  27. 6522ab6 buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  28. bea9113 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  29. e440848 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  30. d9e0bcd buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  31. 02ca28b buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  32. cd41966 buffet: StartDevice automatically after a short delay by Christopher Wiley · 10 years ago
  33. bb5b848 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  34. 1dbad47 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  35. d0db55c buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  36. e0fdeee buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  37. 586b8b5 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  38. ab8af68 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  39. 61ad4db buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  40. 6401d01 libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  41. 0357c03 libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  42. 89dde2f libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  43. 332df19 buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  44. d3eb19c buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 10 years ago
  45. 76933fd buffet: Serialize longs as strings. by Anton Muhin · 10 years ago
  46. b831562 buffet: Publish state updates. by Anton Muhin · 10 years ago
  47. 5975552 buffet: Support cloud command proxy. by Anton Muhin · 10 years ago
  48. ac8037d libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  49. 5191e81 buffet: Separate command IDs from DBus paths. by Anton Muhin · 10 years ago
  50. 6d2569e buffet: Abort limbo commands. by Anton Muhin · 10 years ago
  51. d07e206 buffet: Implement command polling. by Anton Muhin · 10 years ago
  52. c635c59 buffet: Refactor async operations. by Anton Muhin · 10 years ago
  53. 0ae1fba buffet: Implement a tool to do periodic polling. by Anton Muhin · 10 years ago
  54. 233d2ee buffet: Refetch access token when expired. by Anton Muhin · 10 years ago
  55. 9945fac buffet: Better access to JSON properies. by Anton Muhin · 10 years ago
  56. 9e19cdd buffet: Migrate from system_name to just name. by Anton Muhin · 10 years ago
  57. a34f0d9 buffet: Abort all the limbo commands. by Anton Muhin · 10 years ago
  58. 633eded buffet: Support retries for 5xx errors. by Anton Muhin · 10 years ago
  59. beb1c5b buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  60. ac661ab buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 10 years ago
  61. d8d3216 buffet: First step in device start implementation. by Anton Muhin · 10 years ago
  62. 532ff7e buffet: Simplify device registration. by Anton Muhin · 11 years ago
  63. a480314 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 11 years ago
  64. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  65. b04936f buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 11 years ago
  66. eb4cfb9 buffet: Use Transport::CreateDefault() to create curl http transport by Alex Vakulenko · 11 years ago
  67. a8b95bc libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 11 years ago
  68. cca2093 libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  69. a904434 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 11 years ago
  70. 3aeea1c libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  71. bd5b544 libchromeos: Move url_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  72. e4879a2 libchromeos: Move data_encoding from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  73. b8fc1df libchromeos: Migrate string_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  74. f2784de buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 11 years ago
  75. 5f47206 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  76. 4510944 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 11 years ago
  77. 1f30a62 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 11 years ago
  78. 5841c30 buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 11 years ago
  79. 96c84d3 Buffet: utility function tweaks by Alex Vakulenko · 11 years ago
  80. af23b32 buffet: Remove 'chromeos' namespace and move everything to buffet NS by Alex Vakulenko · 11 years ago
  81. b3aac25 buffet: Added advanced error reporting by Alex Vakulenko · 11 years ago
  82. 006e94e buffet: Extract StorageInterface and implementations into separate files by Christopher Wiley · 11 years ago
  83. 8e34d39 buffet: Added unit tests for DeviceRegistrationInfo class by Alex Vakulenko · 11 years ago
  84. a3062c5 buffet: reworked http transport to prepare for unit testing by Alex Vakulenko · 11 years ago
  85. bda220a buffet: added url_utils by Alex Vakulenko · 11 years ago
  86. 3cb466c Buffet: Phase 1 of GCD device registration workflow by Alex Vakulenko · 11 years ago