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: Links2004/arduinoWebSockets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: Links2004/arduinoWebSockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 18 commits
  • 22 files changed
  • 8 contributors

Commits on May 1, 2023

  1. bump version 2.4.1

    Links2004 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a215cca View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    751cf87 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. set minimum bufsize for base64 encode

    matth-x authored and Links2004 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    30d5e13 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    da7efc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92480b8 View commit details
    Browse the repository at this point in the history
  3. fix cli download URL

    Links2004 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    437c025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    241c73a View commit details
    Browse the repository at this point in the history
  5. - Fix memory leak by calling delete _server in the WebSocketsServer d…

    …estructor.
    
    - Improve performance by looking for match to existing socket before creating a new one
    BetterComputing authored and Links2004 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3352c83 View commit details
    Browse the repository at this point in the history
  6. added option arguments in socket io being, for pingInterval, pongTime…

    …out, and disconnectTimeoutCount
    shrynshjn authored and Links2004 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4acc335 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aed167b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b143bc View commit details
    Browse the repository at this point in the history
  9. update actions/cache@v3

    Links2004 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    313f2e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be9fd8e View commit details
    Browse the repository at this point in the history
  11. code style

    Links2004 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6a26f74 View commit details
    Browse the repository at this point in the history
  12. Remove compiler warnings (#854)

    * [Prevent unwanted Compiler Warnings]: Issue #772
    hasenradball authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    503105a View commit details
    Browse the repository at this point in the history
  13. [Prevent unwanted Compiler Warnings]: Issue #772 - wrong format speci…

    …fier in line 754 (#773)
    
    * [Prevent unwanted Compiler Warnings]: Issue #772
    hasenradball authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8d193b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93707d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add support for CA bundles (#885)

    Why:
    
    - Allow CA cert bundles to be used
    
    This change addresses the need by:
    
    - Adding a constructor that takes a pointer to the bundle
    - Setting the WiFiClientSecure to use the bundle
    - Adding an example
    moritz89 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c5e7a5e View commit details
    Browse the repository at this point in the history
Loading