1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Commit graph

  • 368f9a88a8 route: on change also check source address still extant Andy Green 2021-02-05 13:08:41 +00:00
  • 8a6df77dce adns: keep last 3 tids for slow responses Andy Green 2021-02-09 09:57:46 +00:00
  • 24c0814fd3 async dns: correctly deal with cb killing wsi Andy Green 2021-02-05 13:09:33 +00:00
  • eb782bd41e ip tos support Andy Green 2021-02-04 09:08:17 +00:00
  • 8d48d8f3fb ctest: mbedtls: disable spawned server valgrind Andy Green 2021-02-03 08:34:23 +00:00
  • 0a453e3be3 tls: wrapper: make sure alpn freed once Jed Lu 2021-02-02 09:26:09 +00:00
  • 00b9ef09c0 netlink: back out lifecycle tag on netlink fail Andy Green 2021-02-02 20:21:09 +00:00
  • a6d81e3fcc async dns: add dump helper when _DEBUG Andy Green 2021-02-02 13:47:30 +00:00
  • 79c02baa9e async dns: add write confirm sul Andy Green 2021-02-02 17:16:08 +00:00
  • ed01fc2d44 async dns: tolerate no nameserver at startup Andy Green 2021-02-02 17:10:36 +00:00
  • 3192b3cab9 adns-api-test-l Andy Green 2021-02-02 13:48:35 +00:00
  • 15bb455249 sspc: dsh: add rx flow control to policy Andy Green 2021-02-01 19:11:25 +00:00
  • 9f1bd0a5c8 lws-dsh: fix alignment and boost size add per kind totaling Andy Green 2021-02-01 21:16:25 +00:00
  • 611e6477fd h2: post: handle lws_h2_bind_for_post_before_action error Andy Green 2021-02-01 17:29:00 +00:00
  • d73c4baab2 options: fixes Andy Green 2021-02-01 11:48:04 +00:00
  • 6f6147d7a5 ss: state filter: timeout could be followed by connect Andy Green 2021-02-01 11:48:53 +00:00
  • 0d588b292c logs: make tag lifecycle optional default on Andy Green 2021-02-01 10:45:23 +00:00
  • 0e6df74409 plugins: add option LWS_WITH_PLUGINS_BUILTIN Andy Green 2021-01-31 05:50:12 +00:00
  • 39cc5aec7c vh: lws_vhd_find_by_pvo Andy Green 2021-01-30 20:57:38 +00:00
  • 334212ef2e windows: mbedtls: clean warnings Andy Green 2021-01-29 16:28:21 +00:00
  • dffe96446a ss: policy: treat policy as filepath if no opening brace Andy Green 2021-01-29 10:07:20 +00:00
  • 403a6591e1 h2: client: handle END_STREAM and END_HEADERS togther on all paths Yichen Gu 2021-01-28 19:32:11 +00:00
  • cfe4fa1551 http: proxy: fix uri relisting Andy Green 2021-01-27 15:14:03 +00:00
  • 3bf3b540ad windows: pipe: avoid busy loop in windows pipe event terry.lu 2021-01-27 15:56:23 +08:00
  • e588f308ac sigv4: allow arbitrary hash payloads Jed Lu 2021-01-26 16:58:53 +00:00
  • 2fea1e49bd bsd: POLLHUP always bound to POLLIN Andy Green 2021-01-29 14:48:35 +00:00
  • 3eeda84a8d http: client: defer HUP if pending buflist Andy Green 2021-01-26 08:04:16 +00:00
  • 6497220e87 plugins: add LWS_BUILD_HASH to header and require match Andy Green 2021-01-25 11:40:54 +00:00
  • 169afb4d8f pipe: avoid busy loop in windows pipe event terry.lu 2021-01-27 15:56:23 +08:00
  • 56f7007185 ctest: adapt background script Andy Green 2021-01-25 06:26:10 +00:00
  • d5c90645c4 ctest: valgrind on hcm Andy Green 2021-01-25 07:54:41 +00:00
  • 33f3709426 h2: make headers in h2 even in wsi not in h2 role yet Andy Green 2021-01-23 21:02:40 +00:00
  • 1d0d05ea1b dbus: also add wsi tags Andy Green 2021-01-24 12:05:45 +00:00
  • 0cdfd750ef dbus: support adding disabled watchers Andy Green 2021-01-24 12:05:45 +00:00
  • 1236114303 h2: client: action END_STREAM and END_HEADERS immediately Andy Green 2021-01-23 05:46:56 +00:00
  • fd24392cd3 tls: add cmake options to dump tls Andy Green 2021-01-23 20:56:01 +00:00
  • dd17dfb99d lws_metrics Andy Green 2021-01-06 15:08:22 +00:00
  • 41f8ea14a3 h2: client: action END_STREAM and END_HEADERS immediately Andy Green 2021-01-23 05:46:56 +00:00
  • ffa0a38a1a openssl: acquire ex indexes once for multicontext Andy Green 2021-01-23 04:44:37 +00:00
  • f17bb1aa29 mqtt: destroy PUBLISH pointers each time Sakthi Kannan 2021-01-22 18:55:32 +00:00
  • d8c56ceb69 vhost_destroy: refactor Andy Green 2021-01-22 09:11:22 +00:00
  • c05ee8f4ae ss: http: make sure we dont duplicate leading path slash if already present Jed Lu 2020-12-15 17:53:38 -08:00
  • beacabbdb1 vhost_destroy: refactor Andy Green 2021-01-22 09:11:22 +00:00
  • d5618f6059 Wconversion: workarounds for CentOS7 Andy Green 2021-01-21 05:54:16 +00:00
  • bf9c517b39 set-cookie: force semicolon for concatenation Andy Green 2021-01-19 20:45:31 +00:00
  • bdf472b411 ctest: add tests for evlib foreign example Andy Green 2021-01-20 07:22:45 +00:00
  • f1e5e573e6 destroy: shuffle for internal Andy Green 2021-01-19 16:55:03 +00:00
  • 95a545b741 evlib: count extant evlib handles instead of wsi Andy Green 2021-01-19 14:19:12 +00:00
  • 50d032c0f5 openssl: client ctx: track tcrs in vh object Andy Green 2021-01-19 14:12:56 +00:00
  • a520547a55 libuv: use centralize context_destroy path Andy Green 2021-01-18 21:27:20 +00:00
  • 9ed9a04870 unix-caps: switch to unsigned mode for Wconversion Andy Green 2021-01-19 06:33:12 +00:00
  • 9e10442103 ws-client-binance: make sure to cancel the sul on wsi close Andy Green 2021-01-18 20:50:03 +00:00
  • 46c925e3b7 h2: post: adapt in on _HTTP to be after mountpoint Andy Green 2021-01-18 16:04:08 +00:00
  • e5b191be35 h2: post buflist: track rx_content_length Andy Green 2021-01-18 14:20:37 +00:00
  • 7bed5b0d0c peer-limits: only run clean up sul if any entries Andy Green 2021-01-17 19:05:34 +00:00
  • 51c9e7c01e cgi: only run cleanup sul when processes pending Andy Green 2021-01-17 15:09:19 +00:00
  • 63d14e2cd9 dbus: only run sul when timeouts pending Andy Green 2021-01-17 15:02:57 +00:00
  • 1062149e9f service: restrict effective wait to platform resolution Andy Green 2021-01-17 11:27:59 +00:00
  • 4dbf5454c9 tokenize: asterisk-nonterm Andy Green 2021-01-17 09:29:51 +00:00
  • e2f18957c1 lws_strcmp_wildcard Andy Green 2021-01-16 07:30:25 +00:00
  • 82c858ee2e humanize: remove padding and clean up Andy Green 2021-01-16 07:33:37 +00:00
  • 9be508bdd7 h2: make sure we see END_STREAM with END_HEADERS on client Andy Green 2021-01-15 19:53:55 +00:00
  • c403b129ad mbedtls: change cert load semantics to append Andy Green 2021-01-13 19:40:48 +00:00
  • c6d172c2ed ss: server mode fixes Andy Green 2021-01-11 08:29:02 +00:00
  • 06662a64fa LE-root-cert-update Andy Green 2021-01-12 16:46:43 +00:00
  • f850223cad v4.1.7 Andy Green 2021-01-12 20:09:25 +00:00
  • 48ea2b96e5 LE-root-cert-update Andy Green 2021-01-12 20:07:53 +00:00
  • b961e5f351 eventlib: add sd-event support Christian Fuchs 2021-01-06 14:15:53 +01:00
  • 77055c4fd7 noserver: set tag_prefix for SERVER Andy Green 2021-01-07 19:15:43 +00:00
  • 780a165a76 ss: http: mime parsing with unusual section boundaries Jed Lu 2021-01-06 17:13:17 -08:00
  • c86e1c5b56 cpd: lws_system_cpd_start_defer Andy Green 2021-01-07 18:48:33 +00:00
  • 60b5ca649e server_status: adapt for tags Andy Green 2021-01-07 05:25:53 +00:00
  • d5178f477f client: HUP: defer POLLUP handling while buffered rx Andy Green 2021-01-06 15:10:03 +00:00
  • 52b87c9037 minimal: h-s-form-post: only delete the spa once Andy Green 2021-01-06 16:27:05 +00:00
  • aa45de9e2a ss: enforce only valid state transitions Andy Green 2021-01-02 10:49:43 +00:00
  • 8667c29e51 add sd-event support to example «minimal-http-server-eventlib-foreign» Christian Fuchs 2021-01-06 14:16:24 +01:00
  • a7b494dd1a add support for sd-event as event loop Christian Fuchs 2021-01-06 14:15:53 +01:00
  • 47905401fa sspc: clear proxy conn timeout on ack Andy Green 2021-01-03 07:44:33 +00:00
  • a82be3bd39 sspc: allow NULL rx and state in ssi Andy Green 2021-01-01 14:57:07 +00:00
  • 629ccd4db8 sspc: ssv1: return policy about client dsh allocation Andy Green 2020-12-31 15:08:48 +00:00
  • 1033e1d4c8 sspc: ssv1: pass client PID into proxy for tagging Andy Green 2020-12-31 14:56:43 +00:00
  • 4fc4c671fa sspc: ssv1: add serialization protocol versioning Andy Green 2020-12-31 14:07:13 +00:00
  • c82910d30c ss: auth: sigv4 Jed Lu 2020-12-29 16:42:25 -08:00
  • a8d6ac8923 netbsdBE: enable ctest and fix test cert generation Andy Green 2020-12-31 06:47:35 +00:00
  • abc60c755a smd: add more scenarios to tests Andy Green 2021-01-01 09:01:09 +00:00
  • 8ff35b819a smd-add-ss-rx-forwarder-helper Andy Green 2021-01-04 09:06:32 +00:00
  • 962993fd24 smd: add ss tx helper Andy Green 2021-01-04 06:10:55 +00:00
  • 42accd576a smd: make ss smd follow normal state flow Andy Green 2021-01-03 08:29:28 +00:00
  • 619ef5eb17 smd: add use class base index Andy Green 2021-01-01 14:50:45 +00:00
  • 4b2c0fdc1d smd: lock when removing messages Andy Green 2020-12-30 11:39:26 +00:00
  • 940abe557a ss: policy: add auth mapping section Andy Green 2020-08-19 11:21:58 +01:00
  • ce3b99cd8f clean: reduce logging and add some conditional debug helpers Andy Green 2020-12-29 12:10:24 +00:00
  • c48bebc9ae h2: post: http_action: issue _HTTP and consume deferred body when resuming Andy Green 2021-01-02 05:31:31 +00:00
  • 5af65114c9 cgi: modernize sul usage Andy Green 2020-12-29 12:01:40 +00:00
  • c9731c5f17 type comparisons: fixes Andy Green 2020-12-12 06:21:40 +00:00
  • 2d6b9a06a7 windows: migrate to WSAPoll Andy Green 2020-12-05 05:01:55 +00:00
  • cef8ce81f7 client: dns-sort: classify on no source if dest ads Andy Green 2021-01-05 08:27:25 +00:00
  • cb1e893e2d client: connect: use memmove due to possible overlap Andy Green 2021-01-03 08:21:57 +00:00
  • 815b9074fc lws-struct: json and sqlite on 32-bit OS Andy Green 2021-01-05 09:23:44 +00:00
  • cc5a802b0d glib: workaround old glib without G_SOURCE_FUNC Andy Green 2021-01-05 09:04:08 +00:00