| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | contrib/fedora: Use pre-processing macros in spec file | Stefano Brivio | 2022-06-08 | 3 | -6/+38 |
* | contrib/fedora: Drop dashes from version | Stefano Brivio | 2022-06-07 | 1 | -3/+3 |
* | conf: Fix one Coverity CID 258163 warning, work around another one | Stefano Brivio | 2022-05-20 | 1 | -5/+3 |
* | tcp: Work around gcc 12 bogus warning in tcp_rtt_dst_check() | Stefano Brivio | 2022-05-20 | 1 | -0/+6 |
* | conf: Add --runas option, changing to given UID and GID if started as root | Stefano Brivio | 2022-05-19 | 6 | -46/+135 |
* | udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1 | Stefano Brivio | 2022-05-19 | 2 | -0/+27 |
* | tests: Don't check exit code for every command in demo mode | Stefano Brivio | 2022-05-19 | 1 | -0/+3 |
* | tests: Don't count number of test units for demos | Stefano Brivio | 2022-05-19 | 1 | -2/+4 |
* | demo/pasta: Fix bad sleep directive | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/run: Return 0 from run(), exit value already reflects failures | Stefano Brivio | 2022-05-19 | 1 | -1/+1 |
* | test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface | Stefano Brivio | 2022-05-19 | 1 | -1/+0 |
* | tests: Simplify explicit checks for command success | David Gibson | 2022-05-19 | 5 | -52/+24 |
* | tests: Simplify *tools commands using pane_status | David Gibson | 2022-05-19 | 1 | -15/+10 |
* | tests: Add pane_status command to check for success of issued commands | David Gibson | 2022-05-19 | 3 | -50/+59 |
* | tests: Don't ignore errors during script | David Gibson | 2022-05-19 | 2 | -6/+6 |
* | tests: Improve control character filtering in pane_parse | David Gibson | 2022-05-19 | 1 | -1/+1 |
* | tests: Don't globally set tmux default-shell | David Gibson | 2022-05-19 | 1 | -6/+7 |
* | tests: Don't use tmux update-environment | David Gibson | 2022-05-19 | 1 | -4/+5 |
* | tests: Add some debugging output for the test scripts themselves | David Gibson | 2022-05-19 | 1 | -0/+2 |
* | tests: Remove unused XVFB variable | David Gibson | 2022-05-19 | 1 | -3/+0 |
* | tests: Update mbuto git URLs | Stefano Brivio | 2022-05-19 | 2 | -2/+2 |
* | Add basic .gitignore files | David Gibson | 2022-05-19 | 2 | -0/+10 |
* | qrap.1: Clarify it takes a qemu command, not a path | Stefano Brivio | 2022-05-19 | 1 | -3/+3 |
* | demo: podman: New port forwarding behaviour for pasta, minor fixes | Stefano Brivio | 2022-05-02 | 1 | -78/+56 |
* | contrib: podman: Add bound address configuration, update port specifications | Stefano Brivio | 2022-05-02 | 1 | -101/+168 |
* | netlink: In nl_addr() and nl_route(), don't return before set request | Stefano Brivio | 2022-05-01 | 1 | -2/+2 |
* | conf, tcp, udp: Allow address specification for forwarded ports | Stefano Brivio | 2022-05-01 | 10 | -156/+274 |
* | tcp_splice: Allow up to 8 MiB as pipe size | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | test/lib: Add small delay before trying to parse output | Stefano Brivio | 2022-04-07 | 1 | -0/+1 |
* | test/distro: Set unprivileged_userns_clone on Debian Buster and earlier | Stefano Brivio | 2022-04-07 | 1 | -0/+4 |
* | test/lib: Consistent cols, rows, poster attributes for asciinema player | Stefano Brivio | 2022-04-07 | 2 | -2/+2 |
* | arch: Pointer to local outside scope, CWE-562 | Stefano Brivio | 2022-04-07 | 1 | -5/+5 |
* | udp: Out-of-bounds read, CWE-125 in udp_timer() | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | tcp: False "Out-of-bounds read" positive, CWE-125 | Stefano Brivio | 2022-04-07 | 1 | -1/+5 |
* | tcp, tcp_splice: False "Negative array index read" positives, CWE-129 | Stefano Brivio | 2022-04-07 | 2 | -12/+24 |
* | tcp_splice: Logically dead code, CWE-561 | Stefano Brivio | 2022-04-07 | 1 | -7/+1 |
* | tcp: Dereference null return value, CWE-476 | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | conf, tap: False "Buffer not null terminated" positives, CWE-170 | Stefano Brivio | 2022-04-07 | 2 | -6/+6 |
* | conf: False "Assign instead of compare" positive, CWE-481 | Stefano Brivio | 2022-04-07 | 1 | -1/+1 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 4 | -22/+30 |
* | passt: Improper use of negative value (CWE-394) | Stefano Brivio | 2022-04-07 | 1 | -5/+14 |
* | conf, packet: Operands don't affect result, CWE-569 | Stefano Brivio | 2022-04-07 | 2 | -3/+8 |
* | tap: Resource leak, CWE-404 | Stefano Brivio | 2022-04-07 | 1 | -1/+4 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 8 | -55/+116 |
* | tcp: False "Untrusted loop bound" positive, CWE-606 | Stefano Brivio | 2022-04-05 | 1 | -0/+2 |
* | passt: Ignoring number of bytes read, CWE-252 | Stefano Brivio | 2022-04-05 | 1 | -2/+3 |
* | treewide: Invalid type in argument to printf format specifier, CWE-686 | Stefano Brivio | 2022-04-05 | 4 | -32/+32 |
* | passt.1, qrap.1: Update links to qemu out-of-tree patch | Stefano Brivio | 2022-04-01 | 2 | -2/+2 |
* | README: Fix link to contrib/debian | Stefano Brivio | 2022-03-30 | 1 | -1/+1 |
* | hooks: Copy .webp diagram versions too | Stefano Brivio | 2022-03-30 | 1 | -0/+1 |