Age | Commit message (Expand) | Author | Files | Lines |
2021-09-23 | vcl: grab wrk create lock sooner | Florin Coras | 1 | -3/+6 |
2021-09-10 | vcl: avoid duplicated events in epoll lt | liuyacan | 1 | -4/+6 |
2021-09-10 | vcl: fix free segments assert | Florin Coras | 1 | -1/+1 |
2021-09-01 | vcl: ignore rx events for sessions in epoll lt list | Florin Coras | 1 | -2/+3 |
2021-08-30 | vcl: fix vlsh conversion error | liuyacan | 1 | -3/+1 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 3 | -10/+117 |
2021-08-02 | vcl: fix sendto for dgrams | liuyacan | 1 | -4/+4 |
2021-08-02 | vcl: fix sleep time in ldp_pselect() | liuyacan | 1 | -1/+2 |
2021-07-31 | vcl: fix ldp for __recv_chk socket calls | Sivaprasad Tummala | 2 | -0/+17 |
2021-07-29 | vcl: move vls pool lock to process local state | Florin Coras | 1 | -6/+7 |
2021-07-29 | vcl: vls cleanup and more docs | Florin Coras | 1 | -101/+167 |
2021-07-27 | vcl: configure the cert-key pair from app | Sivaprasad Tummala | 1 | -4/+4 |
2021-07-27 | vcl: fix some risk after fork() | liuyacan | 1 | -9/+17 |
2021-07-25 | vcl: fix shutdown deadlock issue | liuyacan | 1 | -1/+1 |
2021-07-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 3 | -15/+16 |
2021-07-14 | vcl:fix segfault when unshare NO_MQ session | liuyacan | 1 | -1/+2 |
2021-07-12 | session: api cleanup | Filip Tehlar | 1 | -29/+42 |
2021-07-06 | vcl: fix packetdrill test error | wanghanlin | 1 | -1/+1 |
2021-07-06 | vcl: print current app state for timeout | wanghanlin | 1 | -2/+2 |
2021-07-06 | vcl: fix return value check for ldp_fd_to_vlsh | wanghanlin | 1 | -3/+3 |
2021-06-30 | vcl: coverity fixes | Florin Coras | 1 | -1/+1 |
2021-06-29 | vcl: improvements to epoll lt | Florin Coras | 3 | -52/+85 |
2021-06-29 | vcl: Don't use app_socket_api to notify VPP in parent when child exited | wanghanlin | 1 | -1/+5 |
2021-06-29 | vcl: Don't memset events to optimize CPU usage | wanghanlin | 1 | -8/+6 |
2021-06-28 | vcl: epoll fix postponed evt handling | Florin Coras | 1 | -6/+33 |
2021-06-24 | vcl: fix vcl_session_write_ready when connecting | liuyacan | 1 | -0/+4 |
2021-06-22 | vcl: validate vep handle when copying sessions on fork | wanghanlin | 1 | -0/+31 |
2021-06-22 | vcl: move child wrk cleanup from sighandler to vls_epoll_wait | wanghanlin | 1 | -1/+42 |
2021-06-16 | vcl: fix fifo sharing | Florin Coras | 4 | -2/+26 |
2021-06-16 | vcl: fix worker cleanup | Florin Coras | 1 | -0/+7 |
2021-06-16 | vcl: basic support for epoll level-triggered evts | Florin Coras | 3 | -5/+102 |
2021-06-14 | vcl: improve shutdown() | liuyacan | 6 | -54/+40 |
2021-06-10 | vcl: touch fifo on epoll del only if session open | Florin Coras | 1 | -3/+6 |
2021-06-07 | vcl: accept zero length writes | Florin Coras | 1 | -7/+8 |
2021-06-07 | vcl: avoid multiple reads on peek | Florin Coras | 1 | -0/+4 |
2021-06-05 | vcl: epoll error handling fixes and improvements | Florin Coras | 2 | -6/+22 |
2021-06-03 | vcl: avoid updating errno on ldp init check | Florin Coras | 1 | -71/+43 |
2021-06-03 | session: lcl transport info on accept | Florin Coras | 1 | -2/+2 |
2021-06-02 | vcl: ldp placeholder for SO_LINGER | Florin Coras | 1 | -0/+3 |
2021-05-26 | vppinfra: explicit blocking mode for sock connects | Florin Coras | 1 | -1/+2 |
2021-05-25 | srtp: basic implementation based on libsrtp2 | Florin Coras | 3 | -1/+10 |
2021-05-14 | vcl: fix lookup listener assert | liuyacan | 1 | -0/+6 |
2021-05-12 | session: support half-close connection | liuyacan | 6 | -1/+78 |
2021-05-06 | vcl: move tests to src/tests | Florin Coras | 1 | -872/+0 |
2021-05-06 | vcl: reduce iperf tests output | Florin Coras | 1 | -8/+8 |
2021-05-01 | vcl: attr api to set endpt ext config | Florin Coras | 4 | -6/+25 |
2021-04-28 | vcl: fix epoll wait with indefinite timeout | Florin Coras | 1 | -28/+16 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 3 | -5/+30 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 3 | -0/+58 |
2021-04-15 | vcl: validate fs before cleanup | Florin Coras | 1 | -2/+5 |