Skip to content
Snippets Groups Projects
  1. May 26, 2013
    • Guy Zana's avatar
      bsd: rewrite callout mechanism to avoid a race · c5dbdcc8
      Guy Zana authored
      the old implementation used threads for dispatching callouts, each callout
      owned a thread and it suffered from a race where a callout structure could have
      been deleted before the callout thread even begun.
      
      the current implementation is dispatching all callouts in a single callout
      dispatcher thread, it maintains an ordered list of callouts to achieve that.
      
      this patch solve a crash with the TCPDownloadFile test, that now proceeds.
      c5dbdcc8
  2. May 12, 2013
  3. May 09, 2013
  4. Apr 17, 2013
  5. Apr 11, 2013
  6. Apr 07, 2013
  7. Feb 28, 2013
  8. Feb 26, 2013
  9. Feb 25, 2013
  10. Feb 24, 2013
  11. Feb 21, 2013
  12. Feb 20, 2013
  13. Feb 19, 2013
  14. Feb 13, 2013
  15. Feb 12, 2013
  16. Feb 03, 2013
  17. Jan 31, 2013
  18. Jan 30, 2013
Loading