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