1. 4b85c1d api rationalization: eliminate all libwebsocket[s]_ prefixes by Andy Green · 9 years ago
  2. 3ef579b api rationalization eliminate oldstyle internal api names by Andy Green · 9 years ago
  3. 6230476 api rationalization use new names internally by Andy Green · 9 years ago
  4. f2280d6 proxy auth fix by Andy Green · 9 years ago
  5. fc772cc win use platform invalid socket api elsewhere too by Andy Green · 9 years ago
  6. c53f7ca win client use platform invalid socket by Andy Green · 9 years ago
  7. 6e40556 proxy auth by Andy Green · 9 years ago
  8. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  9. b5cf69f correct error handling path in client handshake by Andy Green · 9 years ago
  10. 1963c9a improve callback close checking by Andy Green · 9 years ago
  11. 92b6963 Fixing occasional failure of connect() on Windows by Frugality · 9 years ago
  12. 20636ec Fix broken libev support in client mode by Pokrovskiy · 9 years ago
  13. 7fb366a client getaddrinfo valgrind fix by Danomi Czaski · 9 years ago
  14. 7e37d10 gethostbyname removal from lws get peer addresses by Andy Green · 10 years ago
  15. 6ff2824 Subject: [PATCH] Use custom allocator by Alejandro Mery · 10 years ago
  16. a40760a no protocol usage inprove docs by Andy Green · 10 years ago
  17. 9785085 dont free externally allocated user_space when closing connection by Andy Green · 10 years ago
  18. fb9dc57 Windows: Use gai_strerrorW() instead of gai_strerror() by Patrick Gansterer · 10 years ago
  19. c57037a refactor ssl related code into ssl.c by Andy Green · 10 years ago
  20. 2c24ec0 refactor out most NO_EXTENSIONS by Andy Green · 10 years ago
  21. 158e804 refactor out WIN32 tests from code by Andy Green · 10 years ago
  22. b47f87b Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP by Patrick Gansterer · 10 years ago
  23. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  24. 0447329 Fix IPv6 on non-Linux platforms by Patrick Gansterer · 10 years ago
  25. a616300 Fix nonblocking connect on Windows by Patrick Gansterer · 10 years ago
  26. 7844d04 ipv6 client fix by Andy Green · 10 years ago
  27. 055f297 ipv6 integration fixes by Andy Green · 10 years ago
  28. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  29. 2dbd837 WSAGetLastError() instead of errno on Windows by Patrick Gansterer · 10 years ago
  30. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  31. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  32. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  33. 5efcb3f Subject: [PATCH] Additional check for EISONN. On iOS "if (connect()) == -1 || by shys · 11 years ago
  34. 36efd82 defer changing to proxy uri until connected by Andy Green · 11 years ago
  35. 6811457 add EISCONN handling to client connect attempt by Andy Green · 11 years ago
  36. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  37. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  38. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  39. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  40. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  41. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  42. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  43. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  44. b5b2319 style cleanup by Andy Green · 11 years ago
  45. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  46. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  47. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago
  48. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  49. e48ba31 use context service buffer instead of stack for clent_connect by Andy Green · 11 years ago
  50. f54a94b use context service buffer instead of stack for clent_connect_2 by Andy Green · 11 years ago
  51. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  52. da1fb0b remove receiving timeout for client by Andy Green · 11 years ago
  53. 68a672b unionize header token array by Andy Green · 11 years ago
  54. f57751f Fixed compilation on NetBSD. by Joakim Soderberg · 11 years ago
  55. 5e1b7ff FreeBSD compatibility by Matthieu Riviere · 12 years ago
  56. 623a98d unionize mutually exclusive wsi members by Andy Green · 12 years ago
  57. 5738c0e remove all support for pre v13 protocols by Andy Green · 12 years ago
  58. 3182ece introduce without extensions by Andy Green · 12 years ago
  59. dfb2304 replace hashtable polltable management by Andy Green · 12 years ago
  60. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 12 years ago
  61. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 12 years ago
  62. 41c5803 audit and make all malloc check for OOM by Andy Green · 12 years ago
  63. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  64. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  65. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  66. 36750b8 Return NULL if the handshake failed to complete, by David Galeano · 12 years ago
  67. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  68. d1db83c sockets were left open if connection could not be by Tobias Maier · 12 years ago
  69. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  70. 993343b set connection callback before connection completed to allow early messages by David Brooks · 12 years ago
  71. 796ce7a remove duplicated netdb include from client handshake by Andy Green · 12 years ago
  72. cce2a81 change DATADIR to INSTALL_DATADIR solve mingw conflict by Andy Green · 12 years ago
  73. 6ee372f style cleaning by Andy Green · 12 years ago
  74. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  75. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  76. f243115 Fix compile issue on Apple by M K · 13 years ago
  77. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  78. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  79. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  80. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  81. 72c3432 Revert Pavel's patch looping in recv by Andy Green · 13 years ago
  82. 876534b recv() may not return all data by Pavel Borzenkov · 13 years ago
  83. 71ea500 Use IPPROTO_TCP instead of SOL_TCP by Pavel Borzenkov · 13 years ago
  84. 6c93955 disable nagle algorithm by Andy Green · 13 years ago
  85. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  86. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  87. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago
  88. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 13 years ago
  89. 193306c change default client version to 06 by Andy Green · 13 years ago
  90. 08d3392 make origin optional on client by Andy Green · 13 years ago
  91. be93fef break client connect into states and apply timeout by Andy Green · 13 years ago
  92. a71eafc introduce timeout system by Andy Green · 13 years ago
  93. c19456f Apple / iOS build compatability patch by Darin Willits · 13 years ago
  94. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  95. 4b6fbe1 unify server and client close by Andy Green · 13 years ago
  96. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 13 years ago
  97. 0d33833 decouple-service-from-fd-array-index.patch by Andy Green · 13 years ago
  98. 44eee68 optimize-random-device-open.patch by Andy Green · 13 years ago
  99. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 13 years ago
  100. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago