Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Jan 31, 2014
  3. Jan 24, 2014
  4. Jan 16, 2014
  5. Jan 15, 2014
  6. Jan 14, 2014
  7. Jan 13, 2014
  8. Jan 09, 2014
  9. Jan 08, 2014
  10. Jan 04, 2014
    • akwizgran's avatar
      Asynchronous offers and requests for BMP. · c232d0ce
      akwizgran authored
      Offered and requested message IDs are stored in the database rather than
      being owned by DuplexConnections. This paves the way for moving to a
      simplex transport layer.
      c232d0ce
  11. Dec 22, 2013
  12. Dec 20, 2013
  13. Dec 19, 2013
  14. Dec 11, 2013
  15. Dec 10, 2013
  16. Nov 30, 2013
  17. Nov 24, 2013
  18. Nov 19, 2013
  19. Sep 27, 2013
  20. Jul 27, 2013
  21. Jun 17, 2013
  22. Jun 14, 2013
  23. Jun 13, 2013
    • akwizgran's avatar
      Made the invitation protocol symmetrical. · e1ec17f4
      akwizgran authored
      Both devices try to make outgoing connections and accept incoming
      connections simultaneously. This should lead to faster connection
      establishment when there are asymmetrical connectivity problems, such as
      devices that are unable to receive LAN multicast packets or make
      themselves discoverable via Bluetooth.
      e1ec17f4
  24. Jun 05, 2013
  25. May 16, 2013
  26. May 15, 2013
  27. May 14, 2013
    • akwizgran's avatar
      Fixed a race conditon when adding a transport and then an endpoint. · dddd15cd
      akwizgran authored
      To fix issue #3611966, KeyManagerImpl's handling of TransportAddedEvent
      was made asynchronous. This made it possible for a thread to call
      KeyManager.endpointAdded() before the KeyManager had asynchronously
      handled the TransportAddedEvent from a previous call to
      DatabaseComponent.addTransport().
      dddd15cd
Loading