1. 498a4e2 sul: all timed objects use a single pt sul list by Andy Green · 5 years ago
  2. 5bbe264 seq: LWS_WITH_SEQUENCER default-on by Andy Green · 5 years ago
  3. 3c12fd7 unify us sorted waits by Andy Green · 5 years ago
  4. 45ec3ce lws_dll: upgrade all instances to lws_dll2 by Andy Green · 5 years ago
  5. fed78be sequencer: upgrade timeout to use us by Andy Green · 5 years ago
  6. 119fddb solve compilation problems on vs2012 by hjfbswb · 5 years ago
  7. e76982a boringssl: deal with loss of EVP_PKEY_new_mac_key by Andy Green · 5 years ago
  8. 761e752 boringssl: adapt to missing AES modes by Andy Green · 5 years ago
  9. d727c89 cmake: miniz: add as option by Andy Green · 5 years ago
  10. 43f919f esp32: do not compile esp32-helper by default by Jackson Ming Hu · 5 years ago
  11. 78e1a8f esp32: do not compile directory scanning stuff by Jackson Ming Hu · 5 years ago
  12. 6b348a5 CMakeList: detect ESP_PLATFORM for ESP32 by Jackson Ming Hu · 5 years ago
  13. a7e1bac unit test sequencer by Andy Green · 5 years ago
  14. 0ada40c abstract: allow completely generic instantiation and destruction by Andy Green · 5 years ago
  15. b3d6e28 lws_sequencer by Andy Green · 5 years ago
  16. d7ddd49 cmake: clang: Fix LWS_WITH_ASAN by Jens Alfke · 5 years ago
  17. 880a139 Purge LWS_HAVE_BZERO by Orgad Shaneh · 5 years ago
  18. 810a58e openssl: need ldl to detect apis when no openssl .so bringing it in by Andy Green · 5 years ago
  19. 8f5cdac Subject: [PATCH] Fix bzero misdetection also for GCC >=8 by Orgad Shaneh · 5 years ago
  20. 8a0ab2d cmake: probe gcc flags capability by Andy Green · 5 years ago
  21. 8d473ad smtp: make abstract by Andy Green · 5 years ago
  22. 0c77ce9 openssl3: improve api availability tests by Andy Green · 5 years ago
  23. 9e347e6 plugins: remove requirement for libuv on unix by Andy Green · 5 years ago
  24. 38fb0e3 lws_struct by Andy Green · 6 years ago
  25. 1d6128d cmake: Fix bzero mis-detection on MinGW by elivdahan · 6 years ago
  26. 45f2c9f openssl3: handle EC_POINT_get_affine_coordinates api change by Andy Green · 6 years ago
  27. 4c3146c glibc: if malloc_trim() exists, call it periodically by Andy Green · 6 years ago
  28. 579ed35 jwk: remove unistd.h include by Andy Green · 6 years ago
  29. 119aa5c lws_dir: wrap dir scanning backend and convert lejp-conf by Andy Green · 6 years ago
  30. b50e9fb cmake: override build system release optimization policy by Andy Green · 6 years ago
  31. 986bb37 ah: custom headers for h1 by Andy Green · 6 years ago
  32. 043700a optee: remove build system by Andy Green · 6 years ago
  33. 84a5754 LWS_WITH_NETWORK: cmake option for no network code by Andy Green · 6 years ago
  34. 6139933 x509-warning-fixes by Andy Green · 6 years ago
  35. 39e19c8 qnx: qnx6.5 compatibility by pblemel · 6 years ago
  36. ad9c99a mbedtls: finer-grained enable checks and OP-TEE by Andy Green · 6 years ago
  37. d995d75 adopt: keep most of adopt.c even with WITHOUT_SERVER by Andy Green · 6 years ago
  38. 0adc845 lws-x509: validation functions by Andy Green · 6 years ago
  39. 21889b5 ecdh-es by Andy Green · 6 years ago
  40. eda102e jwe by Andy Green · 6 years ago
  41. a3dcc95 genec: generic ECDH crypto layer by Andy Green · 6 years ago
  42. ddb94d4 genaes: generic AES layer independent of tls library by Andy Green · 6 years ago
  43. 440dacc JOSE: refactor and prepare for JWE by Andy Green · 6 years ago
  44. 08b5ad9 role: raw-proxy by Andy Green · 6 years ago
  45. 4e2eef3 plugin: lws deaddrop by Andy Green · 6 years ago
  46. 2d245ae master: version to 3.1.99 by Andy Green · 6 years ago
  47. 89eedca v3.1.0 by Andy Green · 6 years ago
  48. edeb8a5 boringssl: update by Andy Green · 6 years ago
  49. 37d6116 cmake: copy include/libwebsockets into the build dir by Andy Green · 6 years ago
  50. aa4143a lws_diskcache: split generic parts from gitohashi into lws by Andy Green · 6 years ago
  51. f6e6818 freebsd: clang requires -pthread by Andy Green · 6 years ago
  52. cbb8b1d LWS_WITH_ASAN by Andy Green · 6 years ago
  53. 93d4e18 openssl tls1.3: allow setting ciphersuites at context creation time by Andy Green · 6 years ago
  54. d3bc2c3 fulltext search by Andy Green · 6 years ago
  55. a5b2248 lwsac by Andy Green · 6 years ago
  56. 33a6034 codacy: minor fixes by Andy Green · 6 years ago
  57. 546a280 bzero: improve detection of builtin by Andy Green · 6 years ago
  58. 47e10ab dbus-ws-proxy by Andy Green · 6 years ago
  59. 31dfc4a role: dbus by Andy Green · 6 years ago
  60. fd810f1 http proxy: client: unix socket support by Andy Green · 6 years ago
  61. ebed5e7 threadpool by Andy Green · 6 years ago
  62. 35473ca csp: update lwsgs by Andy Green · 6 years ago
  63. 97f3e66 test-app: upgrade test.html to have separate css and js for CSP by Andy Green · 6 years ago
  64. 8990284 unix skt: default on by Andy Green · 6 years ago
  65. d1f9f0a libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h by Andy Green · 6 years ago
  66. d588286 http: compression methods by Andy Green · 6 years ago
  67. f37454a cmake: LEJF and LEJP_CONF now on by default by Andy Green · 6 years ago
  68. a03dd40 plugins: gitws libjsongit2 support by Andy Green · 6 years ago
  69. d2943ff CMakeLists: add check for new libuv header by Dominyk Tiller · 6 years ago
  70. df1d60f plat: refactor private headers and split files by Andy Green · 6 years ago
  71. 40cd5c4 cmake: CPACK_SOURCE_IGNORE_FILES is a list of regular expressions by Steffen Vogel · 6 years ago
  72. 8140c71 cmake: git describe --tags by Andy Green · 6 years ago
  73. 3c3c49f cmake: align include used for LWS_HAVE_TCP_USER_TIMEOUT by Silas Parker · 6 years ago
  74. 502130d refactor: split out adoption and client apis to core by Andy Green · 6 years ago
  75. de6f0a4 post-v3.0.0-release bump to 3.0.99 for development by Andy Green · 6 years ago
  76. 1c08a96 prepare for new release by Andy Green · 6 years ago
  77. de064fd refactor: core code in lib/core and private-libwebsockets.h to core/private.h by Andy Green · 6 years ago
  78. f497562 refactor: change event lib minimal examples to serve as the test apps by Andy Green · 6 years ago
  79. 0b52d92 refactor: remove more test apps and replace with minimal-examples by Andy Green · 6 years ago
  80. d37b383 refactor: apply ops structs to event loop handlers by Andy Green · 6 years ago
  81. d05b408 refactor: clean out test-apps by Andy Green · 6 years ago
  82. 8d213f8 refactor: isolate event_loop struct content same way as roles by Andy Green · 6 years ago
  83. 65b68bd wolfSSL updates by kaleb-himes · 6 years ago
  84. ac6c48d refactor: most preparation for -DLWS_ROLE_H1=0 by Andy Green · 6 years ago
  85. 16a9071 refactor: move all ah and http specific vars to http private and conditional inclusion from there by Andy Green · 6 years ago
  86. ae68860 qa: add 6 x h2load tests by Andy Green · 6 years ago
  87. 5d06f61 travis: h2spec integration by Andy Green · 6 years ago
  88. 87bb121 cmake: avoid killing CMAKE_C_FLAGS by Silas Parker · 6 years ago
  89. 27e86e2 cmake: allow setting LWS_ROLE_WS by Andy Green · 6 years ago
  90. 7b227eb autobahn fixes by Andy Green · 6 years ago
  91. a939087 tcp keepalive: user TCP_USER_TIMEOUT on linux if extant by Andy Green · 6 years ago
  92. 7812ffa build: put back -O3 by Andy Green · 6 years ago
  93. 65f87ef pipe2 where possible by Andy Green · 6 years ago
  94. aa816e9 alpn: assemble defaults from roles and allow override by Andy Green · 6 years ago
  95. 126be3c refactor role ops by Andy Green · 6 years ago
  96. 16e2f09 refactor mode and states into roles and states by Andy Green · 7 years ago
  97. b45956f client: add alpn processing on mbedtls and openssl by Andy Green · 7 years ago
  98. eedee9c cmake: remove unused check on inttypes.h by Andy Green · 7 years ago
  99. a416178 wss-over-h2: show feedback in test page if active by Andy Green · 7 years ago
  100. 422cbf2 align private LWS_NO_EXTENSIONS to be same as public LWS_WITHOUT_EXTENSIONS by Andy Green · 7 years ago