1. daed4fb fix unused var if no enable openssl by Jack Mitchell · 11 years ago
  2. 467c7ef add info about why we close to more places by Andy Green · 11 years ago
  3. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 11 years ago
  4. d636e35 introduce lws_latency by Andy Green · 11 years ago
  5. 6f520a5 evict all broadcast support by Andy Green · 11 years ago
  6. e216071 break up ssl accept action by Andy Green · 11 years ago
  7. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  8. d88146d trac 3 document write and context_user by Andy Green · 12 years ago
  9. 7500617 trac 4 correct libebsocket_service_fd by Andy Green · 12 years ago
  10. 35f332b more LWS_NO_DAEMONIZE by Andy Green · 12 years ago
  11. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  12. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  13. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 12 years ago
  14. a17c692 log major dynamic allocation info by Andy Green · 12 years ago
  15. 3182ece introduce without extensions by Andy Green · 12 years ago
  16. f6eeabc syslog requires format string by Edwin van den Oetelaar · 12 years ago
  17. 24cba92 make use of lock file by Andy Green · 12 years ago
  18. fd6764a test server add daemonization flag by Andy Green · 12 years ago
  19. 058ba81 test server use syslog logging by Andy Green · 12 years ago
  20. c11db20 helper api: log through syslog by Andy Green · 12 years ago
  21. b3a614a logging select some lwsl_info usage to be lwsl_notice by Andy Green · 12 years ago
  22. 7c19c34 add lwsl_notice by Andy Green · 12 years ago
  23. 0b31909 expose log level in emit by Andy Green · 12 years ago
  24. acbaee6 add lws_confirm_legit_wsi by Andy Green · 12 years ago
  25. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  26. 706961d solve flowcontrol problems by Andy Green · 12 years ago
  27. 0303db4 check errors on shutdown close by Andy Green · 12 years ago
  28. dfb2304 replace hashtable polltable management by Andy Green · 12 years ago
  29. eff7374 portability dont assume size of tv.t_usec by Andy Green · 12 years ago
  30. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  31. 040d2ef roubustness only return 0 from fd service if handled by Andy Green · 12 years ago
  32. 03674a6 configure without client by Andy Green · 12 years ago
  33. 76f61e7 refactor migrate client stuff to client.c by Andy Green · 12 years ago
  34. 1023d2b robustness server dont exit server on accept problems by Andy Green · 12 years ago
  35. 65b0e91 listen socket more frequent service by Andy Green · 12 years ago
  36. a824d18 allow LWS_SOMAXCONN to be defined at configuretime by Andy Green · 12 years ago
  37. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  38. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 12 years ago
  39. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  40. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 12 years ago
  41. 455d1fe ssl client certs fix crash by Larry Hayes · 12 years ago
  42. c0d6b63 expose compiletime constants to setting from configure by Andy Green · 12 years ago
  43. c4ef7b1 introduce getifaddrs for toolchains without it by David · 12 years ago
  44. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  45. 8a26509 logging add timestamp by Andy Green · 12 years ago
  46. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  47. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  48. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  49. ed3c840 Avoid leaking a socket when SSL_accept fails. by David Galeano · 12 years ago
  50. 7c8d989 Print error string on accept failure. by David Galeano · 12 years ago
  51. 7ffbe1b Fixed to keep reading data until the SSL internal buffer is empty. by David Galeano · 12 years ago
  52. 4fbc40c Added no-cache headers to client handshake: by David Galeano · 12 years ago
  53. cc148e4 Check if macro SSL_OP_NO_COMPRESSION is defined before trying to use it. by David Galeano · 12 years ago
  54. f177f2a Added private macro CIPHERS_LIST_STRING to define ciphers list string. by David Galeano · 12 years ago
  55. 77a677c When choosing a cipher, use the server's preferences. by David Galeano · 12 years ago
  56. c72f6f9 Disable compression for SSL socket, by David Galeano · 12 years ago
  57. 9b3d4b2 Using "SSL_CTX_use_certificate_chain_file" instead of "SSL_CTX_use_certificate_file" by David Galeano · 12 years ago
  58. 3697309 Set listen backlog to SOMAXCONN. by David Galeano · 12 years ago
  59. b88e096 Fixed operator precedence bug. by David Galeano · 12 years ago
  60. 4c38f14 Allow extensions when no protocol was specified. by David Galeano · 12 years ago
  61. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  62. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  63. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  64. aa0bc86 Changed client handshake to use "Origin" instead of "Sec-WebSocket-Origin" as defined by RFC 6455 when using version 13 of the protocol. by David Galeano · 12 years ago
  65. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  66. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago
  67. 15e31f3 add missing docs for new context user pointer by Andy Green · 12 years ago
  68. dc93b7f libwebsocket_service_fd: EAGAIN is harmless, treat like EINTR by Alon Levy · 12 years ago
  69. 0291eb3 libwebsocket_context: add userspace pointer for use before wsi creation by Alon Levy · 12 years ago
  70. 5e8967a always taking an interest in ppid wont hurt by Andy Green · 12 years ago
  71. fa3f405 stop being so fragile on socket lifecycle by Andy Green · 12 years ago
  72. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  73. 9153166 check for prctl, poll parent PID if not present by Artem Baguinski · 13 years ago
  74. 1e32663 Fixing uninitialised memory by Paulo Roberto Urio · 12 years ago
  75. 5513fe0 add missing sa_data init to canonical hostname code by Andy Green · 12 years ago
  76. 1f680ab Fixed segfault in libwebsocket_context_destroy. by Paulo Roberto Urio · 12 years ago
  77. d551217 null exception with null extensions list by Andrew Chambers · 12 years ago
  78. a69f051 start migration to getnameinfo by Andy Green · 12 years ago
  79. 8360a47 openssl allow connect multiple packets for SSL_connect by Ken Atherton · 12 years ago
  80. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  81. 80a4497 introduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR by David Brooks · 12 years ago
  82. ee2213d reduce debug spew by David Brooks · 12 years ago
  83. aa6fc44 mingw add win32helper to lib and fix extpoll by Andy Green · 12 years ago
  84. 6ee372f style cleaning by Andy Green · 12 years ago
  85. 7b5af9a fix onopen browser context patch by Andy Green · 12 years ago
  86. 3ae39ff allow message processing from onopen browser context by Yonathan Yusim · 12 years ago
  87. e8c9b56 use ssize_t instead of size_t for return values of read/recv/SSL_read by Tobias Maier · 12 years ago
  88. c04c193 close connection if socket recv() fails. by Nick Dowell · 12 years ago
  89. d515ddd Don't care for the human-readable part of "HTTP/1.1 101" reply by Artem Egorkine · 13 years ago
  90. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  91. 49146db Add libwebsockets_ensure_user_space by Alex Bligh · 13 years ago
  92. 7b11fec Added support for Windows XP. by David Galeano · 13 years ago
  93. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  94. c15cb38 my compiler version didn't find it, but there is an uninitialized usage of by Andy Green · 13 years ago
  95. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  96. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  97. f665241 extensions ensure per conn allocation starts zeroed by Andy Green · 13 years ago
  98. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  99. 2d1301e dump active protocols and extensions at context create by Andy Green · 13 years ago
  100. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago