aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
...
* conf: Add --runas option, changing to given UID and GID if started as rootStefano Brivio2022-05-196-46/+135
* udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1Stefano Brivio2022-05-192-0/+27
* tests: Don't check exit code for every command in demo modeStefano Brivio2022-05-191-0/+3
* tests: Don't count number of test units for demosStefano Brivio2022-05-191-2/+4
* demo/pasta: Fix bad sleep directiveStefano Brivio2022-05-191-1/+1
* test/run: Return 0 from run(), exit value already reflects failuresStefano Brivio2022-05-191-1/+1
* test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interfaceStefano Brivio2022-05-191-1/+0
* tests: Simplify explicit checks for command successDavid Gibson2022-05-195-52/+24
* tests: Simplify *tools commands using pane_statusDavid Gibson2022-05-191-15/+10
* tests: Add pane_status command to check for success of issued commandsDavid Gibson2022-05-193-50/+59
* tests: Don't ignore errors during scriptDavid Gibson2022-05-192-6/+6
* tests: Improve control character filtering in pane_parseDavid Gibson2022-05-191-1/+1
* tests: Don't globally set tmux default-shellDavid Gibson2022-05-191-6/+7
* tests: Don't use tmux update-environmentDavid Gibson2022-05-191-4/+5
* tests: Add some debugging output for the test scripts themselvesDavid Gibson2022-05-191-0/+2
* tests: Remove unused XVFB variableDavid Gibson2022-05-191-3/+0
* tests: Update mbuto git URLsStefano Brivio2022-05-192-2/+2
* Add basic .gitignore filesDavid Gibson2022-05-192-0/+10
* qrap.1: Clarify it takes a qemu command, not a pathStefano Brivio2022-05-191-3/+3
* demo: podman: New port forwarding behaviour for pasta, minor fixesStefano Brivio2022-05-021-78/+56
* contrib: podman: Add bound address configuration, update port specificationsStefano Brivio2022-05-021-101/+168
* netlink: In nl_addr() and nl_route(), don't return before set requestStefano Brivio2022-05-011-2/+2
* conf, tcp, udp: Allow address specification for forwarded portsStefano Brivio2022-05-0110-156/+274
* tcp_splice: Allow up to 8 MiB as pipe sizeStefano Brivio2022-04-071-1/+1
* test/lib: Add small delay before trying to parse outputStefano Brivio2022-04-071-0/+1
* test/distro: Set unprivileged_userns_clone on Debian Buster and earlierStefano Brivio2022-04-071-0/+4
* test/lib: Consistent cols, rows, poster attributes for asciinema playerStefano Brivio2022-04-072-2/+2
* arch: Pointer to local outside scope, CWE-562Stefano Brivio2022-04-071-5/+5
* udp: Out-of-bounds read, CWE-125 in udp_timer()Stefano Brivio2022-04-071-1/+1
* tcp: False "Out-of-bounds read" positive, CWE-125Stefano Brivio2022-04-071-1/+5
* tcp, tcp_splice: False "Negative array index read" positives, CWE-129Stefano Brivio2022-04-072-12/+24
* tcp_splice: Logically dead code, CWE-561Stefano Brivio2022-04-071-7/+1
* tcp: Dereference null return value, CWE-476Stefano Brivio2022-04-071-1/+1
* conf, tap: False "Buffer not null terminated" positives, CWE-170Stefano Brivio2022-04-072-6/+6
* conf: False "Assign instead of compare" positive, CWE-481Stefano Brivio2022-04-071-1/+1
* treewide: Argument cannot be negative, CWE-687Stefano Brivio2022-04-074-22/+30
* passt: Improper use of negative value (CWE-394)Stefano Brivio2022-04-071-5/+14
* conf, packet: Operands don't affect result, CWE-569Stefano Brivio2022-04-072-3/+8
* tap: Resource leak, CWE-404Stefano Brivio2022-04-071-1/+4
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-078-55/+116
* tcp: False "Untrusted loop bound" positive, CWE-606Stefano Brivio2022-04-051-0/+2
* passt: Ignoring number of bytes read, CWE-252Stefano Brivio2022-04-051-2/+3
* treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio2022-04-054-32/+32
* passt.1, qrap.1: Update links to qemu out-of-tree patchStefano Brivio2022-04-012-2/+2
* README: Fix link to contrib/debianStefano Brivio2022-03-301-1/+1
* hooks: Copy .webp diagram versions tooStefano Brivio2022-03-301-0/+1
* README: Drop red notice about early development phaseStefano Brivio2022-03-301-3/+1
* contrib: Add example of Debian package filesStefano Brivio2022-03-307-1/+66
* contrib: Add example spec file for FedoraStefano Brivio2022-03-301-0/+95
* tap: Re-read from tap in tap_handler_pasta() on buffer fullStefano Brivio2022-03-301-2/+9