Skip to content
Snippets Groups Projects
  1. Jul 10, 2013
  2. Jul 01, 2013
  3. Jun 28, 2013
  4. Jun 27, 2013
  5. Jun 12, 2013
  6. May 30, 2013
  7. May 19, 2013
    • Sergey Lyubka's avatar
      Exported mg_url_encode() · 33b920ed
      Sergey Lyubka authored
      33b920ed
    • jwang's avatar
      Securely close SSL conection · 063b26fe
      jwang authored
      For SSL in close_connection, current implementation use close_socket_gracefully to close socket firstly, then SSL_free. In my
      testing, this approach may cause some pending write data missing. I'd suggest use standard SSL_shutdown in SSL conection. It
      need call twice according to openSSL manual - one call sends the close_notify alert and one call receives the response from
      the peer
      063b26fe
    • Sergey Lyubka's avatar
      Added socket functions to lua environment · add079a9
      Sergey Lyubka authored
      add079a9
  8. May 18, 2013
  9. May 16, 2013
  10. May 15, 2013
  11. May 13, 2013
  12. May 10, 2013
  13. May 08, 2013
  14. May 06, 2013
  15. Apr 26, 2013
  16. Apr 11, 2013
  17. Mar 27, 2013
  18. Mar 19, 2013
  19. Mar 18, 2013
  20. Mar 09, 2013
  21. Mar 08, 2013
  22. Mar 05, 2013
Loading