1. 3313558 Replace bleeding-edge libevent with libevhtp. by Jacob Marble · 9 years ago
  2. 919a8a9 Remove crypto type "None" by Vitaly Buka · 9 years ago
  3. ac18fcf Merge: Add write callback into SaveSettings function by Vitaly Buka · 9 years ago
  4. d1e6c4f Merge: Add |name| into LoadSettings/SaveSettings by Vitaly Buka · 9 years ago
  5. 6ae6e52 Remove event_http_client example provider. by Jacob Marble · 9 years ago
  6. ec47eb0 examples/provider/wifi_manager: find iface name by Johan Euphrosine · 9 years ago
  7. 43bf6b7 Update gtest by Vitaly Buka · 9 years ago
  8. e03c094 Include of gtest_prod.h only building unittests by Vitaly Buka · 9 years ago
  9. 0dbbf60 AddTo will return AddToTypeProxy for convenience by Vitaly Buka · 9 years ago
  10. 48a8669 Remove domain from weave::Error by Vitaly Buka · 9 years ago
  11. 50a147a Enforce printf format literals checking by Vitaly Buka · 9 years ago
  12. 73c8cfc provider/avahi_client: better error message by Johan Euphrosine · 9 years ago
  13. 2da7e94 Change proxied Makefile dependencies to .h. by Jacob Marble · 9 years ago
  14. 674f0eb Pull the new r369476 of base library from Chromium by Alex Vakulenko · 9 years ago
  15. bcd3f6a Fix clock mock in ComponentManagerTest by Vitaly Buka · 9 years ago
  16. c08442f libweave: Add libgtest.a dependencies to Makefiles by Jacob Marble · 9 years ago
  17. 36fd44f Fix assigning error in SecurityManager by Vitaly Buka · 9 years ago
  18. ff06a76 README: fix typo in examples rule by Johan Euphrosine · 9 years ago
  19. e0b0c6d Generate header file dependencies by Vitaly Buka · 9 years ago
  20. 2f53f51 Remove unused function by Vitaly Buka · 9 years ago
  21. e785ec9 libweave: Remove gyp build files. by Jacob Marble · 9 years ago
  22. f1ac1d4 libweave: Add clang support to Makefile. by Jacob Marble · 9 years ago weave-release-1.2
  23. 72799d7 Fix path in documentation. by Vitaly Buka · 9 years ago
  24. b0ee670 Update README.md with markdown formatting by Vitaly Buka · 9 years ago
  25. 0bad3df Rename README to README.md by Vitaly Buka · 9 years ago
  26. 7e72437 libweave: Build with Makefile instead of GYP. by Jacob Marble · 9 years ago
  27. 0a8ab99 Don't allow registration of registered device by Vitaly Buka · 9 years ago
  28. e6fee32 Update command definition of sample daemon by Vitaly Buka · 9 years ago
  29. e6b17ed Update examples README file by Vitaly Buka · 9 years ago
  30. ce850b5 Add the ability to remove a component from component tree by Alex Vakulenko · 9 years ago
  31. e0df73a Switch to macaroon library to generate and parse access tokens by Vitaly Buka · 9 years ago
  32. 131b889 Extract macaroon reading and verifying into separate functions by Vitaly Buka · 9 years ago
  33. 7a25a3d Extracted function to create token from secret and caveats by Vitaly Buka · 9 years ago
  34. 20896ab Replace several members of SecurityManager with pointers to Settings by Vitaly Buka · 9 years ago
  35. 3d6b552 Hide Config::Load method by Vitaly Buka · 9 years ago
  36. 66a01e0 Add AuthManager::CreateAccessTokenFromAuth by Vitaly Buka · 9 years ago
  37. ee7322f Get list of auth modes from AuthManger by Vitaly Buka · 9 years ago
  38. 66f46b8 Change user_id into string by Vitaly Buka · 9 years ago
  39. 0bc02ed Use different secret for auth and access tokens by Vitaly Buka · 9 years ago
  40. 3020c49 Remove unused SecurityDelegate::IsValidPairingCode by Vitaly Buka · 9 years ago
  41. 4957afb Add privet API tests for local auth by Vitaly Buka · 9 years ago
  42. fd2ef68 Move most of auth logic into SecurityDelegate::CreateAccessToken by Vitaly Buka · 9 years ago
  43. 29bd070 Add AuthType enum with string mapping by Vitaly Buka · 9 years ago
  44. f6a0fd9 examples/ledflasher: fix component by Johan Euphrosine · 9 years ago
  45. a0a8134 Changed AuthManager::CreateAccessToken and AuthManager::ParseAccessToken by Vitaly Buka · 9 years ago
  46. 483d597 Add 'sessionId' into privet/info by Vitaly Buka · 9 years ago
  47. 3264eca Include build rules for clang with address sanitizer by Vitaly Buka · 9 years ago
  48. 5fddf87 Mark request as failed even if server replied with error by Vitaly Buka · 9 years ago
  49. 9921b87 Enable component information on device state update patches by Alex Vakulenko · 9 years ago
  50. f3fd9c3 Update format of upsertLocalAuthInfo request by Vitaly Buka · 9 years ago
  51. 287346b Add "manager" scope into privet API by Vitaly Buka · 9 years ago
  52. 8d0cfef Fix new schema to match the new server definitions by Alex Vakulenko · 9 years ago
  53. 305ab61 Rename ConfirmAuthToken -> ConfirmClientAuthToken by Vitaly Buka · 9 years ago
  54. 2d24e0e Return Root Client Authorization Token using /privet/v3/accessControl/* by Vitaly Buka · 9 years ago
  55. 34668e7 Reformat by Vitaly Buka · 9 years ago
  56. c3bc82a Check if device already claimed by Vitaly Buka · 9 years ago
  57. 4ab5002 Change interface of ClaimRootClientAuthToken and ConfirmAuthToken by Vitaly Buka · 9 years ago
  58. ba01142 Remove unused kTokenDelimeter variable by Alex Vakulenko · 9 years ago
  59. a10ab1c Provide RootClientTokenOwner into ClaimRootClientAuthToken by Vitaly Buka · 9 years ago
  60. 0c190b3 Call ConfirmAuthToken when upload is done by Vitaly Buka · 9 years ago
  61. 3eb52e7 Add the ability to query for particuar component and filter fields by Alex Vakulenko · 9 years ago
  62. 229113e Pass Config pointer into AuthManager by Vitaly Buka · 9 years ago
  63. 29bc593 Use ClaimRootClientAuthToken instead of GetRootClientAuthToken by Vitaly Buka · 9 years ago
  64. cc77fad Add ClaimRootClientAuthToken and ConfirmRootClientAuthToken by Vitaly Buka · 9 years ago
  65. e08c7c6 Add macaroon auth token verification by Vitaly Buka · 9 years ago
  66. 0de42f5 Add test to verify that token from different secret is not accepted by Vitaly Buka · 9 years ago
  67. 76e924f Fix index in the loop of uw_crypto_utils_equal_ by Vitaly Buka · 9 years ago
  68. 63c9862 Add local_auth_info_changed -> root_client_token_owner by Vitaly Buka · 9 years ago
  69. 30ba607 privet/security_manager: remove unused functions by Johan Euphrosine · 9 years ago
  70. b03d4dd Remove /privet/info:uptime as unused by Vitaly Buka · 9 years ago
  71. 1884cf6 Rename timeMs into time by Vitaly Buka · 9 years ago
  72. 6fdca1f component_manager: fix uint comparison in unittest by Johan Euphrosine · 9 years ago
  73. 532140d Add 'timeMs' field to /privet/info local API by Alex Vakulenko · 9 years ago
  74. b3de351 Fix device registration expiration with system clock adjusted by Alex Vakulenko · 9 years ago
  75. aef87f5 Oven virtual device sample initial commit. Used as weave device for CES demo. by peng ying · 9 years ago
  76. 47743a3 Fixed name of the function to match design docs. by Vitaly Buka · 9 years ago
  77. 2809374 Remove Android.mk from the master branch by Alex Vakulenko · 9 years ago
  78. 812da78 Merge remote-tracking branch 'weave/master' into merge by Alex Vakulenko · 9 years ago
  79. ec9d848 Mark old APIs officially deprecated by Alex Vakulenko · 9 years ago
  80. 72d8d16 Upload local auth data by Vitaly Buka · 9 years ago
  81. 41aa809 Use base::Clock in AuthManager for better testing by Vitaly Buka · 9 years ago
  82. ece713e Add shared MockClock class and cleaned up base::Clock usage by Vitaly Buka · 9 years ago
  83. c078108 Use a map for GetDeviceUiKind by Paul Westbrook · 9 years ago
  84. 86530d2 Updated scope to int mapping by Vitaly Buka · 9 years ago
  85. a37056e Generate Root Client Authorization Token by Vitaly Buka · 9 years ago
  86. 1396480 Fix returning value for uw_crypto_hmac_init_ by Vitaly Buka · 9 years ago
  87. c5b6060 Use fixed secret in AuthManager tests by Vitaly Buka · 9 years ago
  88. 04e628f Specify device kinds by Paul Westbrook · 9 years ago
  89. 15a832e Store the weave_settings by model manifest id by Paul Westbrook · 9 years ago
  90. cf1fe14 Fix Android.mk to reflect recent changes to libweave in Master by Alex Vakulenko · 9 years ago
  91. 6a8bd5d Update macaroon library by Vitaly Buka · 9 years ago
  92. 6182030 Remove allow_response_without_content by Vitaly Buka · 9 years ago
  93. 666b43e Move ownership of libweave config to DeviceManager by Vitaly Buka · 9 years ago
  94. 3d851b4 Change ownership of AuthManager as it's needed by DeviceRegistrationInfo by Vitaly Buka · 9 years ago
  95. 4acb629 Merge remote-tracking branch 'weave/master' into merge-aosp-master by Alex Vakulenko · 9 years ago
  96. 2033433 Fix a crash when adding a default command handler by Alex Vakulenko · 9 years ago
  97. f1fa8be Move build_config.h from chromium/base/build to chromium/base by Alex Vakulenko · 9 years ago
  98. 972282c Fix compile error on Brillo by Alex Vakulenko · 9 years ago
  99. 47fe6f8 Add macaroone implementation into libweave build by Vitaly Buka · 9 years ago
  100. 45dc9df Add macaroone implementation from by Vitaly Buka · 9 years ago