Age | Commit message (Expand) | Author | Files | Lines |
2019-03-29 | Integrate first QUIC protocol implementation | Nathan Skrzypczak | 5 | -3/+25 |
2019-03-28 | session: remove unused tx context field | Florin Coras | 1 | -1/+0 |
2019-03-28 | session: cap max burst to a constant | Florin Coras | 1 | -17/+2 |
2019-03-25 | UDP: Fix session registration in lookup table | Aloys Augustin | 1 | -0/+4 |
2019-03-25 | Fix unformat proto UDPC / UDP conflict | Nathan Skrzypczak | 1 | -4/+4 |
2019-03-21 | session/fifo: make event unset atomic | Florin Coras | 1 | -4/+6 |
2019-03-18 | session: add session flags | Florin Coras | 5 | -24/+17 |
2019-03-13 | session rule cli add udp session fail | zhanglimao | 1 | -0/+1 |
2019-03-11 | tls: fixes and improvements | Florin Coras | 4 | -9/+21 |
2019-03-11 | session: fix ct that match global table entries | Florin Coras | 3 | -2/+26 |
2019-03-08 | session/tcp/vcl: fixes and optimizations | Florin Coras | 1 | -0/+1 |
2019-03-08 | session: reorganize session fields | Florin Coras | 3 | -43/+25 |
2019-03-07 | session/tls: remove unused t_app_index field | Florin Coras | 2 | -5/+0 |
2019-03-07 | session: use transport custom tx for app transports | Florin Coras | 4 | -12/+18 |
2019-03-06 | session: use session index instead of fifo for evt | Florin Coras | 5 | -14/+17 |
2019-03-06 | session: use vpp to switch io events for ct sessions | Florin Coras | 10 | -158/+154 |
2019-03-04 | session: remove svm_segment_index from session struct | Florin Coras | 6 | -10/+7 |
2019-03-04 | session: eventfd for mq only for bapi socket transport | Florin Coras | 1 | -6/+8 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 5 | -518/+33 |
2019-03-02 | session: notify app of segment removal | Florin Coras | 1 | -1/+12 |
2019-03-02 | session: fix unlisten with invalid handles | Florin Coras | 1 | -2/+12 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 10 | -215/+141 |
2019-03-02 | session: cleanup session event types | Florin Coras | 6 | -64/+52 |
2019-03-01 | session: refactor local connects | Florin Coras | 11 | -886/+474 |
2019-02-27 | session: refactor local/cut-through listens | Florin Coras | 7 | -188/+262 |
2019-02-26 | session: fix local binds | Florin Coras | 2 | -3/+4 |
2019-02-25 | Fix broken ASSERT | Dave Barach | 1 | -1/+2 |
2019-02-23 | session: separate local session logic | Florin Coras | 9 | -529/+605 |
2019-02-21 | vcl/session: send unlisten over message queue | Florin Coras | 3 | -2/+39 |
2019-02-21 | tcp: drop outstanding data when entering closing state | Florin Coras | 3 | -2/+3 |
2019-02-20 | session: fix local sessions disconnects | Florin Coras | 2 | -22/+21 |
2019-02-20 | tls: add vcl test | Florin Coras | 2 | -7/+2 |
2019-02-18 | session: move fifo allocation logic to app worker | Florin Coras | 5 | -141/+139 |
2019-02-18 | tcp: harden for high scale scenarios | Florin Coras | 3 | -0/+9 |
2019-02-15 | Fix connexion segfault in session api affecting tcp_echo | Nathan Skrzypczak | 1 | -1/+2 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2019-02-11 | session: add config for evt qs segment size | Florin Coras | 2 | -3/+6 |
2019-02-11 | session: cleanup application interface | Florin Coras | 12 | -640/+547 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-09 | tls: move test certificates to separate header file | Florin Coras | 3 | -66/+10 |
2019-02-09 | session: refactor listen logic | Florin Coras | 9 | -634/+586 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2019-02-06 | transport: cleanup | Florin Coras | 12 | -518/+544 |
2019-02-05 | session: cleanup part 3 | Florin Coras | 7 | -234/+245 |
2019-02-05 | session: cleanup part 2 | Florin Coras | 7 | -1191/+1227 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 28 | -391/+379 |
2019-02-02 | session: improve show session cli | Florin Coras | 2 | -42/+59 |
2019-02-02 | session: remove local buffer cache | Florin Coras | 1 | -33/+14 |
2019-01-27 | session: properly initialize accepted/connected msgs | Florin Coras | 1 | -0/+2 |
2019-01-24 | session/vcl: support worker ownership change for listeners | Florin Coras | 4 | -5/+40 |