Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | threads: safely disable signals on threads launched by main thr except srv st... | Libor Peltan | 2024-09-27 | 1 | -1/+2 |
* | conn pool: dont reuse conn if RST received | Libor Peltan | 2024-04-22 | 1 | -2/+4 |
* | quic/requestor: implemented remote pool for session tickets... | Libor Peltan | 2023-07-19 | 1 | -37/+60 |
* | knot: log if the remote was taken from the pool, refactoring | Daniel Salzman | 2022-01-10 | 1 | -1/+1 |
* | conn-pool: ignore source port in conn_pool_get() in case if set | Daniel Salzman | 2021-12-12 | 1 | -1/+1 |
* | conn-pool: add missing pthread_join() to conn_pool_deinit() | Daniel Salzman | 2021-11-29 | 1 | -0/+1 |
* | conn-pool: hide conn_pool_get_old() | Daniel Salzman | 2021-11-26 | 1 | -27/+39 |
* | conn-pool: replace conn_pool_put_force() with conn_pool_put() | Daniel Salzman | 2021-11-26 | 1 | -27/+4 |
* | conn-pool: dont reuse conns that have pending data | Libor Peltan | 2021-11-26 | 1 | -2/+2 |
* | implemented pool of opened outgoing conenctions | Libor Peltan | 2021-11-26 | 1 | -0/+253 |