Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 1 | -2/+1 |
2019-07-08 | session: target app.fib_index in unbind_uri | Nathan Skrzypczak | 1 | -3/+6 |
2019-05-14 | QUIC multi thread update | Aloys Augustin | 1 | -1/+1 |
2019-04-24 | QUIC: Add multi-stream support to internal test apps | Aloys Augustin | 1 | -0/+8 |
2019-02-11 | session: cleanup application interface | Florin Coras | 1 | -451/+10 |
2019-02-09 | tls: move test certificates to separate header file | Florin Coras | 1 | -60/+0 |
2019-02-09 | session: refactor listen logic | Florin Coras | 1 | -95/+62 |
2019-02-05 | session: cleanup part 2 | Florin Coras | 1 | -8/+8 |
2019-02-04 | session: cleanup part 1 | Florin Coras | 1 | -7/+7 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 1 | -1/+1 |
2018-11-30 | vcl: wait for segments with segment handle | Florin Coras | 1 | -0/+1 |
2018-11-30 | session: use endpt fib index if app in default ns | John Lo | 1 | -1/+6 |
2018-11-23 | session: fix coverity app name warning | Florin Coras | 1 | -10/+20 |
2018-11-21 | session: cleanup use of api_client_index | Florin Coras | 1 | -2/+13 |
2018-11-18 | vcl/session: apps with process workers | Florin Coras | 1 | -1/+1 |
2018-10-31 | session: add wrk context | Florin Coras | 1 | -2/+2 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -19/+32 |
2018-09-19 | session: improve close procedure | Florin Coras | 1 | -3/+1 |
2018-09-15 | session: ensure detach is done with worker barrier | Florin Coras | 1 | -7/+12 |
2018-09-12 | vcl: improve read and fifo event handling | Florin Coras | 1 | -0/+1 |
2018-09-10 | session: lock app worker mq for io events | Florin Coras | 1 | -1/+6 |
2018-09-08 | session: detect namespace for transport apps | Florin Coras | 1 | -4/+18 |
2018-09-06 | session: support multiple worker binds | Florin Coras | 1 | -43/+38 |
2018-08-24 | session: fix coverity warnings | Florin Coras | 1 | -2/+2 |
2018-08-24 | session: add support for multiple app workers | Florin Coras | 1 | -59/+70 |
2018-08-10 | vcl: support for eventfd mq signaling | Florin Coras | 1 | -2/+13 |
2018-07-27 | vcl: use events for epoll/select/read/write | Florin Coras | 1 | -3/+3 |
2018-05-30 | session: fix v6 unbinds that use uri api | Florin Coras | 1 | -2/+6 |
2018-03-23 | session: allow builtin apps to register names | Florin Coras | 1 | -4/+11 |
2018-03-16 | session: allow local host binds | Florin Coras | 1 | -4/+4 |
2018-03-07 | tls: enforce certificate verification | Florin Coras | 1 | -60/+84 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -17/+75 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 1 | -9/+28 |
2018-02-14 | session: support local sessions and deprecate redirects | Florin Coras | 1 | -79/+56 |
2018-02-05 | session: segment manager refactor | Florin Coras | 1 | -1/+3 |
2018-01-27 | session: disconnect and echo client improvements | Florin Coras | 1 | -2/+1 |
2018-01-26 | session: move builtin apps to their own folder | Florin Coras | 1 | -40/+9 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -7/+6 |
2018-01-24 | SCTP stack (RFC4960) | Marco Varlese | 1 | -1/+16 |
2017-11-09 | session: lookup/rules table improvements and cleanup | Florin Coras | 1 | -3/+5 |
2017-11-01 | session: add support for proxying apps | Florin Coras | 1 | -7/+19 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -13/+19 |
2017-10-10 | session: add support for application namespacing | Florin Coras | 1 | -124/+256 |
2017-09-20 | session: store tep port in net order | Florin Coras | 1 | -6/+6 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 1 | -0/+19 |
2017-07-11 | Horizontal (nSessions) scaling draft | Dave Barach | 1 | -21/+0 |
2017-07-06 | Unlink /dev/shm files on application detach. | Dave Wallace | 1 | -1/+1 |
2017-05-09 | Fix remaining 32-bit compile issues | Damjan Marion | 1 | -1/+1 |
2017-04-24 | Session layer improvements | Florin Coras | 1 | -20/+6 |
2017-04-13 | Session layer refactoring | Florin Coras | 1 | -156/+122 |