1. 03bb8f9 Add support to binding client to interface. by Mattias Lundberg · 10 years ago
  2. 91f19d8 unify all pollfd lock management by Andy Green · 11 years ago
  3. 7521233 make header protection unique remove __prefix by Markus Elfring · 11 years ago
  4. 5efcb3f Subject: [PATCH] Additional check for EISONN. On iOS "if (connect()) == -1 || by shys · 11 years ago
  5. 36efd82 defer changing to proxy uri until connected by Andy Green · 11 years ago
  6. 6811457 add EISCONN handling to client connect attempt by Andy Green · 11 years ago
  7. 5dc62ea trac 40 client connection properly nonblocking by Andy Green · 11 years ago
  8. 8294c1f Request "send" not to trigger SIGPIPE on errors. by Joachim Bauch · 11 years ago
  9. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  10. 37029d9 replaced last remaining close on wsi->sock with compatible_close by Tobias Maier · 11 years ago
  11. 760c3d4 fix no extensions build by Andy Green · 11 years ago
  12. a7521de migrate client hs and c_port into ah by Andy Green · 11 years ago
  13. cc7cb68 remove header name buffer by Andy Green · 11 years ago
  14. 224149a fix ssl reject path for freeing header allocation by Andy Green · 11 years ago
  15. b5b2319 style cleanup by Andy Green · 11 years ago
  16. e77fb80 client convert to new headers scheme eliminating mallocs by Andy Green · 11 years ago
  17. 16ab318 replace per header mallocs with single malloc 3 level struct by Andy Green · 11 years ago
  18. 33fa908 remove extension cruft from struct lws by Andy Green · 11 years ago
  19. acfa1a8 throw out lws_websocket_related cruft by Andy Green · 11 years ago
  20. e48ba31 use context service buffer instead of stack for clent_connect by Andy Green · 11 years ago
  21. f54a94b use context service buffer instead of stack for clent_connect_2 by Andy Green · 11 years ago
  22. a690cd0 introduce keepalive option and make common socket options function by Andy Green · 11 years ago
  23. da1fb0b remove receiving timeout for client by Andy Green · 11 years ago
  24. 68a672b unionize header token array by Andy Green · 11 years ago
  25. f57751f Fixed compilation on NetBSD. by Joakim Soderberg · 11 years ago
  26. 5e1b7ff FreeBSD compatibility by Matthieu Riviere · 11 years ago
  27. 623a98d unionize mutually exclusive wsi members by Andy Green · 11 years ago
  28. 5738c0e remove all support for pre v13 protocols by Andy Green · 11 years ago
  29. 3182ece introduce without extensions by Andy Green · 11 years ago
  30. dfb2304 replace hashtable polltable management by Andy Green · 11 years ago
  31. 73abc25 deal with SSL_ERROR_WANT_ in client connect action by Andy Green · 11 years ago
  32. 3fc2c65 replace ifdefs around close socket with compatible_close by Andy Green · 11 years ago
  33. 41c5803 audit and make all malloc check for OOM by Andy Green · 11 years ago
  34. 43db045 introduce logging api and convert all library output to use it by Andy Green · 12 years ago
  35. 4550f1d compile in xcode, privatize debug macro by Aaron Zinman · 12 years ago
  36. c9f1ff8 Added private macro AWAITING_TIMEOUT instead of harcoded value 5. by David Galeano · 12 years ago
  37. 36750b8 Return NULL if the handshake failed to complete, by David Galeano · 12 years ago
  38. 3928f61 restore accept error as closure signal by Andy Green · 12 years ago
  39. d1db83c sockets were left open if connection could not be by Tobias Maier · 12 years ago
  40. 2c60d95 introduce libwebsocket_client_connect_extended by David Brooks · 12 years ago
  41. 993343b set connection callback before connection completed to allow early messages by David Brooks · 12 years ago
  42. 796ce7a remove duplicated netdb include from client handshake by Andy Green · 12 years ago
  43. cce2a81 change DATADIR to INSTALL_DATADIR solve mingw conflict by Andy Green · 12 years ago
  44. 6ee372f style cleaning by Andy Green · 12 years ago
  45. cc01247 debug move most spew into debug macro by Andy Green · 13 years ago
  46. f700935 Fixed compiler warnings. by David Galeano · 13 years ago
  47. f243115 Fix compile issue on Apple by M K · 13 years ago
  48. d85cb20 v08v13 add support v13 default by Andy Green · 13 years ago
  49. 66a16f3 x google mux implement child close by Andy Green · 13 years ago
  50. a41314f introduce x google mux very draft indeed by Andy Green · 13 years ago
  51. 33872cd carry over 06 stuff to 07 by Andy Green · 13 years ago
  52. 72c3432 Revert Pavel's patch looping in recv by Andy Green · 13 years ago
  53. 876534b recv() may not return all data by Pavel Borzenkov · 13 years ago
  54. 71ea500 Use IPPROTO_TCP instead of SOL_TCP by Pavel Borzenkov · 13 years ago
  55. 6c93955 disable nagle algorithm by Andy Green · 13 years ago
  56. d6e0911 introduce struct libwebsocket_extension by Andy Green · 13 years ago
  57. 56885f3 introduce win32 build capability by Peter Hinz · 13 years ago
  58. eeaacb3 introduce 76 00 client support by Andy Green · 13 years ago
  59. 9514bf8 carry over 05 specific stuff to 06 by Andy Green · 13 years ago
  60. 193306c change default client version to 06 by Andy Green · 13 years ago
  61. 08d3392 make origin optional on client by Andy Green · 13 years ago
  62. be93fef break client connect into states and apply timeout by Andy Green · 13 years ago
  63. a71eafc introduce timeout system by Andy Green · 13 years ago
  64. c19456f Apple / iOS build compatability patch by Darin Willits · 13 years ago
  65. 62c54d2 introduce this param in callback fix server close on client socket by Andy Green · 13 years ago
  66. 4b6fbe1 unify server and client close by Andy Green · 13 years ago
  67. 3221f92 introduce-external-poll-callbacks.patch by Andy Green · 13 years ago
  68. 0d33833 decouple-service-from-fd-array-index.patch by Andy Green · 13 years ago
  69. 44eee68 optimize-random-device-open.patch by Andy Green · 13 years ago
  70. 5e1fa17 introduce-new-05-socket-closure-rules.patch by Andy Green · 13 years ago
  71. bfb051f introduce-ietf-05-framing-and-commandline-options.patch by Andy Green · 13 years ago
  72. f3d3b40 change-client-mode-to-enum.patch by Andy Green · 13 years ago
  73. 1efb63c fix-hostname-to-be-server-name--allow-switches-in-any-order.patch by Andy Green · 13 years ago
  74. 927eb7b fix-error-path-on-server-headers-wrong.patch by Andy Green · 13 years ago
  75. 6a98054 fix-context-close.patch by Andy Green · 13 years ago
  76. d655cb4 fix-client-close.patch by Andy Green · 13 years ago
  77. 864d902 add-user-allocation-for-client-connects.patch by Andy Green · 13 years ago
  78. 5b9a4c0 cleanup-proxy-code--add-timeout.patch by Andy Green · 13 years ago
  79. 02244bb correct-proxy-fail-connect-handling.patch by Andy Green · 13 years ago
  80. 9659f37 introduce-http_proxy-support-no-auth.patch by Andy Green · 13 years ago
  81. 90c7cbc introduce-ssl-client-connections--flow-control.patch by Andy Green · 13 years ago
  82. 6964bb5 clean--fix-sigpipe.patch by Andy Green · 13 years ago
  83. 4739e5c introduce-client-support.patch by Andy Green · 13 years ago