aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* Use new lineread implementation for procfs_scan_listen()David Gibson2022-07-061-4/+6
* Parse resolv.conf with new lineread implementationDavid Gibson2022-07-061-8/+14
* Add cleaner line-by-line reading primitivesDavid Gibson2022-07-063-4/+150
* test: Add external mbuto profile, drop udhcpc, and switch to itStefano Brivio2022-07-063-2/+39
* qrap: Increase number of retries on connection reset even furtherStefano Brivio2022-06-271-1/+1
* qrap: Change number of retries and delay on connection resetStefano Brivio2022-06-271-6/+6
* Makefile: Don't create extraneous -.s fileDavid Gibson2022-06-181-1/+1
* Makefile: Tweak $(RM) usageDavid Gibson2022-06-181-3/+3
* Makefile: Simplify pasta* targets with a pattern ruleDavid Gibson2022-06-181-8/+2
* Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targetsDavid Gibson2022-06-185-18/+16
* Makefile: Avoid using wildcard sourcesDavid Gibson2022-06-182-17/+25
* conf: In conf_runas(), on static builds, group information is also unusedStefano Brivio2022-06-181-0/+1
* tap: Add informational messages for UNIX domain socket connectionsStefano Brivio2022-06-181-0/+10
* qrap: Add probe retry on connection reset from passt for KubeVirt integrationStefano Brivio2022-06-181-1/+33
* Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.cStefano Brivio2022-06-181-0/+2
* tests: Use nmap-ncat instead of openbsd netcat for pasta testsDavid Gibson2022-06-184-47/+48
* Use dhclient instead of udhcpcDavid Gibson2022-06-154-16/+8
* Tweak dhclient arguments for readabilityDavid Gibson2022-06-1510-17/+17
* Don't abbreviate ip(8) arguments in examples and testsDavid Gibson2022-06-1522-114/+114
* tests: Use more explicit netcat options for distro/fedora testsDavid Gibson2022-06-151-7/+7
* README: Fix links to static buildsStefano Brivio2022-06-081-2/+2
* tcp: Silence warning from gcc 11.3 with -OfastStefano Brivio2022-06-082-4/+10
* contrib/fedora: Use pre-processing macros in spec fileStefano Brivio2022-06-083-6/+38
* contrib/fedora: Drop dashes from versionStefano Brivio2022-06-071-3/+3
* conf: Fix one Coverity CID 258163 warning, work around another oneStefano Brivio2022-05-201-5/+3
* tcp: Work around gcc 12 bogus warning in tcp_rtt_dst_check()Stefano Brivio2022-05-201-0/+6
* 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