-
Notifications
You must be signed in to change notification settings - Fork 855
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
base: master
Are you sure you want to change the base?
Commits on Aug 25, 2022
-
Added a UT that confirms the bug. Added an option setter utility.
Mikołaj Małecki committedAug 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 7923aae - Browse repository at this point
Copy the full SHA 7923aaeView commit details -
Fixed clang errors. Added compiler flags to configure to prevent chan…
…ges by google test
Mikołaj Małecki committedAug 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 6cf64f5 - Browse repository at this point
Copy the full SHA 6cf64f5View commit details
Commits on Aug 26, 2022
-
Added checking of accept candidates. In-group check disabled and left…
… dead code (this solution deadlocks)
Mikołaj Małecki committedAug 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 068e8a9 - Browse repository at this point
Copy the full SHA 068e8a9View commit details
Commits on Oct 10, 2023
-
Merge branch 'master' into dev-epoll-listener-init
Mikołaj Małecki committedOct 10, 2023 Configuration menu - View commit details
-
Copy full SHA for a1c4e70 - Browse repository at this point
Copy the full SHA a1c4e70View commit details
Commits on Oct 11, 2023
-
Added tests for more cases and fixed remaining failures. STILL mutex …
…not enabled.
Mikołaj Małecki committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 6827df7 - Browse repository at this point
Copy the full SHA 6827df7View commit details -
Fixed the problem with locking
Mikołaj Małecki committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 039291c - Browse repository at this point
Copy the full SHA 039291cView commit details
Commits on Oct 13, 2023
-
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 committedOct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for bd9c4de - Browse repository at this point
Copy the full SHA bd9c4deView commit details -
Mikołaj Małecki committed
Oct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 8d3c5ca - Browse repository at this point
Copy the full SHA 8d3c5caView commit details -
Mikołaj Małecki committed
Oct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ab96b4d - Browse repository at this point
Copy the full SHA ab96b4dView commit details
Commits on Oct 16, 2023
-
Some cosmetic fixes. Fixes for CI build breaks
Mikołaj Małecki committedOct 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b93a3a - Browse repository at this point
Copy the full SHA 9b93a3aView commit details -
Mikołaj Małecki committed
Oct 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 6eafd0f - Browse repository at this point
Copy the full SHA 6eafd0fView commit details
Commits on Oct 30, 2023
-
Added group contents check and configurable sleep for group/listener …
…tests
Mikołaj Małecki committedOct 30, 2023 Configuration menu - View commit details
-
Copy full SHA for f91f75a - Browse repository at this point
Copy the full SHA f91f75aView commit details -
Fixed build break on more pedantic compilers
Mikołaj Małecki committedOct 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 188cbd1 - Browse repository at this point
Copy the full SHA 188cbd1View commit details
Commits on Jan 23, 2024
-
Merge branch 'master' into dev-epoll-listener-init
Mikołaj Małecki committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 122d8a2 - Browse repository at this point
Copy the full SHA 122d8a2View commit details -
Further fixes for OptionProxy. Some cosmetics in the docs
Mikołaj Małecki committedJan 23, 2024 Configuration menu - View commit details
-
Copy full SHA for e8cd37d - Browse repository at this point
Copy the full SHA e8cd37dView commit details
Commits on Sep 6, 2024
-
Mikołaj Małecki committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for f26a087 - Browse repository at this point
Copy the full SHA f26a087View commit details
Commits on Sep 9, 2024
-
Mikolaj Malecki committed
Sep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 291c6c2 - Browse repository at this point
Copy the full SHA 291c6c2View commit details
Commits on Sep 10, 2024
-
Merge branch 'master' into dev-epoll-listener-init
Mikolaj Malecki committedSep 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 97c96fa - Browse repository at this point
Copy the full SHA 97c96faView commit details -
Updated. Added new test from Haivision#1891. Added doc info
Mikolaj Malecki committedSep 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 90c2888 - Browse repository at this point
Copy the full SHA 90c2888View commit details -
Fixed right types for EXPECT_EQ calls in new tests
Mikolaj Malecki committedSep 10, 2024 Configuration menu - View commit details
-
Copy full SHA for a516140 - Browse repository at this point
Copy the full SHA a516140View commit details
Commits on Sep 11, 2024
-
Added setting UPDATE event on group on new connection. Fixed test wit…
…h accept timeout
Mikolaj Malecki committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 461def5 - Browse repository at this point
Copy the full SHA 461def5View commit details