summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* Fix typo in warning message for `--outbound-addr` and `--outbound-addr6`Andreas Kohn2022-04-15
* Replace deprecated inet_ntoa with safer inet_ntopMarc-André Lureau2022-02-15
* silence lint false positive (tapname == NULL)Akihiro Suda2022-01-06
* Support BESS protocol (for UML)Akihiro Suda2022-01-06
* Explicitly support DHCP + add tests + update libslirp to v4.6.1Akihiro Suda2021-06-18
* Add the --macaddress option to specify the MAC address of the tap interface.Brian Koehmstedt2021-02-24
* add libseccomp version to `slirp4netns --version`Akihiro Suda2020-08-04
* Fix config_from_options() to correctly enable ipv6Ralf Haferkamp2020-07-03
* support slirp configuration v2 and v35eraph2020-05-03
* move --enable-sandbox out of experimentalAkihiro Suda2020-03-31
* add libslirp version to `slirp4netns --version`Akihiro Suda2020-03-18
* add --enable-seccompAkihiro Suda2019-08-26
* slirp4netns: rename --create-sandbox to --enable-sandboxGiuseppe Scrivano2019-08-21
* cli: reorder flagsAkihiro Suda2019-07-27
* create-sandbox: join the target userns if euid!=0Giuseppe Scrivano2019-07-26
* slirp4netns: add new option --create-sandboxGiuseppe Scrivano2019-07-26
* detect invalid strtolAkihiro Suda2019-07-25
* parse_args: fix clang-tidy 8 lint issuesAkihiro Suda2019-07-25
* parse_args: simplify error handlingAkihiro Suda2019-07-25
* Merge pull request #109 from AkihiroSuda/bAkihiro Suda2019-07-25
|\
| * fix indentAkihiro Suda2019-07-25
* | fix WIFEXITED regressionAkihiro Suda2019-07-25
|/
* Merge pull request #102 from gabibeyer/loopbackAkihiro Suda2019-07-25
|\
| * set lookback device to UP by defaultgabi beyer2019-07-22
* | main: try waitpid again on EINTRGiuseppe Scrivano2019-07-24
* | Merge pull request #99 from AkihiroSuda/spdxGiuseppe Scrivano2019-07-23
|\ \ | |/ |/|
| * add SPDX-License-Identifier headersAkihiro Suda2019-07-18
* | defer --ready-fd activation until everything is readyAkihiro Suda2019-07-18
|/
* import .clang-format from libslirpAkihiro Suda2019-07-13
* slirp4netns: allow to run without --userns-pathGiuseppe Scrivano2019-05-17
* Support specified netns and userns file pathsGabi Beyer2019-04-22
* move API out of experimentalAkihiro Suda2019-03-28
* sync with qemu/qemu upstreamAkihiro Suda2019-03-07
* --no-host-loopback -> --disable-host-loopbackAkihiro Suda2019-01-12
* support specifying --cidrAkihiro Suda2019-01-12
* replace `typedef int bool` with stdbool.hAkihiro Suda2019-01-10
* [security enhancement] add --no-host-loopbackAkihiro Suda2019-01-07
* [EXPERIMENTAL] QMP-like JSON API for exposing node portsAkihiro Suda2019-01-07
* Merge pull request #38 from AkihiroSuda/config-hAkihiro Suda2018-11-01
|\
| * fix lint errorAkihiro Suda2018-10-31
* | Merge pull request #37 from AkihiroSuda/hardcode-version-argv0Akihiro Suda2018-11-01
|\ \
| * | version: hardcode argv0 for runc compatibilityAkihiro Suda2018-10-31
| |/
* / add --helpAkihiro Suda2018-10-31
|/
* move version output to seperate option flag, runc-styleAnton Semjonov2018-10-30
* use COMMIT instead of VERSIONAnton Semjonov2018-10-29
* do commit hash replacement in Makefile.am and improve fallbackAnton Semjonov2018-10-29
* add commit hash information to buildsAnton Semjonov2018-10-29
* experimental support for ipv6Akihiro Suda2018-09-05
* allow custom MTUAkihiro Suda2018-08-02
* support --long-style-optionsAkihiro Suda2018-08-02