1. 70edd6f api remove hangup_on_client by Andy Green · 12 years ago
  2. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 12 years ago
  3. 14f4729 fix without server by Andy Green · 12 years ago
  4. b5b2319 style cleanup by Andy Green · 12 years ago
  5. ad68639 valgrind openssl destroy as far as possible by Andy Green · 12 years ago
  6. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 12 years ago
  7. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 12 years ago
  8. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 12 years ago
  9. bebc1bb valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING by Andy Green · 12 years ago
  10. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 12 years ago
  11. 7b92205 valgrind context destroy close all conns properly by Andy Green · 12 years ago
  12. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 12 years ago
  13. a86f634 improve static allocation notice by Andy Green · 12 years ago
  14. 4659648 valgrind free context allocations by Andy Green · 12 years ago
  15. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 12 years ago
  16. e310b0c use context service buffer instead of stack for create_context by Andy Green · 12 years ago
  17. 2b40b79 fix non ssl changes missed from context api change by Andy Green · 12 years ago
  18. f0b79e2 dont try figure out listen_service_fd position if unset by Andy Green · 12 years ago
  19. a47865f dont try set per socket keepalive timing on bsds by Andy Green · 12 years ago
  20. 9e4c917 fix broken listen socket piggybacking by Andy Green · 12 years ago
  21. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 12 years ago
  22. 1b26527 change context creation params to struct by Andy Green · 12 years ago
  23. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 12 years ago
  24. f270342 account for context in static allocation figure by Andy Green · 12 years ago
  25. e84652c use context service buf in place of large stack arrays by Andy Green · 12 years ago
  26. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  27. 3b233cb Fix memory leaks when creating a context. by Peter Pentchev · 12 years ago
  28. 23c5f2e add autotools bits for cyassl by Andy Green · 12 years ago
  29. 2b57a34 headers deleted after websocket established by Andy Green · 12 years ago
  30. 68e8d73 Fixed build on OSX. by Joakim Söderberg · 12 years ago
  31. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 12 years ago
  32. 7b40545 introduce library version plus git hash by Andy Green · 12 years ago
  33. d09d7d4 get error from getnameinfo if unable to improve hostname and use hostname by Andy Green · 12 years ago
  34. cbb3122 fixes for without server and without client by Andy Green · 12 years ago
  35. daed4fb fix unused var if no enable openssl by Jack Mitchell · 12 years ago
  36. 467c7ef add info about why we close to more places by Andy Green · 12 years ago
  37. aaf0b9f change get_peer_addresses to use context wsi latency by Andy Green · 12 years ago
  38. d636e35 introduce lws_latency by Andy Green · 12 years ago
  39. 6f520a5 evict all broadcast support by Andy Green · 12 years ago
  40. e216071 break up ssl accept action by Andy Green · 12 years ago
  41. 52f28ce autocreate foreign broadcast sockets on broadcast by Andy Green · 12 years ago
  42. d88146d trac 3 document write and context_user by Andy Green · 12 years ago
  43. 7500617 trac 4 correct libebsocket_service_fd by Andy Green · 12 years ago
  44. 35f332b more LWS_NO_DAEMONIZE by Andy Green · 12 years ago
  45. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  46. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  47. f5bc130 disable private broadcast sockets if enable no fork config option by Andy Green · 12 years ago
  48. a17c692 log major dynamic allocation info by Andy Green · 12 years ago
  49. 3182ece introduce without extensions by Andy Green · 12 years ago
  50. f6eeabc syslog requires format string by Edwin van den Oetelaar · 12 years ago
  51. 24cba92 make use of lock file by Andy Green · 12 years ago
  52. fd6764a test server add daemonization flag by Andy Green · 12 years ago
  53. 058ba81 test server use syslog logging by Andy Green · 12 years ago
  54. c11db20 helper api: log through syslog by Andy Green · 12 years ago
  55. b3a614a logging select some lwsl_info usage to be lwsl_notice by Andy Green · 12 years ago
  56. 7c19c34 add lwsl_notice by Andy Green · 12 years ago
  57. 0b31909 expose log level in emit by Andy Green · 12 years ago
  58. acbaee6 add lws_confirm_legit_wsi by Andy Green · 12 years ago
  59. a1ce6be refactor and introduce without server configure option by Andy Green · 12 years ago
  60. 706961d solve flowcontrol problems by Andy Green · 12 years ago
  61. 0303db4 check errors on shutdown close by Andy Green · 12 years ago
  62. dfb2304 replace hashtable polltable management by Andy Green · 12 years ago
  63. eff7374 portability dont assume size of tv.t_usec by Andy Green · 12 years ago
  64. f7248f8 update ping test client and stop exposing payload to extensions by Andy Green · 12 years ago
  65. 040d2ef roubustness only return 0 from fd service if handled by Andy Green · 12 years ago
  66. 03674a6 configure without client by Andy Green · 12 years ago
  67. 76f61e7 refactor migrate client stuff to client.c by Andy Green · 12 years ago
  68. 1023d2b robustness server dont exit server on accept problems by Andy Green · 12 years ago
  69. 65b0e91 listen socket more frequent service by Andy Green · 12 years ago
  70. a824d18 allow LWS_SOMAXCONN to be defined at configuretime by Andy Green · 12 years ago
  71. d280b6e http service break into outer loop states by Andy Green · 12 years ago
  72. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 12 years ago
  73. f7609e9 logging ensure everyone has a newline by Andy Green · 12 years ago
  74. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 12 years ago
  75. 455d1fe ssl client certs fix crash by Larry Hayes · 12 years ago
  76. c0d6b63 expose compiletime constants to setting from configure by Andy Green · 12 years ago
  77. c4ef7b1 introduce getifaddrs for toolchains without it by David · 12 years ago
  78. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  79. 8a26509 logging add timestamp by Andy Green · 12 years ago
  80. de8f27a logging extend level set api to allow setting emission function by Andy Green · 12 years ago
  81. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  82. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  83. ed3c840 Avoid leaking a socket when SSL_accept fails. by David Galeano · 12 years ago
  84. 7c8d989 Print error string on accept failure. by David Galeano · 12 years ago
  85. 7ffbe1b Fixed to keep reading data until the SSL internal buffer is empty. by David Galeano · 12 years ago
  86. 4fbc40c Added no-cache headers to client handshake: by David Galeano · 12 years ago
  87. cc148e4 Check if macro SSL_OP_NO_COMPRESSION is defined before trying to use it. by David Galeano · 12 years ago
  88. f177f2a Added private macro CIPHERS_LIST_STRING to define ciphers list string. by David Galeano · 12 years ago
  89. 77a677c When choosing a cipher, use the server's preferences. by David Galeano · 12 years ago
  90. c72f6f9 Disable compression for SSL socket, by David Galeano · 12 years ago
  91. 9b3d4b2 Using "SSL_CTX_use_certificate_chain_file" instead of "SSL_CTX_use_certificate_file" by David Galeano · 12 years ago
  92. 3697309 Set listen backlog to SOMAXCONN. by David Galeano · 12 years ago
  93. b88e096 Fixed operator precedence bug. by David Galeano · 12 years ago
  94. 4c38f14 Allow extensions when no protocol was specified. by David Galeano · 12 years ago
  95. e2cf992 Added support for extensions that only manipulate application data. by David Galeano · 12 years ago
  96. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  97. 2f82be8 Added context creation parameter for CA certificates file. by David Galeano · 12 years ago
  98. 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
  99. cb19368 Fixed compiler warnings on Windows. by David Galeano · 12 years ago
  100. 788c4a8 add context construction option to skip server hostname lookup by Andy Green · 12 years ago