1. b53b884 Added comments into weave/settings.h by Vitaly Buka · 9 years ago
  2. 8cca9b1 Added stricter warning options by Vitaly Buka · 9 years ago
  3. 3996f7c Remove unnecessary include path by Vitaly Buka · 9 years ago
  4. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 9 years ago
  5. 8589b05 Save device secret by Vitaly Buka · 9 years ago
  6. 68a50c2 libweave: build on non-Linux hosts by Scott James Remnant · 9 years ago
  7. 312c2f5 weave/settings: rename device_id to cloud_id by Johan Euphrosine · 9 years ago
  8. f86b4d5 Remove notifications from WifiBootstrapManager by Vitaly Buka · 9 years ago
  9. bc97e81 Add license file (BSD) according to Google guidelines by Gene Gutnik · 9 years ago
  10. d992142 added README for ubuntu wrapper by ggfan · 9 years ago
  11. 35f317d Move NetworkState inside Network interface by Vitaly Buka · 9 years ago
  12. 727f3e6 Rename MockTaskRunner into FakeTaskRunner by Vitaly Buka · 9 years ago
  13. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 9 years ago
  14. 1b64c43 examples/ubuntu/avahi_client: remove avahi-daemon startup logic by Johan Euphrosine · 9 years ago
  15. 5a7a7da Extract FakeStream into a separate file by Alex Vakulenko · 9 years ago
  16. 6c5c99d Replaced some callbacks with commend SuccessCallback and ErrorCallback by Vitaly Buka · 9 years ago
  17. beddc60 Rename Mdns interface into DnsServiceDiscoveryProvider by Vitaly Buka · 9 years ago
  18. 8be3dfe Add doc strings into task_runner.h by Vitaly Buka · 9 years ago
  19. 3ab6f6e Renamed Network interface into Network provided. by Vitaly Buka · 9 years ago
  20. 1fd619a Rename and cleanup WifiProvider by Vitaly Buka · 9 years ago
  21. 4ebd329 Reformat with clang-format by Vitaly Buka · 9 years ago
  22. da98728 Split Stream into InputStream and OutputStream by Vitaly Buka · 9 years ago
  23. 1b9c08d examples/ubuntu: add vendor greeter command by Johan Euphrosine · 9 years ago
  24. 5a6904d examples/ubuntu/prerequisites: add APT_GET_OPTS and remove -y by Johan Euphrosine · 9 years ago
  25. f5225bc examples/ubuntu: add disable_security and registration_ticket flag by Johan Euphrosine · 9 years ago
  26. 4d2356e examples/ubuntu: add simple command handler example by Johan Euphrosine · 9 years ago
  27. e22a73f Don't pass wifi pointer into libWeave if interface is not available by Vitaly Buka · 9 years ago
  28. cd85060 Move SSLStream into separate file by Vitaly Buka · 9 years ago
  29. aa30134 Changed ConnectToService to accept error callback by Vitaly Buka · 9 years ago
  30. b1041e7 Extracted WiFi interface from Network interface by Vitaly Buka · 9 years ago
  31. 7e1d8b2 Fixed typo in condition by Vitaly Buka · 9 years ago
  32. 4ebd641 Changed now NetworkManager detects connectivity status by Vitaly Buka · 9 years ago
  33. 3884ce1 Test cleanup by Vitaly Buka · 9 years ago
  34. bf6840a Remove bool argument from OnConnectionChangedCallback by Vitaly Buka · 9 years ago
  35. a1e6c00 examples/ubuntu/avahi_client: add daemon configuration hint in error message by Johan Euphrosine · 10 years ago
  36. 4add916 examples/ubuntu/avahi_client: fix daemon detection by Johan Euphrosine · 9 years ago
  37. f07df5a Fix unaligned read and write by Vitaly Buka · 10 years ago
  38. de1a2e7 Fail installing pre-requisites if apt-get fails. by Alex Vakulenko · 9 years ago
  39. 57fbee3 Add Request::GetStreamData() method by Alex Vakulenko · 9 years ago
  40. e93366c examples/ubuntu: make prerequisites noninteractive by Johan Euphrosine · 10 years ago
  41. 8a68d6a examples/ubuntu: fix gyp deprecated option usage by Johan Euphrosine · 10 years ago
  42. 80925a7 Added README file by Vitaly Buka · 10 years ago
  43. b737384 Added message to inform that step may take a while by Vitaly Buka · 10 years ago
  44. 35ab095 Initial add of weave::Bluetooth interface by Robert Ginda · 10 years ago
  45. caf42bd Fix check of monitor_until_ by Vitaly Buka · 10 years ago
  46. 0684cfe Remove error argument from ReadAsync and WriteAllAsync by Vitaly Buka · 10 years ago
  47. 5cf12a3 Remove unnecessary getters from weave::Config by Vitaly Buka · 10 years ago
  48. 658aa36 Simplify code by removing error from ::GetModelId and ::GetName by Vitaly Buka · 10 years ago
  49. ca365fb Improve testing of WiFi bootstrapping condition by Vitaly Buka · 10 years ago
  50. bcc6754 Revert "Improve testing of WiFi bootstrapping condition" by Vitaly Buka · 10 years ago
  51. 38d582f Improve testing of WiFi bootstrapping condition by Vitaly Buka · 10 years ago
  52. 031fb78 Print avahi error if avahi_entry_group_new by Vitaly Buka · 10 years ago
  53. 60d4509 Restart xmpp channel if read returned zero bytes by Vitaly Buka · 10 years ago
  54. e7c7df1 Merge "Prevent fetch command queue requests from piling up" by Alex Vakulenko · 10 years ago
  55. df1b073 Merge "Remove StringPiece from JSONReader interface to avoid exporting" by Vitaly Buka · 10 years ago
  56. ed98fa0 Merge "Replace base/atomic with std::atomic" by Vitaly Buka · 10 years ago
  57. ce65ec8 Remove StringPiece from JSONReader interface to avoid exporting by Vitaly Buka · 10 years ago
  58. b1fcfc0 Replace base/atomic with std::atomic by Vitaly Buka · 10 years ago
  59. 64bc9ea Prevent fetch command queue requests from piling up by Alex Vakulenko · 10 years ago
  60. 464f93e Increase device registration timeout interval by Alex Vakulenko · 10 years ago
  61. a4b3983 Switch from starttls to SSL sockets by Vitaly Buka · 10 years ago
  62. 3dc2f53 Use full service type and vector<string> in weave::Mdns interface by Vitaly Buka · 10 years ago
  63. bfdd310 Promote some verbose XMPP log messages to LOG(INFO) level by Alex Vakulenko · 10 years ago
  64. 8461669 Rename gyp file to highlight platform2 specifics by Vitaly Buka · 10 years ago
  65. 059fd8d libweave: Update paths to match new chromeos build by Vitaly Buka · 10 years ago
  66. dd3b58a libweave: Build weave example for ubuntu by Vitaly Buka · 10 years ago
  67. 5d08682 libweave: Formatting fix in gyp file by Vitaly Buka · 10 years ago
  68. 312db60 libweave: Ignore out/, third_party/lib and third_party/include files by Vitaly Buka · 10 years ago
  69. 17b0a8a libweave: Added Ubuntu example of libweave integration by Vitaly Buka · 10 years ago
  70. 38c96f9 libweave: Added script to install prerequisites on ununtu by Vitaly Buka · 10 years ago
  71. 04a906d libweave: Added TODO into header file by Vitaly Buka · 10 years ago
  72. f2f2640 libweave: BASE_EXPORTS for smart pointers by Vitaly Buka · 10 years ago
  73. c246a98 Remove unnecessary file by Alex Vakulenko · 10 years ago
  74. 2924832 Increase default timeout for device registration requests by Alex Vakulenko · 10 years ago
  75. d33fe9d libweave: Move testing tools into directory weave/test by Alex Vakulenko · 10 years ago
  76. 02fe593 libweave: Fixed _DEBUG build by Vitaly Buka · 10 years ago
  77. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  78. 46cfa3e libweave: Fix gcc 4.8.4 build by Vitaly Buka · 10 years ago
  79. 11b2f23 libweave: Test for libweave public API. by Vitaly Buka · 10 years ago
  80. 60b8f00 libweave: Export some base symbols necessary externally by Vitaly Buka · 10 years ago
  81. f6a5bdb Merge "Change 'service_name' to 'service_type'" by Robert Ginda · 10 years ago
  82. b2908e6 Change 'service_name' to 'service_type' by Robert Ginda · 10 years ago
  83. bb14cc4 libweave: Add build of share library with light version of base lib by Vitaly Buka · 10 years ago
  84. 0d50107 libweave: Remove few small base/ dependencies by Vitaly Buka · 10 years ago
  85. 575118a libweave: Disabled flaky test by Vitaly Buka · 10 years ago
  86. e0425e4 libweave: Fixed loading state definitions by Vitaly Buka · 10 years ago
  87. 8750b27 libweave: Remove unnecessary code from base lib by Vitaly Buka · 10 years ago
  88. a155cb1 libweave: Added gtest_prod_util.h by Vitaly Buka · 10 years ago
  89. cbed206 libweave: Added base/ files required by libweave by Vitaly Buka · 10 years ago
  90. 4f6ae1b Don't define __BRILLO__. by Daniel Erat · 10 years ago
  91. ed26aa4 Update Android.mk after merging recent changes from CrOS by Alex Vakulenko · 10 years ago
  92. 91ee03d libweave: Remove unnecessary includes by Vitaly Buka · 10 years ago
  93. e2810e0 libweave: Move reading/writing commands ans states files out of libweave by Vitaly Buka · 10 years ago
  94. 9acf8aa libweave: Pass firmware using weave::Settings by Vitaly Buka · 10 years ago
  95. 8d46ec0 buffet: Parse buffet config and load/save state by Vitaly Buka · 10 years ago
  96. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  97. 1eb4156 libweave: Move firmware version generation out of libweave by Vitaly Buka · 10 years ago
  98. d322a3c libweave: Copy buffet_config* into config* by Vitaly Buka · 10 years ago
  99. 8cb91d7 libweave: Remove device_kind and embedded_code_path by Vitaly Buka · 10 years ago
  100. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago