Skip to content
Snippets Groups Projects
  1. Mar 07, 2012
  2. Mar 05, 2012
    • Wesley W. Terpstra's avatar
      Change the logic of who calls callbacks: · 27cf5623
      Wesley W. Terpstra authored
        eb_device_close kills outstanding callbacks, not eb_socket_close.
      ... to do this, response tracked cycles remember their device.
      ... and on device close it filters the entire list of awaiting responses.
      
      The reasoning behind this change:
        the user probably has handles to the device in the callback
        if he closes the device, the callbacks might run later with a bad pointer
        instead => kill those callbacks as part of closing the device.
      
      27cf5623
  3. Feb 28, 2012
  4. Feb 10, 2012
  5. Feb 08, 2012
  6. Feb 06, 2012
  7. Feb 02, 2012
  8. Jan 25, 2012
  9. Jan 18, 2012
  10. Jan 17, 2012
  11. Jan 16, 2012
  12. Jan 13, 2012