1. 02fe593 libweave: Fixed _DEBUG build by Vitaly Buka · 10 years ago
  2. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  3. 46cfa3e libweave: Fix gcc 4.8.4 build by Vitaly Buka · 10 years ago
  4. 11b2f23 libweave: Test for libweave public API. by Vitaly Buka · 10 years ago
  5. 60b8f00 libweave: Export some base symbols necessary externally by Vitaly Buka · 10 years ago
  6. f6a5bdb Merge "Change 'service_name' to 'service_type'" by Robert Ginda · 10 years ago
  7. b2908e6 Change 'service_name' to 'service_type' by Robert Ginda · 10 years ago
  8. bb14cc4 libweave: Add build of share library with light version of base lib by Vitaly Buka · 10 years ago
  9. 0d50107 libweave: Remove few small base/ dependencies by Vitaly Buka · 10 years ago
  10. 575118a libweave: Disabled flaky test by Vitaly Buka · 10 years ago
  11. e0425e4 libweave: Fixed loading state definitions by Vitaly Buka · 10 years ago
  12. 8750b27 libweave: Remove unnecessary code from base lib by Vitaly Buka · 10 years ago
  13. a155cb1 libweave: Added gtest_prod_util.h by Vitaly Buka · 10 years ago
  14. cbed206 libweave: Added base/ files required by libweave by Vitaly Buka · 10 years ago
  15. 4f6ae1b Don't define __BRILLO__. by Daniel Erat · 10 years ago
  16. ed26aa4 Update Android.mk after merging recent changes from CrOS by Alex Vakulenko · 10 years ago
  17. 91ee03d libweave: Remove unnecessary includes by Vitaly Buka · 10 years ago
  18. e2810e0 libweave: Move reading/writing commands ans states files out of libweave by Vitaly Buka · 10 years ago
  19. 9acf8aa libweave: Pass firmware using weave::Settings by Vitaly Buka · 10 years ago
  20. 8d46ec0 buffet: Parse buffet config and load/save state by Vitaly Buka · 10 years ago
  21. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  22. 1eb4156 libweave: Move firmware version generation out of libweave by Vitaly Buka · 10 years ago
  23. d322a3c libweave: Copy buffet_config* into config* by Vitaly Buka · 10 years ago
  24. 8cb91d7 libweave: Remove device_kind and embedded_code_path by Vitaly Buka · 10 years ago
  25. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  26. 24d6fd5 libweave: Partially copy string_utils from libchromeos by Vitaly Buka · 10 years ago
  27. a04405e libweave: Remove use of chromeos::Blob and chromeos::SecureBlob by Vitaly Buka · 10 years ago
  28. 122391d libweave: Remove inclusion of chromeos/test_helpers.h by Vitaly Buka · 10 years ago
  29. 6ca868f libweave: Copy bind_lambda into libweave by Vitaly Buka · 10 years ago
  30. 7d55639 libweave: Copy data_encoding.cc into libweave by Vitaly Buka · 10 years ago
  31. b001f28 libweave: Remove chromeos/url_utils.h includes by Vitaly Buka · 10 years ago
  32. ea2f15f libweave: Remove dependency on libchromeos/chromeos/errors/error_codes.h by Vitaly Buka · 10 years ago
  33. 823fdda libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 10 years ago
  34. 21837cb libweave: Copy modp_b64 into libweave by Vitaly Buka · 10 years ago
  35. 0f80f7c libweave: Move backoff_entry from libchromeos into libweave by Vitaly Buka · 10 years ago
  36. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  37. 8e507c2 libweave: Remove dynamic allocation of some test objects by Vitaly Buka · 10 years ago
  38. bf415b2 libweave: Remove base::Timer from PullChannel by Vitaly Buka · 10 years ago
  39. 10c69ec libweave: Extract weave::Stream interface by Vitaly Buka · 10 years ago
  40. 8b13fa0 libweave: Relax message loop constrains in XmppChannelTest by Vitaly Buka · 10 years ago
  41. c809568 libweave: Fix wifi bootstrapping by Alex Vakulenko · 10 years ago
  42. 8940a50 Cleaned up the make file and fixed some link issues with buffet by Alex Vakulenko · 10 years ago
  43. d282884 libchromeos: Use MockMessageLoop on FakeStream. by Bertrand SIMONNET · 10 years ago
  44. 9bf902f Fix libweave build issue on Mac builders by Alex Vakulenko · 10 years ago
  45. a64229c Added Android.mk to compile libweave on Brillo by Alex Vakulenko · 10 years ago
  46. 45277eb libweave: Removed unused includes by Vitaly Buka · 10 years ago
  47. 9ba72a8 libweave: Add p224_spake to build by Vitaly Buka · 10 years ago
  48. 6ca6a23 libweave: Imported p225_spake implementation from Chrome by Vitaly Buka · 10 years ago
  49. 815b603 libweave: Remove mime_type from HttpClient interface by Vitaly Buka · 10 years ago
  50. 1da6599 libweave: Remove dependency on chromeos/http* and chromeos/mime by Vitaly Buka · 10 years ago
  51. e49d771 libweave: Remove include of chromeos/map_utils.h by Vitaly Buka · 10 years ago
  52. 0b4e1fd buffet: Move HttpTransportClient out of libweave by Vitaly Buka · 10 years ago
  53. 1020618 libweave: Update unittests to work with HttpClient by Vitaly Buka · 10 years ago
  54. 6b61e57 libweave: Suppress mock warnings by Vitaly Buka · 10 years ago
  55. 6da9425 libweave: http::Transport access moved into HttpTransportClient by Vitaly Buka · 10 years ago
  56. 4e4dfd4 Ported build break fixes from CrOS side by Alex Vakulenko · 10 years ago
  57. e09c350 Delete the unneeded buffet sources by Alex Vakulenko · 10 years ago
  58. ec6083b libweave: Build libweave as shared library by Vitaly Buka · 10 years ago
  59. 7b382ac libweave: Put "weave" includes into <> by Vitaly Buka · 10 years ago
  60. 8e2f416 libweave: Remove dbus dependency from libweave by Vitaly Buka · 10 years ago
  61. 8b096cc libweave: Fix notification channel update after device registration by Alex Vakulenko · 10 years ago
  62. 2ad9734 buffet: Move WebServClient out of libweave by Vitaly Buka · 10 years ago
  63. 95d0e45 libweave: Extracted interaction with libwebserv into WebServClient by Vitaly Buka · 10 years ago
  64. 4c808b2 libweave: Update "base" state on config change by Vitaly Buka · 10 years ago
  65. 157b16a libweave: Add removing of weave::Command::Observer by Vitaly Buka · 10 years ago
  66. b6c8a3e buffet: Move ApManagerClient out of libweave by Vitaly Buka · 10 years ago
  67. 1b71c67 libweave: Remove unused dbus references by Vitaly Buka · 10 years ago
  68. ddb2e38 buffet: Move ShillClient to buffet by Vitaly Buka · 10 years ago
  69. 387b4f4 libweave: Extract weave::Network interface by Vitaly Buka · 10 years ago
  70. 7302c05 buffet: Move platform dependent part of PeerdClient out of libweave by Vitaly Buka · 10 years ago
  71. 0bd3213 libweave: Extract platform independent part of PeerdClient by Vitaly Buka · 10 years ago
  72. 071948e libweave: Add 'ble_setup_enabled' config option by Robert Ginda · 10 years ago
  73. f9d5029 buffet: Move commands/dbus_* our of libweave by Vitaly Buka · 10 years ago
  74. f25bf06 libweave: Move some of unittest_utils into public interface by Vitaly Buka · 10 years ago
  75. 7a11adf libweave: Fixed error message by Vitaly Buka · 10 years ago
  76. ff0b7c0 buffet: Move ownership of DBusCommandDispacher to buffet::Manager by Vitaly Buka · 10 years ago
  77. 79c05e9 libweave: Cleanup creation of PropValues by Vitaly Buka · 10 years ago
  78. c58a828 libweave: Remove chromeos::Any from commands and state by Vitaly Buka · 10 years ago
  79. e527a64 libweave: Switch StatePackage and StateManager from Any type by Vitaly Buka · 10 years ago
  80. c02c204 libweave: Don't check error messages in unittests by Vitaly Buka · 10 years ago
  81. d7be905 libweave: Validate constraints in FromJson methods by Vitaly Buka · 10 years ago
  82. f2d073a libweave: Use SetWithoutPathExpansion in DictionaryFromDBus... by Vitaly Buka · 10 years ago
  83. 9df6c10 libweave: Replace test string with meaningless values by Vitaly Buka · 10 years ago
  84. 6942e1f libweave: Remove error pointer from ToJson methods by Vitaly Buka · 10 years ago
  85. 70b697f libweave: Simplify NotifyPropertiesUpdated a little by Vitaly Buka · 10 years ago
  86. fc42b31 libweave: Re-factor dbus_command_proxy_unittest.cc to public libweave by Vitaly Buka · 10 years ago
  87. 15f5909 libweave: Add enums CommandOrigin and CommandStatus by Vitaly Buka · 10 years ago
  88. 0f91be8 libweave: Retry failed RefreshAccessToken requests by Alex Vakulenko · 10 years ago
  89. e76d9be buffet: Remove dbus_command_proxy_unittest.cc as irrelevant by Vitaly Buka · 10 years ago
  90. fb331ac libweave: Add timestamp for device resource update requests by Alex Vakulenko · 10 years ago
  91. 7792d61 libweave: Fix crash at buffet shutdown by Alex Vakulenko · 10 years ago
  92. 12affd8 libweave: Switch DBusCommandDispacher to weave::Command interface by Vitaly Buka · 10 years ago
  93. 4f4e228 libweave: Add more methods to modify weave::Command by Vitaly Buka · 10 years ago
  94. 7cbaba2 libweave: Add DictionaryFromDBusVariantDictionary by Vitaly Buka · 10 years ago
  95. 30ddcdf libweave: Add unittests for dbus_conversion.h by Vitaly Buka · 10 years ago
  96. 8d8d219 libweave: Add more Get methods into weave::Command by Vitaly Buka · 10 years ago
  97. 39ef195 libweave: TypedValueToJson returns derived class not base::Value by Vitaly Buka · 10 years ago
  98. 774cdf5 libweave: Remove native_types namespace by Vitaly Buka · 10 years ago
  99. 67b5355 libweave: Move CommandObserver into public libweave interface by Vitaly Buka · 10 years ago
  100. 0d377a4 libweave: Rename CommandProxyInterface to CommandObserver by Vitaly Buka · 10 years ago