Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backoff inconsistency, error pages, minimal API, keepalive configurable,... #127

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2021

  1. Fix backoff inconsistency

    The reset is performed at the time the connection has been established. 
    This can cause the problem described in mmatczuk#76.
    I the server connection fails after max_time + x it tries to reconnect. 
    If that fails once it immediately stops trying with the message "backoff limit exceeded"
    hons82 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    51dd354 View commit details
    Browse the repository at this point in the history
  2. Remove ignored files

    Hannes Tribus committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6ed4e8c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    3c06994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f14813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b901486 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 12, 2021

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

Commits on May 25, 2021

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

Commits on Aug 13, 2021

  1. Add configurable keepalive

    hons82 committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b61db3c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Fix improve reconnection logging

    disconnect/connect within a second will be logged, but with logLevel 2 and with a single "reconnected" message
    hons82 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e2fbec3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Add configurable debounce time

    Time to wait before logging a disconnect can be configured
    hons82 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    db96428 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Jul 18, 2022

  1. Merge branch 'master' of github.com:mmatczuk/go-http-tunnel

    # Conflicts:
    #	server.go
    hons82 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bebed9e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix MinTLS-Version 1.2

    hons82 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0effe06 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

Commits on Aug 17, 2022

  1. Ref fix build warnings

    hons82 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a7515e9 View commit details
    Browse the repository at this point in the history
  2. Fix disable trace method

    Currently hardcoded, but might be configurable in future
    hons82 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    15d08c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Upd predefined client list

    file is monitored an reloaded dynamically
    hons82 committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    51e9f19 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

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