1. 3ee9b31 security harden http parser a bit by Andy Green · 11 years ago
  2. d579a7d fix another escaape runon by Andy Green · 11 years ago
  3. c3ef0d6 add cyassl keepalive valgrind minimal mem to changelog by Andy Green · 11 years ago
  4. 4825881 bump version to 1.2 and soname to 3 by Andy Green · 11 years ago
  5. 508946c api make close api private only by Andy Green · 11 years ago
  6. 70edd6f api remove hangup_on_client by Andy Green · 11 years ago
  7. 728569a update test echo for iface info member namechange by Andy Green · 11 years ago
  8. cecf5e7 eliminate snprintf by Andy Green · 11 years ago
  9. 7a506ba fix info struct api docs for iface vs interface by Andy Green · 11 years ago
  10. 63ff120 Fixed compilation on Windows. by Joakim Soderberg · 11 years ago
  11. 72dfd75 update memory performance info by Andy Green · 11 years ago
  12. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  13. 3551709 fix busted debug format in ssl mode by Andy Green · 11 years ago
  14. 090789e fix string escape runon by Andy Green · 11 years ago
  15. 14f4729 fix without server by Andy Green · 11 years ago
  16. b5b2319 style cleanup by Andy Green · 11 years ago
  17. ad68639 valgrind openssl destroy as far as possible by Andy Green · 11 years ago
  18. 3886ec7 valgrind client close in a controlled way on SIGINT by Andy Green · 11 years ago
  19. fdd305a valgrind eliminate uninitialized warning on close by Andy Green · 11 years ago
  20. 1ae1b1f valgrind also deallocate rx buf on close when client by Andy Green · 11 years ago
  21. 310655b valgrind dont close things directly in the callback by Andy Green · 11 years ago
  22. 93f98d7 valgrind client go through context destroy on connection error by Andy Green · 11 years ago
  23. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  24. bebc1bb valgrind free rx_user_buffer if entered CONNMODE_WS_SERVING by Andy Green · 11 years ago
  25. a7109e6 valgrind introduce protocol init and destroy user callbacks by Andy Green · 11 years ago
  26. 7b92205 valgrind context destroy close all conns properly by Andy Green · 11 years ago
  27. 4708a02 valgrind drop header allocation down http path by Andy Green · 11 years ago
  28. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  29. a86f634 improve static allocation notice by Andy Green · 11 years ago
  30. 4659648 valgrind free context allocations by Andy Green · 11 years ago
  31. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago
  32. 60fbc63 use part of service buffer to make response not malloc by Andy Green · 11 years ago
  33. 895d56d remove minimum frame size for deflate by Andy Green · 11 years ago
  34. a3957ef stop O2 override by Andy Green · 11 years ago
  35. aedc953 dont close in user callback wrapper let ancestor do it by Andy Green · 11 years ago
  36. 5ab9c68 fix error path in file transfer by Andy Green · 11 years ago
  37. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  38. d91d5e8 optimize wsi using bitfields and enums to chars by Andy Green · 11 years ago
  39. e48ba31 use context service buffer instead of stack for clent_connect by Andy Green · 11 years ago
  40. f54a94b use context service buffer instead of stack for clent_connect_2 by Andy Green · 11 years ago
  41. e310b0c use context service buffer instead of stack for create_context by Andy Green · 11 years ago
  42. 2b40b79 fix non ssl changes missed from context api change by Andy Green · 11 years ago
  43. c97067c use context service buffer instead of stack for lws_client_socket_service by Andy Green · 11 years ago
  44. 0390608 use context service buffer instead of stack for server_socket_service by Andy Green · 11 years ago
  45. 5f348a8 add static stack analysis by Andy Green · 11 years ago
  46. f0b79e2 dont try figure out listen_service_fd position if unset by Andy Green · 11 years ago
  47. a47865f dont try set per socket keepalive timing on bsds by Andy Green · 11 years ago
  48. 9e4c917 fix broken listen socket piggybacking by Andy Green · 11 years ago
  49. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  50. da1fb0b remove receiving timeout for client by Andy Green · 11 years ago
  51. 8e0c984 correct test client to close synchronously with last send by Andy Green · 11 years ago
  52. e7c97e8 align max frame for mirror protocol to what the code does by Andy Green · 11 years ago
  53. 1b26527 change context creation params to struct by Andy Green · 11 years ago
  54. 0480f64 handshake bail3 should be bail by Andy Green · 11 years ago
  55. 5449511 remove fixed rx buffer allow definition per protocol by Andy Green · 11 years ago
  56. f270342 account for context in static allocation figure by Andy Green · 11 years ago
  57. 9b09dc0 remove all PATH_MAX or MAX_PATH by Andy Green · 11 years ago
  58. e84652c use context service buf in place of large stack arrays by Andy Green · 11 years ago
  59. b8b247d remove need for filepath buffer on http file serve by Andy Green · 12 years ago
  60. c11b587 add static linking exception to LICENSE by Andy Green · 11 years ago
  61. 7502001 add unchanged lgpl 2.1 in LICENSE by Andy Green · 11 years ago
  62. 3b233cb Fix memory leaks when creating a context. by Peter Pentchev · 11 years ago
  63. 4d46cb5 Generate the API reference in text format, too. by Peter Pentchev · 11 years ago
  64. c74964e Fix two typos. by Peter Pentchev · 11 years ago
  65. ed33446 changelog header lifecycle by Andy Green · 11 years ago
  66. 23c5f2e add autotools bits for cyassl by Andy Green · 11 years ago
  67. 68a672b unionize header token array by Andy Green · 11 years ago
  68. a2b3a36 document header lifecycle change by Andy Green · 11 years ago
  69. 2b57a34 headers deleted after websocket established by Andy Green · 11 years ago
  70. e4dffc9 leverage TOKEN_SKIPPING better in parser by Andy Green · 11 years ago
  71. 177ca78 simplify parsing complete by Andy Green · 11 years ago
  72. 3455e67 act on fatal parse problems by Andy Green · 11 years ago
  73. c5dc32a remove deprecated vcxproj by Andy Green · 11 years ago
  74. df60b0c update changelog about cmake by Andy Green · 11 years ago
  75. 7df9908 Added build instructions for CMake. by Joakim Soderberg · 11 years ago
  76. 039ce8f add README by Andy Green · 11 years ago
  77. f57751f Fixed compilation on NetBSD. by Joakim Soderberg · 11 years ago
  78. cb4156d Cleaned up the CyaSSL linking in the CMake project a bit. by Joakim Söderberg · 11 years ago
  79. 91de933 Fixed windows build. by Joakim Soderberg · 11 years ago
  80. e9a4211 Added some minor changes to CMake build file. by Joakim Soderberg · 11 years ago
  81. b378ce9 Added support for CyaSSL replacement of OpenSSL. by Joakim Soderberg · 11 years ago
  82. 4f4a38b Added check for inline keyword availability. by Joakim Soderberg · 11 years ago
  83. 68e8d73 Fixed build on OSX. by Joakim Söderberg · 11 years ago
  84. d2edfec Fixed linux compilation and added more compile options. by Joakim Soderberg · 11 years ago
  85. 4c53123 CMake support + fixed windows build. by Joakim Soderberg · 11 years ago
  86. add3926 Some more Cmake stuff. by Joakim Soderberg · 11 years ago
  87. 08e434e Started redoing CMake support based on the up to date repos by Joakim Soderberg · 11 years ago
  88. 0d49c8d improve test server poll loop docs by Andy Green · 11 years ago
  89. a2156aa add note about MIPS opewrt configure options by Andy Green · 11 years ago
  90. 81bbae0 remove one more mention of broadcast callback by Andy Green · 11 years ago
  91. 7b40545 introduce library version plus git hash by Andy Green · 11 years ago
  92. 2d7acec remove stray reference to max broadcast size from readme.build by Andy Green · 11 years ago
  93. 36eb70d additional casts allow test server build as cpp by Andy Green · 11 years ago
  94. bd1132f update changelog tag chrome 26 firefox 18 by Andy Green · 11 years ago
  95. c51823a renovate test html by Andy Green · 11 years ago
  96. a35c86f add changelog v1.0 to v1.1 by Andy Green · 11 years ago
  97. 2da89dc bump version to 1.1 and soname to 2 by Andy Green · 11 years ago
  98. 98feb4b clean out remaining mentions of deprecated broadcast by Andy Green · 11 years ago
  99. d09d7d4 get error from getnameinfo if unable to improve hostname and use hostname by Andy Green · 11 years ago
  100. cbb3122 fixes for without server and without client by Andy Green · 11 years ago