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

Fixed bug: initial state of an epoll eid for listener socket not set #2444

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

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    7923aae View commit details
    Browse the repository at this point in the history
  2. Fixed clang errors. Added compiler flags to configure to prevent chan…

    …ges by google test
    Mikołaj Małecki committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6cf64f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Added checking of accept candidates. In-group check disabled and left…

    … dead code (this solution deadlocks)
    Mikołaj Małecki committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    068e8a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'master' into dev-epoll-listener-init

    Mikołaj Małecki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a1c4e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Added tests for more cases and fixed remaining failures. STILL mutex …

    …not enabled.
    Mikołaj Małecki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6827df7 View commit details
    Browse the repository at this point in the history
  2. Fixed the problem with locking

    Mikołaj Małecki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    039291c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fixed a problem: invalid per-listener report of member connections. A…

    …ny pending connection can accept a group. Removed other pending sockets after accepting a group. Fixed tests to handle options also with RAII srt initializer
    Mikołaj Małecki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    bd9c4de View commit details
    Browse the repository at this point in the history
  2. Updated documentation

    Mikołaj Małecki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8d3c5ca View commit details
    Browse the repository at this point in the history
  3. Weird warning/error on Mac

    Mikołaj Małecki committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ab96b4d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Some cosmetic fixes. Fixes for CI build breaks

    Mikołaj Małecki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9b93a3a View commit details
    Browse the repository at this point in the history
  2. Updated

    Mikołaj Małecki committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6eafd0f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Added group contents check and configurable sleep for group/listener …

    …tests
    Mikołaj Małecki committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f91f75a View commit details
    Browse the repository at this point in the history
  2. Fixed build break on more pedantic compilers

    Mikołaj Małecki committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    188cbd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge branch 'master' into dev-epoll-listener-init

    Mikołaj Małecki committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    122d8a2 View commit details
    Browse the repository at this point in the history
  2. Further fixes for OptionProxy. Some cosmetics in the docs

    Mikołaj Małecki committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8cd37d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Updated and fixed

    Mikołaj Małecki committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f26a087 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Updated and fixed

    Mikolaj Malecki committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    291c6c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'master' into dev-epoll-listener-init

    Mikolaj Malecki committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    97c96fa View commit details
    Browse the repository at this point in the history
  2. Updated. Added new test from Haivision#1891. Added doc info

    Mikolaj Malecki committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    90c2888 View commit details
    Browse the repository at this point in the history
  3. Fixed right types for EXPECT_EQ calls in new tests

    Mikolaj Malecki committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a516140 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Added setting UPDATE event on group on new connection. Fixed test wit…

    …h accept timeout
    Mikolaj Malecki committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    461def5 View commit details
    Browse the repository at this point in the history