1. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/notification/xmpp_channel.cc]
  2. e07c29d libweave: Add 'reason' to backup command fetch requests by Alex Vakulenko · 10 years ago
  3. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  4. 7476342 Use single callback for replies to async operations by Vitaly Buka · 10 years ago
  5. f7f52d4 Pass error as ErrorPtr into ErrorCallback by Vitaly Buka · 10 years ago
  6. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  7. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  8. 3ab6f6e Renamed Network interface into Network provided. by Vitaly Buka · 10 years ago
  9. 4ebd329 Reformat with clang-format by Vitaly Buka · 10 years ago
  10. da98728 Split Stream into InputStream and OutputStream by Vitaly Buka · 10 years ago
  11. bf6840a Remove bool argument from OnConnectionChangedCallback by Vitaly Buka · 10 years ago
  12. 0684cfe Remove error argument from ReadAsync and WriteAllAsync by Vitaly Buka · 10 years ago
  13. 60d4509 Restart xmpp channel if read returned zero bytes by Vitaly Buka · 10 years ago
  14. a4b3983 Switch from starttls to SSL sockets by Vitaly Buka · 10 years ago
  15. bfdd310 Promote some verbose XMPP log messages to LOG(INFO) level by Alex Vakulenko · 10 years ago
  16. 91ee03d libweave: Remove unnecessary includes by Vitaly Buka · 10 years ago
  17. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  18. a04405e libweave: Remove use of chromeos::Blob and chromeos::SecureBlob by Vitaly Buka · 10 years ago
  19. 7d55639 libweave: Copy data_encoding.cc into libweave by Vitaly Buka · 10 years ago
  20. 823fdda libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 10 years ago
  21. 0f80f7c libweave: Move backoff_entry from libchromeos into libweave by Vitaly Buka · 10 years ago
  22. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  23. 10c69ec libweave: Extract weave::Stream interface by Vitaly Buka · 10 years ago
  24. d282884 libchromeos: Use MockMessageLoop on FakeStream. by Bertrand SIMONNET · 10 years ago
  25. 7b382ac libweave: Put "weave" includes into <> by Vitaly Buka · 10 years ago
  26. ddb2e38 buffet: Move ShillClient to buffet by Vitaly Buka · 10 years ago
  27. 387b4f4 libweave: Extract weave::Network interface by Vitaly Buka · 10 years ago
  28. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  29. e63dde6 libweave: Crash in XMPP ping when there is no XMPP connection by Alex Vakulenko · 10 years ago
  30. a647c85 libweave: Clang format of moved files by Vitaly Buka · 10 years ago
  31. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (97%) from buffet/notification/xmpp_channel.cc]
  32. 94fe16c buffet: Fix constant retries in XMPP on authorization failure by Alex Vakulenko · 10 years ago
  33. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  34. a6a3452 buffet: Make TLS shut down gracefully on connection termination by Alex Vakulenko · 10 years ago
  35. 5cd7997 buffet: Add periodic pings to XMPP connection by Alex Vakulenko · 10 years ago
  36. dea76b2 buffet: Add correct handling of XMPP IQ stanzas by Alex Vakulenko · 10 years ago
  37. 6b028ae buffet: Fix failed XMPP authorization issue by Alex Vakulenko · 10 years ago
  38. 0444c60 buffet: XMPP client should be looking for X-OAUTH2 auth method by Alex Vakulenko · 10 years ago
  39. 6e3c30e buffet: Hook up XMPP to deliver push notifications to buffet by Alex Vakulenko · 10 years ago
  40. 2684b51 buffet: Add TLS support to XMPP connection by Alex Vakulenko · 10 years ago
  41. bf71f70 buffet: Add proper XML parsing for XMPP streams by Alex Vakulenko · 10 years ago
  42. eedf3be buffet: Switch XmppChannel to use asynchronous socket streams by Alex Vakulenko · 10 years ago