| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the case of a DNS server on localhost | David Gibson | 2022-07-14 | 1 | -0/+16 |
* | test: Embed script for dhclient(8) in mbuto(1) profile | Stefano Brivio | 2022-07-14 | 4 | -10/+26 |
* | qrap: Don't rely on errno after perror(), and reset it before usage | Stefano Brivio | 2022-07-06 | 1 | -6/+13 |
* | Remove unused line_read() | David Gibson | 2022-07-06 | 1 | -54/+0 |
* | Use new lineread implementation for procfs_scan_listen() | David Gibson | 2022-07-06 | 1 | -4/+6 |
* | Parse resolv.conf with new lineread implementation | David Gibson | 2022-07-06 | 1 | -8/+14 |
* | Add cleaner line-by-line reading primitives | David Gibson | 2022-07-06 | 3 | -4/+150 |
* | test: Add external mbuto profile, drop udhcpc, and switch to it | Stefano Brivio | 2022-07-06 | 3 | -2/+39 |
* | qrap: Increase number of retries on connection reset even further | Stefano Brivio | 2022-06-27 | 1 | -1/+1 |
* | qrap: Change number of retries and delay on connection reset | Stefano Brivio | 2022-06-27 | 1 | -6/+6 |
* | Makefile: Don't create extraneous -.s file | David Gibson | 2022-06-18 | 1 | -1/+1 |
* | Makefile: Tweak $(RM) usage | David Gibson | 2022-06-18 | 1 | -3/+3 |
* | Makefile: Simplify pasta* targets with a pattern rule | David Gibson | 2022-06-18 | 1 | -8/+2 |
* | Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets | David Gibson | 2022-06-18 | 5 | -18/+16 |
* | Makefile: Avoid using wildcard sources | David Gibson | 2022-06-18 | 2 | -17/+25 |
* | conf: In conf_runas(), on static builds, group information is also unused | Stefano Brivio | 2022-06-18 | 1 | -0/+1 |
* | tap: Add informational messages for UNIX domain socket connections | Stefano Brivio | 2022-06-18 | 1 | -0/+10 |
* | qrap: Add probe retry on connection reset from passt for KubeVirt integration | Stefano Brivio | 2022-06-18 | 1 | -1/+33 |
* | Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.c | Stefano Brivio | 2022-06-18 | 1 | -0/+2 |
* | tests: Use nmap-ncat instead of openbsd netcat for pasta tests | David Gibson | 2022-06-18 | 4 | -47/+48 |
* | Use dhclient instead of udhcpc | David Gibson | 2022-06-15 | 4 | -16/+8 |
* | Tweak dhclient arguments for readability | David Gibson | 2022-06-15 | 10 | -17/+17 |
* | Don't abbreviate ip(8) arguments in examples and tests | David Gibson | 2022-06-15 | 22 | -114/+114 |
* | tests: Use more explicit netcat options for distro/fedora tests | David Gibson | 2022-06-15 | 1 | -7/+7 |
* | README: Fix links to static builds | Stefano Brivio | 2022-06-08 | 1 | -2/+2 |
* | tcp: Silence warning from gcc 11.3 with -Ofast | Stefano Brivio | 2022-06-08 | 2 | -4/+10 |
* | 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 |