Age | Commit message (Expand) | Author | Files | Lines |
2020-08-13 | misc: strcpy be gone |  Dave Barach | 1 | -1/+1 |
2020-08-13 | vcl: fix ldp recv return on error |  Florin Coras | 1 | -1/+4 |
2020-08-13 | vcl: fix ldp writev 0 vecs |  Florin Coras | 1 | -12/+8 |
2020-08-12 | vcl: fix ldp read on closing session |  Florin Coras | 2 | -15/+10 |
2020-08-12 | vcl: clear accept msg flags |  Florin Coras | 2 | -1/+1 |
2020-08-12 | vcl: fix session closing error |  Florin Coras | 1 | -1/+2 |
2020-08-12 | vcl: always report EPOLLHUP/EPOLLRDHUP on close |  Florin Coras | 1 | -4/+0 |
2020-08-12 | vcl: add rx event on epoll ctl if needed |  Florin Coras | 2 | -2/+18 |
2020-08-12 | vcl: hold errno when calling LDBG |  hanlin | 1 | -1/+5 |
2020-08-12 | vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT |  hanlin | 1 | -0/+20 |
2020-08-12 | vcl: RX event may lost when accept session repeatedly |  wanghanlin | 1 | -1/+1 |
2020-08-12 | vcl: resolve VCL part session cleanup issue |  Yu Ping | 1 | -0/+2 |
2019-12-01 | vcl: if the ldp user send buf with 0 len, it will assert failed. |  jiangxiaoming | 1 | -1/+1 |
2019-11-28 | vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64 |  Carl Smith | 3 | -0/+42 |
2019-11-28 | vcl: fix nonblocking accept with >1 event in the queue |  Carl Smith | 1 | -3/+3 |
2019-11-28 | vcl: fix epoll connected events sid |  Florin Coras | 1 | -2/+1 |
2019-11-18 | vcl: handle segment map errors |  Florin Coras | 1 | -8/+12 |
2019-11-15 | vcl: add api to set lcl ip |  Florin Coras | 2 | -6/+40 |
2019-11-05 | vcl: handle rx notifications on reused sessions |  Florin Coras | 1 | -0/+2 |
2019-10-03 | vcl: initialize ctrl_mq in workers |  Florin Coras | 2 | -1/+5 |
2019-10-03 | vcl: allow non-blocking connects |  Florin Coras | 2 | -3/+16 |
2019-09-30 | session: move ctrl messages from bapi to mq |  Florin Coras | 5 | -167/+133 |
2019-09-24 | vcl: fix ldp_set_app_name overflow |  Benoît Ganne | 1 | -5/+2 |
2019-08-05 | vcl: fix bapi disconnect with socket transport |  Florin Coras | 3 | -1/+13 |
2019-08-02 | vcl: initialize worker thread index and heap map slot |  Florin Coras | 1 | -0/+3 |
2019-07-31 | vcl: fix epoll chain validation |  Florin Coras | 1 | -22/+22 |
2019-07-29 | vcl: fix config parsing of hex values |  Florin Coras | 1 | -24/+23 |
2019-07-19 | vcl: fix coverity warning |  Florin Coras | 1 | -1/+2 |
2019-07-19 | session: Use parent_handle instead of transport_opts |  Nathan Skrzypczak | 4 | -5/+5 |
2019-07-18 | vcl: add QUIC support |  Nathan Skrzypczak | 3 | -15/+200 |
2019-07-18 | session: Refactor invalid session idx/handle |  Nathan Skrzypczak | 1 | -0/+1 |
2019-07-12 | vcl: fix namespace debug print |  Benoît Ganne | 1 | -2/+1 |
2019-07-08 | vcl: add worker unregister api |  Florin Coras | 2 | -0/+12 |
2019-07-08 | vcl: cleanup listener accept fifo |  Florin Coras | 1 | -0/+14 |
2019-07-02 | vcl: handle fd rcv msg error |  Florin Coras | 1 | -4/+12 |
2019-06-29 | svm: rename fifo tx notifications to reflect use |  Florin Coras | 1 | -8/+8 |
2019-06-26 | hsa: move vcl test apps to hsa |  Florin Coras | 7 | -4812/+1 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues |  Benoît Ganne | 2 | -10/+6 |
2019-06-06 | vcl: avoid hash table lookup on accept |  Florin Coras | 2 | -24/+27 |
2019-06-06 | vcl: cap epoll dequeue batch size to max events |  Florin Coras | 1 | -14/+14 |
2019-05-16 | Add transport_opts to connect_sock bapi |  Nathan Skrzypczak | 2 | -0/+2 |
2019-05-09 | vls: relax copy on fork locks |  Florin Coras | 1 | -2/+2 |
2019-05-09 | ldp: add option to eanble transparent TLS connections |  Yu Ping | 2 | -2/+90 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 3 | -12/+12 |
2019-04-25 | session: use teps in accept/connect notifications |  Florin Coras | 1 | -9/+9 |
2019-04-17 | vcl/session: tx notifications for cut-thru sessions |  Florin Coras | 1 | -0/+8 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 2 | -13/+14 |
2019-04-08 | host stack: update stale copyright |  Florin Coras | 3 | -3/+3 |
2019-04-04 | ldp: ignore TCP_CORK socket option |  Florin Coras | 1 | -0/+1 |
2019-03-29 | vls: add pthread check on vls_attr |  Florin Coras | 1 | -1/+7 |