1. 6d41720 api rationalization add cmake switch to export old api wrappers by Andy Green · 9 years ago
  2. bb085da Fix some minor typos. by Peter Pentchev · 9 years ago
  3. abc8635 osx clang blows up if pthreads flag at link time 2 by Andy Green · 9 years ago
  4. 09b8a71 osx clang blows up if pthreads flag at link time by Andy Green · 9 years ago
  5. 1700265 osx clang quench deprecated api errors by Andy Green · 9 years ago
  6. b39c22f issue 352 clang is like gcc for cmake purposes by Andy Green · 9 years ago
  7. b7fed35 test server pthreads by Andy Green · 9 years ago
  8. eb15ea0 refactor test server by Andy Green · 9 years ago
  9. 5f2a815 mbed3 build support by Andy Green · 9 years ago
  10. 9ffb42e cmake force internal SHA1 if no ssl by Andy Green · 9 years ago
  11. b820e2c Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS by Stephan Eberle · 9 years ago
  12. ab620ff release v1.5 by Andy Green · 9 years ago
  13. fe6030a Make LWS_SEND_BUFFER_PRE_PADDING preprocessor if-friendly by Alexander Lukichev · 9 years ago
  14. e46f412 Fix some typographical and grammatical errors by Peter Pentchev · 9 years ago
  15. 4c79ee7 LWS_WITHOUT_BUILTIN_SHA1 by Andy Green · 9 years ago
  16. e38b850 remove O3 if cmake debug build by Bruce Perens · 9 years ago
  17. 7a474b4 Separate private defines in lws_config_private.h by Roger A. Light · 9 years ago
  18. cefab31 Use LWS_HAVE_ instead of just HAVE_ by =?UTF-8?q?Joakim=20S=C3=B6derberg?= · 9 years ago
  19. b6147fd Fix shared library name for all platforms by Roger A. Light · 9 years ago
  20. 80a7068 Allow using CyaSSL in stead of wolfSSL by ABruines · 9 years ago
  21. c3bcb89 Move from CyaSSL to wolfSSL by Alexander Bruines · 9 years ago
  22. 3ae1bad cmake remove targets from install path by Andy Green · 9 years ago
  23. 26fd0d2 cmake revert change to linux so by Andy Green · 9 years ago
  24. f1b1254 Subject: [PATCH] Multiple changes in the build process by wonder-mice · 9 years ago
  25. 67e246f Subject: [PATCH] Be quite when executing openssl commands by wonder-mice · 9 years ago
  26. dd32c24 refactor allow http parse also for client by wonder-mice · 9 years ago
  27. 16fb013 prepare for v1.4 by Andy Green · 9 years ago
  28. 1677ca5 Subject: [PATCH] Windows installer related fixes. by Roger A. Light · 9 years ago
  29. 12126d7 Add Windows installer file and configure appveyor to create it by Roger A. Light · 9 years ago
  30. b863954 Subject: [PATCH] Simplify soversion. by Roger Light · 9 years ago
  31. ba3c75c Add compiler checking for visibility flag by Steven Lai · 9 years ago
  32. 363420d cmake ipv6 default to off by Quinlan Pfiffer · 9 years ago
  33. cdc9717 Subject: [PATCH] Add custom allocator support using the realloc() interface by Alejandro Mery · 10 years ago
  34. a11a282 Subject: [PATCH] cmake: set the project language by Samuel Martin · 10 years ago
  35. b921e52 Subject: [PATCH] Adding lws_config.h to list of installed headers. by Christoph Muellner · 10 years ago
  36. 1632c9a CLang gives an error on -O4 by Joakim Soderberg · 10 years ago
  37. bf3e8a9 Subject: [PATCH] BUGFIX: Failed to get proper output dir for test-server by Joakim Soderberg · 10 years ago
  38. 7df53c5 http2 alpn npn pollout by Andy Green · 10 years ago
  39. 2add634 http2 hpack basic decode ok including huff by Andy Green · 10 years ago
  40. 024eb6c http2 can keep upgraded connection up by Andy Green · 10 years ago
  41. c00675c fix required CMake version by Hiroaki Sakon · 10 years ago
  42. 9ffe401 soname 5.0.0 by Andy Green · 10 years ago
  43. 46e4886 Turn off IPv6 in windows for now by Joakim Soderberg · 10 years ago
  44. 1077e1f Fix include statement of in6addr.h by Patrick Gansterer · 10 years ago
  45. a717df2 refactor libev eliminate all code ifdefs by Andy Green · 10 years ago
  46. d2f5b19 windows Fix build. by Joakim Soderberg · 10 years ago
  47. 0213812 refactor add ssl read write single implementation by Andy Green · 10 years ago
  48. 2eedea9 http2 add initial alpn support by Andy Green · 10 years ago
  49. c57037a refactor ssl related code into ssl.c by Andy Green · 10 years ago
  50. 34f3dd2 refactor pollfd related functions into pollfd.c by Andy Green · 10 years ago
  51. d474135 refactor service related functions into service.c by Andy Green · 10 years ago
  52. 3d67f51 refactor context related functions into context.c by Andy Green · 10 years ago
  53. e40aa9b plat change to build selection by cmake by Andy Green · 10 years ago
  54. 73882e4 Remove websock-w32.h by Patrick Gansterer · 10 years ago
  55. fc5734c Remove dummy headers for Windows by Patrick Gansterer · 10 years ago
  56. 8df031d Remove emulated_poll on Windows by Patrick Gansterer · 10 years ago
  57. 055f297 ipv6 integration fixes by Andy Green · 10 years ago
  58. 3f13ea2 add ipv6 support by James Devine · 10 years ago
  59. 9769f4f libev port by Andrew Canaday · 10 years ago
  60. d2ec7ad ssl client use OS CA root certs by default by Andy Green · 10 years ago
  61. e04ec35 Fix installation into relative installation directory by Patrick Gansterer · 10 years ago
  62. 388dc7d Fix cyassl flags, update documentation by John Clark · 10 years ago
  63. 61a6ae4 Check if getenv() exists by Patrick Gansterer · 10 years ago
  64. 5b71aac Enable compilation on Windows CE by Patrick Gansterer · 10 years ago
  65. 8a59033 Fix type checks in CMake by Patrick Gansterer · 10 years ago
  66. 92792b4 Avoid calls to gettimeofday() by Patrick Gansterer · 10 years ago
  67. 0f3e413 unconfuse quoting in CMakeLists.txtt by Andy Green · 10 years ago
  68. 7f54e76 fix WITHOUT_CLIENT install in CMake by Andy Green · 10 years ago
  69. 6596e4b Fix compilation on Windows. by Joakim Soderberg · 10 years ago
  70. e919af8 update version in libwebsockets.pc by Andy Green · 10 years ago
  71. 6744555 cmake and other fixes by Joakim Soderberg · 10 years ago
  72. 0a0a7eb Trac 53 minw update by pmcdona · 11 years ago
  73. 7e86740 Windows Fix installing the dll by Andreas Pakulat · 11 years ago
  74. 299244f fix cmake quoting by Markus Elfring · 11 years ago
  75. e0b3d13 CMAKE help if cwd not git dir by Arokux X · 11 years ago
  76. 578a24d cmake fix for osx 64 bit by Erland Isaksson · 11 years ago
  77. d34bae1 trac 27: use fullpath in OSX dynamic libs by thinkski · 11 years ago
  78. dd93a0c pkg config avoid hardcoded prefix by thinkski · 11 years ago
  79. efda177 cmake use existing spec file for RPM generation by Tomas Cejka · 11 years ago
  80. 5b479ac cmake improve cross documentation by Andy Green · 11 years ago
  81. 9a4fef7 Hide private library symbols by Peter Pentchev · 11 years ago
  82. 9c037c0 BUGFIX: Properly add libcyassl to the lib list. by Joakim Soderberg · 11 years ago
  83. c2012e4 Check for GCC/G++ explicitly instead of simply Unix. by Joakim Soderberg · 11 years ago
  84. da3f6ff cmake add gcc compile options by Andy Green · 11 years ago
  85. 27696f2 cmake add missing echo test app by Andy Green · 11 years ago
  86. c8c1662 cmake packageconfig installs to lib dir by Andy Green · 11 years ago
  87. 2aab3f9 cmake ignore non source things for make dist by Andy Green · 11 years ago
  88. 19c1a99 update version 1.3 soname 4 by Andy Green · 11 years ago
  89. 15a38a7 cmake some cosmetic improvementss by Edwin van den Oetelaar · 11 years ago
  90. 63b3b95 cmake fix install path by Andy Green · 11 years ago
  91. a833494 cmake win32 change helper includes to HDR_PUBLIC so they install by Andy Green · 11 years ago
  92. 897fec3 cmake mingw no need for websock w32 by Arokux B · 11 years ago
  93. 975423c cmake lib lib64 problem by Andy Green · 11 years ago
  94. c7ed2be Fix running test programs from within visual studio. by Joakim Soderberg · 11 years ago
  95. 51197c0 Set the _DEBUG macro for CMake also. by Joakim Söderberg · 11 years ago
  96. 20aedc8 Fixed ssl cert generation on Windows. by Joakim Soderberg · 11 years ago
  97. b37827b Added CPack support + some more. by Joakim Soderberg · 11 years ago
  98. 11a8cda BUGFIX: Fixed bug for installing test-apps for CMake. by Joakim Soderberg · 11 years ago
  99. 7eadd58 Fixed CMake compile options. by Joakim Soderberg · 11 years ago
  100. fcec61c getifaddrs missing more user friendly in CMake. by Joakim Soderberg · 11 years ago