1. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/notification/xmpp_channel_unittest.cc]
  2. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  3. 7476342 Use single callback for replies to async operations by Vitaly Buka · 10 years ago
  4. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  5. 727f3e6 Rename MockTaskRunner into FakeTaskRunner by Vitaly Buka · 10 years ago
  6. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  7. 5a7a7da Extract FakeStream into a separate file by Alex Vakulenko · 10 years ago
  8. 3ab6f6e Renamed Network interface into Network provided. by Vitaly Buka · 10 years ago
  9. 1fd619a Rename and cleanup WifiProvider by Vitaly Buka · 10 years ago
  10. 4ebd329 Reformat with clang-format by Vitaly Buka · 10 years ago
  11. da98728 Split Stream into InputStream and OutputStream 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. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  16. 0d50107 libweave: Remove few small base/ dependencies by Vitaly Buka · 10 years ago
  17. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  18. 6ca868f libweave: Copy bind_lambda into libweave by Vitaly Buka · 10 years ago
  19. 823fdda libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 10 years ago
  20. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  21. 8e507c2 libweave: Remove dynamic allocation of some test objects by Vitaly Buka · 10 years ago
  22. 10c69ec libweave: Extract weave::Stream interface by Vitaly Buka · 10 years ago
  23. 8b13fa0 libweave: Relax message loop constrains in XmppChannelTest by Vitaly Buka · 10 years ago
  24. d282884 libchromeos: Use MockMessageLoop on FakeStream. by Bertrand SIMONNET · 10 years ago
  25. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  26. a647c85 libweave: Clang format of moved files by Vitaly Buka · 10 years ago
  27. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (99%) from buffet/notification/xmpp_channel_unittest.cc]
  28. 94fe16c buffet: Fix constant retries in XMPP on authorization failure by Alex Vakulenko · 10 years ago
  29. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  30. 5cd7997 buffet: Add periodic pings to XMPP connection by Alex Vakulenko · 10 years ago
  31. dea76b2 buffet: Add correct handling of XMPP IQ stanzas by Alex Vakulenko · 10 years ago
  32. 2684b51 buffet: Add TLS support to XMPP connection by Alex Vakulenko · 10 years ago
  33. bf71f70 buffet: Add proper XML parsing for XMPP streams by Alex Vakulenko · 10 years ago
  34. eedf3be buffet: Switch XmppChannel to use asynchronous socket streams by Alex Vakulenko · 10 years ago