Sign in
weave
/
weave
/
libweave
/
695a5fb8b11519ae4c70e3c1a457824727974b93
695a5fb
Add Device::SetCommandHandler
by Vitaly Buka
· 9 years ago
400f2e7
examples/ubuntu: add netlink network provider
by Johan Euphrosine
· 9 years ago
266e88b
Switch BaseApiHandler to use weave::Device interface
by Vitaly Buka
· 9 years ago
d3d4a40
Remove Device::AddCommandRemovedCallback
by Vitaly Buka
· 9 years ago
c51722f
Add short prompt format for command line options
by ggfan
· 9 years ago
932785a
linux wrapper: adding LED device simulator and commands:
by Vitaly Buka
· 9 years ago
dbaa1e3
Remove unused variable
by Vitaly Buka
· 9 years ago
1eda033
Work around for gmock 1.7.0 issue with unique_ptr
by Vitaly Buka
· 9 years ago
a8ece8f
Remove weave::Commands
by Vitaly Buka
· 9 years ago
553a762
Rename OnCommandAdded into CommandAdded
by Vitaly Buka
· 9 years ago
453c4dd
Remove category from Commands definitions
by Vitaly Buka
· 9 years ago
64b4f06
Remove category from State definitions
by Vitaly Buka
· 9 years ago
7e140e9
Remove src/commands/user_role.cc from Android.mk
by Vitaly Buka
· 9 years ago
c77fc0f
Fix MockCommands and include header in build
by Vitaly Buka
· 9 years ago
a06c10d
Fix MockCommands
by Vitaly Buka
· 9 years ago
c4c67af
Hide UserRole from public interface
by Vitaly Buka
· 9 years ago
4c98135
Remove weave::State interface
by Vitaly Buka
· 9 years ago
af3a309
Remove obsolete comment
by Vitaly Buka
· 9 years ago
ba35059
Rename State::AddOnChangedCallback into State::AddStateChangedCallback
by Vitaly Buka
· 9 years ago
95d6256
Add weave::State::SetStateProperty and weave::State::GetStateProperty
by Vitaly Buka
· 9 years ago
c5bdd17
Remove weave::Device::Start method
by Vitaly Buka
· 9 years ago
c3c6dab
Remove weave::Cloud interface
by Vitaly Buka
· 9 years ago
9aa15c7
Remove Cloud::Update* methods
by Vitaly Buka
· 9 years ago
ee3e36d
Remove weave::Cloud::GetDeviceInfo and OnCloudRequestErrorCallback
by Vitaly Buka
· 9 years ago
e607361
Remove weave::Privet interface
by Vitaly Buka
· 9 years ago
c8ba228
Remove unused constants and hide some from public interface
by Vitaly Buka
· 9 years ago
97b66ab
privet: only enable publisher if dns_sd is set
by Johan Euphrosine
· 9 years ago
1496d54
Add vendor state into example
by Vitaly Buka
· 9 years ago
0b7bb9f
weave/settings: add device_id with persisted guid
by Johan Euphrosine
· 9 years ago
994bdf3
example/ubuntu: update README
by ggfan
· 9 years ago
e5b2041
Remove *base* methods from config_store.h
by Vitaly Buka
· 9 years ago
d6e14a2
Add comments into weave::provider::ConfigStore
by Vitaly Buka
· 9 years ago
ae6b35d
Move OnSettingsChanged callback into callback of weave::Device
by Vitaly Buka
· 9 years ago
b624bc4
Use enum for Settings::local_anonymous_access_role
by Vitaly Buka
· 9 years ago
41a90d6
Remove Device::Options struct
by Vitaly Buka
· 9 years ago
238db69
Hide internal settings from weave/settings.h
by Vitaly Buka
· 9 years ago
a05eadb
Remove defaults for settings which have to be set by external code
by Vitaly Buka
· 9 years ago
b53b884
Added comments into weave/settings.h
by Vitaly Buka
· 9 years ago
8cca9b1
Added stricter warning options
by Vitaly Buka
· 9 years ago
3996f7c
Remove unnecessary include path
by Vitaly Buka
· 9 years ago
2d16dfa
Drop libweave part from includes.
by Stefan Sauer
· 9 years ago
8589b05
Save device secret
by Vitaly Buka
· 9 years ago
68a50c2
libweave: build on non-Linux hosts
by Scott James Remnant
· 9 years ago
312c2f5
weave/settings: rename device_id to cloud_id
by Johan Euphrosine
· 9 years ago
f86b4d5
Remove notifications from WifiBootstrapManager
by Vitaly Buka
· 9 years ago
bc97e81
Add license file (BSD) according to Google guidelines
by Gene Gutnik
· 9 years ago
d992142
added README for ubuntu wrapper
by ggfan
· 9 years ago
35f317d
Move NetworkState inside Network interface
by Vitaly Buka
· 9 years ago
727f3e6
Rename MockTaskRunner into FakeTaskRunner
by Vitaly Buka
· 9 years ago
1e36367
Move all providers into include/weave/provider
by Vitaly Buka
· 9 years ago
1b64c43
examples/ubuntu/avahi_client: remove avahi-daemon startup logic
by Johan Euphrosine
· 9 years ago
5a7a7da
Extract FakeStream into a separate file
by Alex Vakulenko
· 9 years ago
6c5c99d
Replaced some callbacks with commend SuccessCallback and ErrorCallback
by Vitaly Buka
· 9 years ago
beddc60
Rename Mdns interface into DnsServiceDiscoveryProvider
by Vitaly Buka
· 9 years ago
8be3dfe
Add doc strings into task_runner.h
by Vitaly Buka
· 9 years ago
3ab6f6e
Renamed Network interface into Network provided.
by Vitaly Buka
· 9 years ago
1fd619a
Rename and cleanup WifiProvider
by Vitaly Buka
· 9 years ago
4ebd329
Reformat with clang-format
by Vitaly Buka
· 9 years ago
da98728
Split Stream into InputStream and OutputStream
by Vitaly Buka
· 9 years ago
1b9c08d
examples/ubuntu: add vendor greeter command
by Johan Euphrosine
· 9 years ago
5a6904d
examples/ubuntu/prerequisites: add APT_GET_OPTS and remove -y
by Johan Euphrosine
· 9 years ago
f5225bc
examples/ubuntu: add disable_security and registration_ticket flag
by Johan Euphrosine
· 9 years ago
4d2356e
examples/ubuntu: add simple command handler example
by Johan Euphrosine
· 9 years ago
e22a73f
Don't pass wifi pointer into libWeave if interface is not available
by Vitaly Buka
· 9 years ago
cd85060
Move SSLStream into separate file
by Vitaly Buka
· 9 years ago
aa30134
Changed ConnectToService to accept error callback
by Vitaly Buka
· 9 years ago
b1041e7
Extracted WiFi interface from Network interface
by Vitaly Buka
· 9 years ago
7e1d8b2
Fixed typo in condition
by Vitaly Buka
· 9 years ago
4ebd641
Changed now NetworkManager detects connectivity status
by Vitaly Buka
· 9 years ago
3884ce1
Test cleanup
by Vitaly Buka
· 9 years ago
bf6840a
Remove bool argument from OnConnectionChangedCallback
by Vitaly Buka
· 9 years ago
a1e6c00
examples/ubuntu/avahi_client: add daemon configuration hint in error message
by Johan Euphrosine
· 9 years ago
4add916
examples/ubuntu/avahi_client: fix daemon detection
by Johan Euphrosine
· 9 years ago
f07df5a
Fix unaligned read and write
by Vitaly Buka
· 10 years ago
de1a2e7
Fail installing pre-requisites if apt-get fails.
by Alex Vakulenko
· 9 years ago
57fbee3
Add Request::GetStreamData() method
by Alex Vakulenko
· 9 years ago
e93366c
examples/ubuntu: make prerequisites noninteractive
by Johan Euphrosine
· 10 years ago
8a68d6a
examples/ubuntu: fix gyp deprecated option usage
by Johan Euphrosine
· 10 years ago
80925a7
Added README file
by Vitaly Buka
· 10 years ago
b737384
Added message to inform that step may take a while
by Vitaly Buka
· 10 years ago
35ab095
Initial add of weave::Bluetooth interface
by Robert Ginda
· 10 years ago
caf42bd
Fix check of monitor_until_
by Vitaly Buka
· 10 years ago
0684cfe
Remove error argument from ReadAsync and WriteAllAsync
by Vitaly Buka
· 10 years ago
5cf12a3
Remove unnecessary getters from weave::Config
by Vitaly Buka
· 10 years ago
658aa36
Simplify code by removing error from ::GetModelId and ::GetName
by Vitaly Buka
· 10 years ago
ca365fb
Improve testing of WiFi bootstrapping condition
by Vitaly Buka
· 10 years ago
bcc6754
Revert "Improve testing of WiFi bootstrapping condition"
by Vitaly Buka
· 10 years ago
38d582f
Improve testing of WiFi bootstrapping condition
by Vitaly Buka
· 10 years ago
031fb78
Print avahi error if avahi_entry_group_new
by Vitaly Buka
· 10 years ago
60d4509
Restart xmpp channel if read returned zero bytes
by Vitaly Buka
· 10 years ago
e7c7df1
Merge "Prevent fetch command queue requests from piling up"
by Alex Vakulenko
· 10 years ago
df1b073
Merge "Remove StringPiece from JSONReader interface to avoid exporting"
by Vitaly Buka
· 10 years ago
ed98fa0
Merge "Replace base/atomic with std::atomic"
by Vitaly Buka
· 10 years ago
ce65ec8
Remove StringPiece from JSONReader interface to avoid exporting
by Vitaly Buka
· 10 years ago
b1fcfc0
Replace base/atomic with std::atomic
by Vitaly Buka
· 10 years ago
64bc9ea
Prevent fetch command queue requests from piling up
by Alex Vakulenko
· 10 years ago
464f93e
Increase device registration timeout interval
by Alex Vakulenko
· 10 years ago
a4b3983
Switch from starttls to SSL sockets
by Vitaly Buka
· 10 years ago
3dc2f53
Use full service type and vector<string> in weave::Mdns interface
by Vitaly Buka
· 10 years ago
bfdd310
Promote some verbose XMPP log messages to LOG(INFO) level
by Alex Vakulenko
· 10 years ago
Next »