1. 57ddc07 buffet: Add support for DEVICE_DELETED XMPP notification by Alex Vakulenko · 9 years ago
  2. 19208c7 buffet: Handle cloud request failures due to device deleted on cloud by Alex Vakulenko · 9 years ago
  3. da2312c buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 9 years ago
  4. 76ad11b buffet: Covert intervals into base::TimeDelta as soon as possible by Vitaly Buka · 9 years ago
  5. 7b63087 buffet: Serialize/queue device state updates to the cloud server by Alex Vakulenko · 9 years ago
  6. 6c37526 buffet: Implement exponential backoff for cloud requests by Alex Vakulenko · 9 years ago
  7. ab4e4ff platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  8. da869d6 buffet: Remove D-Bus between CloudDelegate and Buffet by Vitaly Buka · 9 years ago
  9. e30d378 privetd: Remove empty device name checks by Vitaly Buka · 9 years ago
  10. a5b2bd1 buffet: Fix failed XMPP authorization issue by Alex Vakulenko · 9 years ago
  11. cf30ff9 buffet: Add base.updateBaseConfiguration implementation by Vitaly Buka · 9 years ago
  12. df67dd2 buffet: Make periodic polling secondary if XMPP channel is up by Alex Vakulenko · 9 years ago
  13. 828b1cf buffet: Push state changed to the server immediately by Vitaly Buka · 9 years ago
  14. 107ca15 buffet: XMPP channel sockets are left behind unclosed by Alex Vakulenko · 9 years ago
  15. f6183df buffet: Hook up XMPP to deliver push notifications to buffet by Alex Vakulenko · 9 years ago
  16. cbadabe buffet: Make RegisterDevice accept only ticket ID by Vitaly Buka · 9 years ago
  17. 7cd0197 buffet: Add D-Bus API to change GCD service settings by Vitaly Buka · 9 years ago
  18. bf4ba65 buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 9 years ago
  19. 0d2e807 buffet: Switch XmppChannel to use asynchronous socket streams by Alex Vakulenko · 9 years ago
  20. 15f24dc buffet: Added local_discovery_enabled and local_pairing_enabled options by Vitaly Buka · 9 years ago
  21. 7a43997 buffet: StorageInterface::Save accepts const reference by Vitaly Buka · 9 years ago
  22. e43871f buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 9 years ago
  23. f5bd11d buffet: Store anonymous_access_role in buffet config and state by Vitaly Buka · 9 years ago
  24. e42ee32 buffet: Save save buffet state on UpdateDeviceInfo call by Vitaly Buka · 9 years ago
  25. a031e1b buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 9 years ago
  26. 80d45b9 libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacks by Alex Vakulenko · 9 years ago
  27. 36b965e buffet: Queue multiple command update requests to the server by Alex Vakulenko · 9 years ago
  28. d419044 buffet: Add 'origin' property to Command by Alex Vakulenko · 9 years ago
  29. ec41a0c buffet: Add command_def filtering by command visibility by Alex Vakulenko · 9 years ago
  30. 760d632 buffet: Add read-only properties with buffet config options by Vitaly Buka · 9 years ago
  31. cc75d5f buffet: Update configuration reading for new fields moved from privetd by Vitaly Buka · 9 years ago
  32. b3a367e libchromeos: Switch http Response to use streams by Alex Vakulenko · 9 years ago
  33. e6b2c65 buffet: Deprecate "displayName" in favor of "name" in device resource by Alex Vakulenko · 9 years ago
  34. 1d35ecc buffet: Add flag to disable XMPP support by Christopher Wiley · 9 years ago
  35. d930e82 buffet: Allow configurable polling period by Christopher Wiley · 10 years ago
  36. b024ca9 buffet: Rework buffet configuration by Christopher Wiley · 9 years ago
  37. 91cc715 buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  38. 6ea3bff buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  39. 4a42183 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  40. e267314 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  41. b10eec3 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  42. 48929c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  43. 799b836 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  44. 6e7b4f4 buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  45. ca5cb35 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  46. 2f77293 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  47. e5051b6 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  48. 7b3b94d buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  49. 00f0369 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  50. c589610 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  51. 2b07753 buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  52. 2c88c92 buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  53. 8994e01 buffet: StartDevice automatically after a short delay by Christopher Wiley · 10 years ago
  54. c39f4a3 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  55. 2101c08 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  56. 3e7d053 buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  57. 357deca buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  58. 471d354 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  59. 67606e7 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  60. ceab177 buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  61. 9dc206f libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  62. 2c33f0a libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  63. f1c41c5 libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  64. 53e882a buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  65. cf513b0 buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 10 years ago
  66. 9b13f54 buffet: Serialize longs as strings. by Anton Muhin · 10 years ago
  67. 190f2aa buffet: Publish state updates. by Anton Muhin · 10 years ago
  68. 542e604 buffet: Support cloud command proxy. by Anton Muhin · 10 years ago
  69. 90b3da9 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  70. d014d8b buffet: Separate command IDs from DBus paths. by Anton Muhin · 10 years ago
  71. e57e754 buffet: Abort limbo commands. by Anton Muhin · 10 years ago
  72. 381e819 buffet: Implement command polling. by Anton Muhin · 10 years ago
  73. 375e660 buffet: Refactor async operations. by Anton Muhin · 10 years ago
  74. 21d9575 buffet: Implement a tool to do periodic polling. by Anton Muhin · 10 years ago
  75. aa4e95d buffet: Refetch access token when expired. by Anton Muhin · 10 years ago
  76. 8ce1f92 buffet: Better access to JSON properies. by Anton Muhin · 10 years ago
  77. 4256322 buffet: Migrate from system_name to just name. by Anton Muhin · 10 years ago
  78. 5f7f5b0 buffet: Abort all the limbo commands. by Anton Muhin · 10 years ago
  79. 7f9f389 buffet: Support retries for 5xx errors. by Anton Muhin · 10 years ago
  80. 9cc03fd buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  81. 584e93d buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 10 years ago
  82. dd6d828 buffet: First step in device start implementation. by Anton Muhin · 10 years ago
  83. 0ef2e10 buffet: Simplify device registration. by Anton Muhin · 10 years ago
  84. df74073 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 10 years ago
  85. 95877b5 buffet: Add device state manager by Alex Vakulenko · 10 years ago
  86. 2908c65 buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 10 years ago
  87. 7eaf81c buffet: Use Transport::CreateDefault() to create curl http transport by Alex Vakulenko · 10 years ago
  88. 24e5f5d libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 10 years ago
  89. e0a6f9d libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  90. 9f826a6 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 10 years ago
  91. f2c0172 libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  92. 058cf75 libchromeos: Move url_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  93. 59355dc libchromeos: Move data_encoding from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  94. d13251c libchromeos: Migrate string_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  95. b635153 buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 10 years ago
  96. fea44e9 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  97. 516a496 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 10 years ago
  98. 98025c2 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 10 years ago
  99. 9d18d8c buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  100. 5188fa3 Buffet: utility function tweaks by Alex Vakulenko · 10 years ago