Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: warmcat/libwebsockets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: journee-live/libwebsockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 319 files changed
  • 3 contributors

Commits on May 4, 2022

  1. refactor: migrate fds pos and evlib into desc

    We have to do several refactors to prepare for the ability for client connections
    to have multiple wsis attempting the same connection via different paths /
    dest addresses.
    
    This starts to prepare for that by expending wsi->desc from being a simple
    union to being a struct containing the union, moving the position_in_fds_table from
    the wsi into the desc object.
    
    I started off intending to take this further and have the desc usable as a
    standalone object on the fds list, but considering event libs the amount of
    churn will be much too huge.  So wsis remain the unit of currency for
    connections.
    
    As it is, this should be a NOP.
    lws-team committed May 4, 2022
    Copy the full SHA
    96a548c View commit details

Commits on May 30, 2022

  1. Removed minimal-examples

    LukasKastern committed May 30, 2022
    Copy the full SHA
    6214495 View commit details

Commits on Jun 11, 2022

  1. Copy the full SHA
    9e9ace1 View commit details

Commits on Aug 18, 2022

  1. Copy the full SHA
    6804606 View commit details

Commits on Oct 19, 2022

  1. Copy the full SHA
    e144311 View commit details
  2. fix(cmake): remove print statements, fix include check

    Peter Gusev committed Oct 19, 2022
    Copy the full SHA
    1731c9b View commit details
Loading