1. 14b3e6e Remove deprecated libweave APIs by Alex Vakulenko · 9 years ago
  2. 3bd3ece Add trait/component APIs to weaved by Alex Vakulenko · 9 years ago
  3. de94eb5 weaved: Use abstract D-Bus proxy interfaces by Alex Vakulenko · 9 years ago
  4. bae6c02 Fix weaved to make it work with the new libweave by Alex Vakulenko · 9 years ago
  5. 74a0c32 Update comment about keys owners by Vitaly Buka · 9 years ago
  6. 790643f weaved: set system property 'weave.state' with the current GCD state by Alex Vakulenko · 9 years ago
  7. b55800b weaved: Use real webserver's request timeout value by Alex Vakulenko · 9 years ago
  8. a071cd9 weaved: Hook up long-poll HTTP requests for /privet/v3/checkForUpdates by Alex Vakulenko · 9 years ago
  9. 4de62fa Updated api_key, client_id and client_secret by Vitaly Buka · 9 years ago
  10. 5d14dca Don't fall-back into AP mode after connecting to WiFi network by Vitaly Buka · 9 years ago
  11. 9d44802 weaved: Get correct OS version of /etc/os-release.d/product_version by Alex Vakulenko · 9 years ago
  12. 2e32e93 weaved: Rename libchromeos into libbrillo by Alex Vakulenko · 9 years ago
  13. 3955423 weaved: Use new Any::GetUndecoratedTypeName() method by Alex Vakulenko · 9 years ago
  14. 685b2ae weaved: Add logging for network/soft AP setup/teardown by Alex Vakulenko · 9 years ago
  15. fe015b7 Move README and OWNERS into project root directory by Vitaly Buka · 9 years ago
  16. cad20f0 Add "The Android Open Source Project" NOTICE and headers by Vitaly Buka · 9 years ago
  17. 5057259 Remove obsolete files by Vitaly Buka · 9 years ago
  18. c662a24 Delay registering D-Bus object until Weave device is started by Alex Vakulenko · 9 years ago
  19. 94f8eba weaved: Uprev libweave and fix public interfaces by Alex Vakulenko · 9 years ago
  20. 4170585 weaved: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  21. 297114c Update weaved to reflect new interface changes in libweave by Alex Vakulenko · 9 years ago
  22. baf7a95 Command::Complete should set results instead of progress by Vitaly Buka · 9 years ago
  23. be39e93 Update weaved to reflect the latest changes in libweave by Alex Vakulenko · 9 years ago
  24. df38164 Removing mnc-brillo-dev specific changes to weaved by Alex Vakulenko · 9 years ago
  25. 2915a7b Merge latest version of libweave and update weaved to reflect changes by Alex Vakulenko · 9 years ago
  26. f1d01ac Remove network_client after switch back to using Shill. by Alex Vakulenko · 9 years ago
  27. 0022b75 Sync with latest version of libweave by Alex Vakulenko · 9 years ago
  28. 786a906 Switch over to use ShillClient instead of NetworkClient by Peter Qiu · 9 years ago
  29. fa1de83 Fix IP address logging in weaved for XMPP connection attempts by Alex Vakulenko · 9 years ago
  30. e4ef261 Update libweave to new version from public repo by Alex Vakulenko · 9 years ago
  31. e32375b Update interface implementations to reflect changes to libweave by Alex Vakulenko · 9 years ago
  32. 458e2c5 Fix wrong condition in weaved by Alex Vakulenko · 9 years ago
  33. 67c963c Merge "Initial add of flouride "domain socket" bluetooth client" by Robert Ginda · 9 years ago
  34. 0fef815 Pull new version of libweave and update weaved's implementation by Alex Vakulenko · 9 years ago
  35. 2322a67 Initial add of flouride "domain socket" bluetooth client by Robert Ginda · 9 years ago
  36. b2fc690 Use Response::ReplyWithText() API to send text string to web server by Alex Vakulenko · 9 years ago
  37. 059c30d Reflect changes to libweave public interfaces by Alex Vakulenko · 9 years ago
  38. b7a325c Expose GetDataStream() method for HTTP request object by Alex Vakulenko · 9 years ago
  39. f86123d Implement the empty weave::Bluetooth interface. by Robert Ginda · 9 years ago
  40. 7c56369 Merge "Reflect changes to libweave in weaved" by Alex Vakulenko · 9 years ago
  41. 71b0d78 Reflect changes to libweave in weaved by Alex Vakulenko · 9 years ago
  42. f624d7d Start network monitoring to boot by Alex Vakulenko · 9 years ago
  43. 35d119a Sync weaved with the latest version of libweave by Alex Vakulenko · 9 years ago
  44. bc64849 Ignore SIGPIPE signal in weaved by Alex Vakulenko · 9 years ago
  45. b50bf54 Update service txt records when possible. by Robert Ginda · 9 years ago
  46. ea2f1e2 libweave: Move testing tools into directory weave/test by Vitaly Buka · 9 years ago
  47. 3191e6b buffet: Fixed signed/unsigned comparisons by Vitaly Buka · 9 years ago
  48. 7f019f8 Fix crash in weaved when re-publishing mDNS records by Alex Vakulenko · 9 years ago
  49. d42e09d weaved: Fix the location of device_reg_info by Alex Vakulenko · 9 years ago
  50. 7714f33 Fix AOSP build break in weaved by Alex Vakulenko · 9 years ago
  51. 332b26f Rename base command file buffet.json to weaved.json by Alex Vakulenko · 9 years ago
  52. cf92c66 Implement AvahiMdnsClient by Robert Ginda · 9 years ago
  53. 892a5c4 Rename .dbus.xml files to .dbus-xml by Christopher Wiley · 9 years ago
  54. 8e34636 Rename system folders from buffet/ to weaved/ by Alex Vakulenko · 9 years ago
  55. 63bdf08 Renamed D-Bus service name to com.android.Weave by Alex Vakulenko · 9 years ago
  56. c21ae07 Use generated proxies/adaptors by Christopher Wiley · 9 years ago
  57. 49c36ee Enable WiFi bootstrapping by default in weaved by Alex Vakulenko · 9 years ago
  58. 1642bec system/weaved: Add dependency on webservd by Alex Vakulenko · 9 years ago
  59. f0f5534 system/weaved: Make weaved compile and run on Brillo by Alex Vakulenko · 9 years ago
  60. becd461 libweave: Move reading/writing commands and states files out of libweave by Vitaly Buka · 9 years ago
  61. 7b9ebee libweave: Pass firmware using weave::Settings by Vitaly Buka · 9 years ago
  62. 1175a9b buffet: Parse buffet config and load/save state by Vitaly Buka · 9 years ago
  63. cd478bb libweave: Move firmware version generation out of libweave by Vitaly Buka · 9 years ago
  64. 4f77153 buffet: Conversion between chromeos::Error and weave::Error by Vitaly Buka · 9 years ago
  65. 097cbd7 libweave: Remove use of chromeos::Blob and chromeos::SecureBlob by Vitaly Buka · 9 years ago
  66. a03514f libweave: Remove dependency on libchromeos/chromeos/errors/error_codes.h by Vitaly Buka · 9 years ago
  67. e74c872 libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 9 years ago
  68. 670b1e6 libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 9 years ago
  69. f4e8102 buffet: Fix crash when REST request fails due to network error by Alex Vakulenko · 9 years ago
  70. 493f604 libweave: Extract weave::Stream interface by Vitaly Buka · 9 years ago
  71. 8685256 libweave: Remove mime_type from HttpClient interface by Vitaly Buka · 9 years ago
  72. e925bb3 Break dependencies on peerd DBus XML files by Christopher Wiley · 9 years ago
  73. 8473fb7 Revert "system/weaved: Make weaved compile and run on Brillo" by Alex Vakulenko · 9 years ago
  74. 15aea55 system/weaved: Make weaved compile and run on Brillo by Alex Vakulenko · 9 years ago
  75. d78756d Create make file for system/weaved and compile basic components by Alex Vakulenko · 9 years ago
  76. 6d5f22d libweave: Remove mime_type from HttpClient interface by Vitaly Buka · 9 years ago
  77. 00882b7 buffet: Move HttpTransportClient out of libweave by Vitaly Buka · 9 years ago
  78. 3a58bb9 libweave: Suppress mock warnings by Vitaly Buka · 9 years ago
  79. bf1c5a7 libweave: Build libweave as shared library by Vitaly Buka · 9 years ago
  80. 88030b9 Revert "libweave: Build libweave as shared library" by Dennis Kempin · 9 years ago
  81. f43412c libweave: Build libweave as shared library by Vitaly Buka · 9 years ago
  82. e2713ac libweave: Put "weave" includes into <> by Vitaly Buka · 9 years ago
  83. ec37249 libweave: Remove dbus dependency from libweave by Vitaly Buka · 9 years ago
  84. 974647f buffet: Move WebServClient out of libweave by Vitaly Buka · 9 years ago
  85. 5ddde0f libweave: Extracted interaction with libwebserv into WebServClient by Vitaly Buka · 9 years ago
  86. f6027cb libweave: Add removing of weave::Command::Observer by Vitaly Buka · 9 years ago
  87. 3ef4fff buffet: Move ApManagerClient out of libweave by Vitaly Buka · 9 years ago
  88. 58a288b buffet: Move ShillClient to buffet by Vitaly Buka · 9 years ago
  89. 7042c58 buffet: Move platform dependent part of PeerdClient out of libweave by Vitaly Buka · 9 years ago
  90. 47a6307 libweave: Extract platform independent part of PeerdClient by Vitaly Buka · 9 years ago
  91. a0305d3 buffet: Move commands/dbus_* our of libweave by Vitaly Buka · 9 years ago
  92. e8c3bab buffet: Move ownership of DBusCommandDispacher to buffet::Manager by Vitaly Buka · 9 years ago
  93. fb2584b libweave: Switch StatePackage and StateManager from Any type by Vitaly Buka · 9 years ago
  94. cd5e556 libweave: Remove error pointer from ToJson methods by Vitaly Buka · 9 years ago
  95. 9546003 libweave: Re-factor dbus_command_proxy_unittest.cc to public libweave by Vitaly Buka · 9 years ago
  96. e0cd713 buffet: Remove dbus_command_proxy_unittest.cc as irrelevant by Vitaly Buka · 9 years ago
  97. 8b0a25f libweave: Add unittests for dbus_conversion.h by Vitaly Buka · 9 years ago
  98. 7e29821 libweave: Add more Get methods into weave::Command by Vitaly Buka · 9 years ago
  99. ba46373 libweave: Interfaces for subcomponents of libweave by Vitaly Buka · 9 years ago
  100. 00b8349 libweave: Extract weave::Settings struct by Vitaly Buka · 9 years ago