1. 07b56e6 doc LWS_EXTERN by Andy Green · 13 years ago
  2. 0644779 zlib update by David Galeno · 13 years ago
  3. 4c65884 Added "Release DLL" configuration. by David Galeano · 13 years ago
  4. 9454e21 Added LWS_EXTERN to allow building a DLL. by David Galeano · 13 years ago
  5. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  6. a0e4c88 Ignoring Release build and opensdf files. by David Galeano · 13 years ago
  7. 5bf6578 fix failure to limit 7bit lengths by Andy Green · 13 years ago
  8. f243115 Fix compile issue on Apple by M K · 13 years ago
  9. a11fe94 correct cpp extern only being on win32 by Andy Green · 13 years ago
  10. 188d896 test html uplevel detect browser and MozWebSocket by Andy Green · 13 years ago
  11. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  12. 25a56b0 v08 receiver ignore frame with unhandled ext opcode by Andy Green · 13 years ago
  13. 815fa23 v08 change ignore incoming set ext bits by Andy Green · 13 years ago
  14. c15cb38 my compiler version didn't find it, but there is an uninitialized usage of by Andy Green · 13 years ago
  15. 0922650 extensions fix deflate stream vs mux and veto it on mux children by Andy Green · 13 years ago
  16. 5555c98 x google mux handle illegal channel add indexes cleanup handle ch1 rx by Andy Green · 13 years ago
  17. 68b4504 extensions introduce pre close veto by Andy Green · 13 years ago
  18. 8c6aaa2 extensions change child count to highest child subchannel by Andy Green · 13 years ago
  19. f665241 extensions ensure per conn allocation starts zeroed by Andy Green · 13 years ago
  20. 6ab0bba x google mux complete introduction of MUX_REAL_CHILD_INDEX_OFFSET that got included accidentally by Andy Green · 13 years ago
  21. f4a7c69 add gitignore by Jean-Pierre Gygax · 13 years ago
  22. b422887 win32 update for vc 2010 contributed by Jean-Pierre Gygax · 13 years ago
  23. d3b421e remove use mux blocks macro by Andy Green · 13 years ago
  24. a59bb90 x google mux change to new compact channel index scheme by Andy Green · 13 years ago
  25. 69b6808 x google mux introduce sticky mux opcode usage if ever used in channel by Andy Green · 13 years ago
  26. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  27. 7448c7e test client add flag to defeat mux extension by Andy Green · 13 years ago
  28. 4084af1 test client make mirror data source channel open and close all the time by Andy Green · 13 years ago
  29. 0054401 Modify Zlib VS project to be able to build in 64 bit by Michel Archembault · 13 years ago
  30. 03bec39 Move include of gettimeofday.h to be able to build in C and C++ by Michel Archambault · 13 years ago
  31. 6a1b904 move win32 zlib to correct place by Michel Archembault · 13 years ago
  32. 2d1301e dump active protocols and extensions at context create by Andy Green · 13 years ago
  33. 0059754 fix parser reaction to zero length payloads by Andy Green · 13 years ago
  34. 3293c2a fix server ping coming as client payload by Andy Green · 13 years ago
  35. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  36. 8214a04 win32 update projects by Michel Archambault · 13 years ago
  37. b75c026 remove line end at 72 for base64 encode by Andy Green · 13 years ago
  38. 9c5c838 win32 use binary flag on opening http file by Andy Green · 13 years ago
  39. ec7e0dc make base 64 helper apis public by Andy Green · 13 years ago
  40. f94e058 win32 move gettimeofday include inside extern c by Andy Green · 13 years ago
  41. 8f5f91f win32 nuke autogenerated files from tree by Andy Green · 13 years ago
  42. b1dab51 win32 fix release build by Andy Green · 13 years ago
  43. 66a36ff fix deflate window by Andy Green · 13 years ago
  44. 043a0ba move send pipe choked api to public exports by Andy Green · 13 years ago
  45. bc15798 handle new masking order and fixups by Andy Green · 13 years ago
  46. 23545db interpret new opcode map when 07 by Andy Green · 13 years ago
  47. 53b6385 issue new opcodes when 07 by Andy Green · 13 years ago
  48. 4e75224 write client frames the new way for 07 by Andy Green · 13 years ago
  49. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  50. 283d0a2 add 07 support by Andy Green · 13 years ago
  51. 5fd55cd introduce 07 opcode ordering by Andy Green · 13 years ago
  52. 27a0b91 fix frgmented server reply by Andy Green · 13 years ago
  53. 72c3432 Revert Pavel's patch looping in recv by Andy Green · 13 years ago
  54. 4b65a56 Fix segfault in libwebsocket_write() by Pavel Borzenkov · 13 years ago
  55. 876534b recv() may not return all data by Pavel Borzenkov · 13 years ago
  56. 71ea500 Use IPPROTO_TCP instead of SOL_TCP by Pavel Borzenkov · 13 years ago
  57. 2af3996 HTTP headers may be case-sensitive by Pavel Borzenkov · 13 years ago
  58. 26111bc select raw zlib compression by Andy Green · 13 years ago
  59. 46c2ea0 pass ext pointer in ext callback by Andy Green · 13 years ago
  60. 6eeadae update win32 support for zlib by Peter Hinz · 13 years ago
  61. bb45a90 Re: Windows port of your libwebsocket by Peter Hinz · 13 years ago
  62. 7627af5 try to cover AF_LOCAL in libwebsockets_get_peer_addresses by Andy Green · 13 years ago
  63. f92def7 use unsigned peer dotted quad by Andy Green · 13 years ago
  64. 5948865 beautify fraggle by Andy Green · 13 years ago
  65. 4bf91d7 libwebsockets - gcc warnings by Patrick McManus · 13 years ago
  66. 6c93955 disable nagle algorithm by Andy Green · 13 years ago
  67. 98a623f clean fraggle by Andy Green · 13 years ago
  68. e9739ed introduce fraggle test app by Andy Green · 13 years ago
  69. 82c3d54 introduce libwebsocket_is_final_fragment by Andy Green · 13 years ago
  70. 9a50ba8 fix misunderstood fragmentation restriction by Andy Green · 13 years ago
  71. 5d9d94b add CONTINUATION write mode by Andy Green · 13 years ago
  72. 2836c64 expose SHA1 api by Andy Green · 13 years ago
  73. 8acc194 expose random api by Andy Green · 13 years ago
  74. 9e4c2b6 add separate server writeable and change naming to match rest of callbacks by Andy Green · 13 years ago
  75. 58eaa74 remove bogus bytes on first line of websockets.c by Andy Green · 13 years ago
  76. 7c9c4d4 add explicit libz inclusion by Andy Green · 13 years ago
  77. c44159f flush extensions when closing by Andy Green · 13 years ago
  78. da527df add extra state for waiting on close ack with timeout by Andy Green · 13 years ago
  79. 69758fa introduce test server close testing switch by Andy Green · 13 years ago
  80. 2a8978f interop notes - libwebsocket -06 close by Pat McManus @Mozilla · 13 years ago
  81. a047d85 configure add requirement for zlib.h by Andy Green · 13 years ago
  82. 775884e add compression defeat switch to test client by Andy Green · 13 years ago
  83. ce6a21d introduce deflate compression extension by Andy Green · 13 years ago
  84. 6e5f95e allow extensions for parsing by Andy Green · 13 years ago
  85. 4cd87a0 introduce internal extensions array by Andy Green · 13 years ago
  86. 2366b1c instantiate extensions server accepted by Andy Green · 13 years ago
  87. c6517fa dynamically create client extensions offer from extensions list by Andy Green · 13 years ago
  88. 57b4e9a document extension callback reasons by Andy Green · 13 years ago
  89. 3b84c00 callback each active extension on packet tx pre send by Andy Green · 13 years ago
  90. 98a717c callback each active extension on packet rx pre parse by Andy Green · 13 years ago
  91. 95a7b5d introduce lws_send_pipe_choked by Andy Green · 13 years ago
  92. d44bf7f introduce lws_issue_raw by Andy Green · 13 years ago
  93. ef660a9 deallocate extension contexts on connection close by Andy Green · 13 years ago
  94. c511482 create server extension response dynamically by Andy Green · 13 years ago
  95. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  96. 2e24da0 fix openssl breakage from win32 by Andy Green · 13 years ago
  97. 02770b4 win32 build fixup missing includes by Andy Green · 13 years ago
  98. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  99. 385e7ad introduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER by Andy Green · 13 years ago
  100. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago