Skip to content
代码片段 群组 项目
该项目从 https://github.com/warmcat/libwebsockets 镜像。 Pull mirroring failed .
由于尝试失败次数过多,仓库镜像已暂停,可以由项目维护者或所有者恢复。
上次成功更新
  1. 3月 05, 2024
  2. 3月 01, 2024
  3. 2月 17, 2024
  4. 2月 16, 2024
  5. 1月 17, 2024
  6. 1月 16, 2024
  7. 1月 15, 2024
  8. 1月 13, 2024
  9. 1月 08, 2024
  10. 1月 05, 2024
  11. 1月 04, 2024
  12. 1月 02, 2024
  13. 12月 27, 2023
  14. 12月 14, 2023
    • Andy Green's avatar
    • Andy Green's avatar
      context info: add default_loglevel · 52a6ab35
      Andy Green 创作于
      Allow this kind of pattern for context creation info preparation
      
              struct lws_context_creation_info info;
      
              lws_context_info_defaults(&info, policy);
              info.default_loglevel = LLL_USER | LLL_ERR | LLL_WARN;
              lws_cmdline_option_handle_builtin(argc, argv, &info);
      
      Calling lws_context_info_defaults() zeros down and prepares boilerplate in
      the info struct, setting the default_loglevel asserts your application
      default for the loglevel and then lws_cmdline_option_handle_builtin() will
      set either that default loglevel, or override it from the commandline with
      -d 1039 etc
      52a6ab35
  15. 12月 12, 2023
    • Andy Green's avatar
      http: mounts: LWSMPRO_NO_MOUNT · 95750343
      Andy Green 创作于
      Provide a way to apply exception mount urls that exist on top of a larger
      mount, but provide an exception which enforces the url to not be serviced
      by the mount code, but by whatever dynamic handler is in place.
      95750343
  16. 12月 10, 2023
  17. 12月 09, 2023
  18. 12月 08, 2023
  19. 12月 07, 2023
    • Andy Green's avatar
      mac length: switch to ETHER_ADDR_LEN · dab8e1c4
      Andy Green 创作于
      Long story, there's also minimal example to take care of.
      
      This change should take care of anything with ETHER_ADDR_LEN in
      net/ethernet.h plus windows, for both the lib and example.
      dab8e1c4
  20. 11月 27, 2023
  21. 11月 24, 2023
  22. 11月 23, 2023
加载中