aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-10-15vcl: narrow the scope of the restriction of vlsh_bit_valwanghanlin1-3/+4
2021-10-04vcl: remove unsed configsFlorin Coras3-38/+2
2021-09-28api: API trace improvementsFilip Tehlar1-4/+5
2021-09-23vcl: grab wrk create lock soonerFlorin Coras1-3/+6
2021-09-10vcl: avoid duplicated events in epoll ltliuyacan1-4/+6
2021-09-10vcl: fix free segments assertFlorin Coras1-1/+1
2021-09-01vcl: ignore rx events for sessions in epoll lt listFlorin Coras1-2/+3
2021-08-30vcl: fix vlsh conversion errorliuyacan1-3/+1
2021-08-12session vcl: cert key add/del with socket apiFlorin Coras3-10/+117
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-08-02vcl: fix sleep time in ldp_pselect()liuyacan1-1/+2
2021-07-31vcl: fix ldp for __recv_chk socket callsSivaprasad Tummala2-0/+17
2021-07-29vcl: move vls pool lock to process local stateFlorin Coras1-6/+7
2021-07-29vcl: vls cleanup and more docsFlorin Coras1-101/+167
2021-07-27vcl: configure the cert-key pair from appSivaprasad Tummala1-4/+4
2021-07-27vcl: fix some risk after fork()liuyacan1-9/+17
2021-07-25vcl: fix shutdown deadlock issueliuyacan1-1/+1
2021-07-22session vcl: explit mq indices in ctrl messagesFlorin Coras3-15/+16
2021-07-14vcl:fix segfault when unshare NO_MQ sessionliuyacan1-1/+2
2021-07-12session: api cleanupFilip Tehlar1-29/+42
2021-07-06vcl: fix packetdrill test errorwanghanlin1-1/+1
2021-07-06vcl: print current app state for timeoutwanghanlin1-2/+2
2021-07-06vcl: fix return value check for ldp_fd_to_vlshwanghanlin1-3/+3
2021-06-30vcl: coverity fixesFlorin Coras1-1/+1
2021-06-29vcl: improvements to epoll ltFlorin Coras3-52/+85
2021-06-29vcl: Don't use app_socket_api to notify VPP in parent when child exitedwanghanlin1-1/+5
2021-06-29vcl: Don't memset events to optimize CPU usagewanghanlin1-8/+6
2021-06-28vcl: epoll fix postponed evt handlingFlorin Coras1-6/+33
2021-06-24vcl: fix vcl_session_write_ready when connectingliuyacan1-0/+4
2021-06-22vcl: validate vep handle when copying sessions on forkwanghanlin1-0/+31
2021-06-22vcl: move child wrk cleanup from sighandler to vls_epoll_waitwanghanlin1-1/+42
2021-06-16vcl: fix fifo sharingFlorin Coras4-2/+26
2021-06-16vcl: fix worker cleanupFlorin Coras1-0/+7
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras3-5/+102
2021-06-14vcl: improve shutdown()liuyacan6-54/+40
2021-06-10vcl: touch fifo on epoll del only if session openFlorin Coras1-3/+6
2021-06-07vcl: accept zero length writesFlorin Coras1-7/+8
2021-06-07vcl: avoid multiple reads on peekFlorin Coras1-0/+4
2021-06-05vcl: epoll error handling fixes and improvementsFlorin Coras2-6/+22
2021-06-03vcl: avoid updating errno on ldp init checkFlorin Coras1-71/+43
2021-06-03session: lcl transport info on acceptFlorin Coras1-2/+2
2021-06-02vcl: ldp placeholder for SO_LINGERFlorin Coras1-0/+3
2021-05-26vppinfra: explicit blocking mode for sock connectsFlorin Coras1-1/+2
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras3-1/+10
2021-05-14vcl: fix lookup listener assertliuyacan1-0/+6
2021-05-12session: support half-close connectionliuyacan6-1/+78
2021-05-06vcl: move tests to src/testsFlorin Coras1-872/+0
2021-05-06vcl: reduce iperf tests outputFlorin Coras1-8/+8
2021-05-01vcl: attr api to set endpt ext configFlorin Coras4-6/+25
2021-04-28vcl: fix epoll wait with indefinite timeoutFlorin Coras1-28/+16