Skip to content
Snippets Groups Projects
  1. Jul 18, 2015
  2. Jul 01, 2015
  3. Jun 15, 2015
    • Alexandr Lyapunov's avatar
      *) fixed exception-unsafe code: · b9faf059
      Alexandr Lyapunov authored
       on memory fail there could be port->reply.found > 0 and uninitialized port->svp,
       that could lead to random error after svp restoration.
      *) possibly fixed OPENTAR-97
      b9faf059
  4. Jun 05, 2015
  5. Jun 04, 2015
  6. Apr 29, 2015
  7. Apr 13, 2015
  8. Mar 16, 2015
  9. Mar 05, 2015
  10. Feb 16, 2015
  11. Feb 13, 2015
  12. Feb 12, 2015
  13. Feb 10, 2015
  14. Feb 09, 2015
  15. Feb 06, 2015
  16. Dec 24, 2014
  17. Dec 21, 2014
  18. Dec 15, 2014
  19. Dec 09, 2014
  20. Oct 24, 2014
  21. Oct 13, 2014
  22. Oct 07, 2014
  23. Oct 01, 2014
  24. Sep 26, 2014
    • Roman Tsisyk's avatar
      Refactor socket.tcp_server() to use nice fiber names · 3ee859f0
      Roman Tsisyk authored
      socket.tcp_server() changes:
      
       * Set nice fibers names for listener and clients
       * Use only one address for bind
       * Return single socket instead of wrapper
       * Add opts = {} to arguments
       * Automatically remove UNIX domain socket on server:close()
      
      Other changes:
      
       * Fix buggy port number parsng for ipv6
       * Add peer address to accept() results like recvfrom()
      3ee859f0
  25. Sep 15, 2014
  26. Sep 04, 2014
  27. Sep 03, 2014
Loading