trace: use standard POSIX header for basename()
[project/procd.git] / service / instance.c
2023-11-28 John Crispinudebug: add support for logging via udebug
2022-09-26 Stijn Tintelinstance: dump netdev params
2022-02-18 Daniel Golleinstance: exit in case asprintf() fails
2021-12-11 Daniel Gollejail: make sure jailed process is terminated
2021-11-23 Daniel Golleservice: move jail parsing to end of instance parser
2021-11-11 Daniel Gollejail: allow passing environment variable to procd jaile...
2021-09-15 Daniel Golleinstance: allow jailed service to join namespace(s)
2020-10-28 Daniel Gollejail: add option for pidfile
2020-10-19 Daniel Golleinstance: actually wire up capabilities filename
2020-08-06 Daniel Golleinstance: add instances into unified cgroup hierarchy
2020-07-30 Daniel Golleinstance: make sure values are not inherited from previ...
2020-07-28 Daniel Gollejail: add some remaining OCI features
2020-07-13 Daniel Baileyprocd: add service instance watchdog
2020-07-10 Daniel Gollejail: add support for running OCI bundle
2020-05-15 Daniel Gollejail: add option to provide /dev/console to containers
2020-04-25 Daniel Gollejail: don't fail unless requirejail is set
2020-04-12 Daniel Golleinstance: harmonize instance API
2020-04-09 Daniel Gollejail: add support for (ram-)overlayfs
2020-04-09 Daniel Gollejail: add support for userns and cgroupsns
2020-04-09 Daniel Gollejail: add support for launching extroot containers
2020-02-01 Kevin Darbyshire... instance: add 'requirejail' attribute
2020-01-24 Ondřej Votavaprocd: show process's exit code
2020-01-21 Petr Štetiarinstance: provide error feedback if ujail binary is...
2020-01-21 Daniel Gollejail: add basic support for network namespaces
2020-01-19 Daniel Golleinstance: Fix instance_config_move_strdup() function
2020-01-18 Petr Štetiarinstance: fix typo in error message
2020-01-18 Petr Štetiarinstance: fix pidfile and seccomp attributes double...
2020-01-05 Daniel Golleinstance: strdup string attributes
2019-12-30 Daniel Gollejail: set user and group inside jail
2019-11-02 Hauke Mehrtensinstance: Warn about unexpected number of parameters
2019-11-02 Hauke Mehrtensinstance: ujail: Fix allocated size for no_new_privs...
2019-05-02 Hans Dedeckerinstance: dump user and group as well
2019-04-28 Michael Heimpoldservice: allow setting a dedicated group id
2019-04-28 Michael Heimpoldinstance: add support for customizable syslog facilities
2019-04-18 Yashavanth Chowrik... procd: copy the respawn property of new instance
2019-04-07 Kristian Evensenprocd: instance: Support deleting stopped instances
2018-07-30 Michal SojkaAllow disabling seccomp or changing the whitelist
2018-07-25 John Crispinprocd: fix ustream deadlock when there are 0 bytes...
2018-03-28 Yousong Zhouservice: initialize supplementary group ids
2018-03-28 Yousong Zhouservice: add func for string config change check
2018-02-12 Rosen Penevprocd: get rid of putenv usage.
2018-01-02 Rosen Penevprocd: Add %m to several functions that return errno.
2018-01-02 Rosen Penevprocd: Remove redundant errno variable in several print...
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2017-11-06 Michal Sojkaservice: Start services normally when seccomp is disabled
2017-09-28 Karl Palssoninstance: properly compare and reload respawn config
2017-09-28 Michal SojkaStart seccomp-enabled services via seccomp-trace
2017-09-28 Michal SojkaUpdate trace attribute
2017-09-28 Michal SojkaDo not disable seccomp when configuration is not found
2017-07-31 Michal Sojkaprocd: Do not leak pipe file descriptors to children
2017-05-29 Matthias SchifferRemove code that has become unnecessary after sysupgrad...
2017-04-05 John Crispinservice/instance: add an auto start option
2017-02-15 Alin Năstacprocd: stop service using SIGKILL if SIGTERM failed...
2016-12-13 Jo-Philipp Wichservice: add reload_signal property
2016-12-05 Rosen Penevprocd: Fix memory leaks found by cppcheck
2016-10-19 Felix Fietkauservice: do not restart instances if data changes
2016-10-19 Felix Fietkauservice: make instance_update() void and unconditionall...
2016-10-19 Felix Fietkauservice: add support for instances without command
2016-10-14 Zefir Kurtisiprocd: fire events at instance respawn and failure
2016-07-19 Jurgen Van Hamprocd: remove instance_removepid call from instance_stop
2016-07-05 Jurgen Van Hamprocd: remove pidfile after unexpected termination...
2016-03-08 Karl Palssonprocd: service: Support writing pidfiles
2016-03-05 Felix Fietkauadd ifdefs to make service/instance.c compile on non...
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire hostname (-h) option
2015-12-11 John Crispininstance, ujail: wire no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire remount / read only option (-o)
2015-12-11 Etienne CHAMPETIERinstance, ujail: remove "-P <path>" option
2015-07-07 Rafał Miłeckiservice: if logging start app with LD_PRELOAD & lib...
2015-06-14 Felix Fietkauservice: reorder function to avoid forward declaration
2015-06-14 Yousong Zhouservice: close instance pipe fd on restart.
2015-06-14 Yousong Zhouservice: dump respawn params in the same order as when...
2015-06-14 Yousong Zhouservice: optimize relaying stdio output of daemons...
2015-05-05 Jo-Philipp Wichinstance: handle setgid() before setuid()
2015-04-19 Felix Fietkauinstance: avoid dumping invalid service instances ...
2015-03-28 John Crispinproperly handle return codes
2015-03-23 John Crispinprocd can now start jailed processes
2015-02-27 Felix Fietkauservice: rename variables / struct members called stdou...
2015-02-26 Jo-Philipp Wichservice: don't use stdio log channel
2015-02-26 Jo-Philipp Wichprocd: support relayoing daemon stdout/stderr to syslog
2014-09-07 John Crispininstances can now start as a !root user
2014-08-29 John Crispinadd .data to instance_dump()
2014-07-02 Felix Fietkauservice: fix trigger related double-free
2014-07-02 Felix Fietkauinstance: allow filling "data" with fields of arbitrary...
2014-06-06 John Crispinallow instances to report errors. if an error is set...
2014-06-05 John Crispinsend ubus_notify events when servers and instances...
2014-06-05 John Crispinallow instances to register ubus object that should...
2014-05-25 Felix Fietkauservice: use blob_memdup()
2014-02-24 Felix Fietkauinstance: improve portability of setting resource limits
2013-12-18 Jo-Philipp Wichprocd: fix service file tracking
2013-12-09 Ulrich Weberprocd: set resource limits for service instances
2013-11-19 John Crispinmake ue of the md5.c inside libubox
2013-11-15 Helmut Schaaprocd: Allow process respawning forever
2013-11-15 John Crispindebloat and reorganize code