Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25non-root: enable non-root checkpoint/restoreYounes Manton
2022-10-25non-root: add infrastructure to run as non-rootAdrian Reber
2022-07-13config/files-reg: Add opt to skip file r/w/x check on restoreYounes Manton
2022-06-21config: fail on --track-mem option if dirty tracking is not availablePavel Tikhomirov
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29mount-v2: make mount engine fallback messages loglevel debugPavel Tikhomirov
2022-04-29config/rpc: add new option --mntns-compat-mode for old mount enginePavel Tikhomirov
2022-04-29config: fix ns leak in parse_join_nsPavel Tikhomirov
2022-04-29criu: fix configuration file scanner with GCC 12Adrian Reber
2021-09-03criu: add --network-lock option to allow nftables alternativeZeyad Yasser
2021-09-03criu/config: fix use-after-free in parse_join_nsRadostin Stoyanov
2021-09-03configs: fix used after free casesAndrei Vagin
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03Enable changing of mount context on restoreAdrian Reber
2021-09-03config: make configuration file parser more robustAdrian Reber
2021-09-03criu: end pr_(err|warn|msg|info|debug) with \nKir Kolyshkin
2020-10-20criu/config.c: added cli option for build-idAjay Bharadwaj
2020-10-20Add error logging to config + crtools initAngie Ni
2020-10-20cr-service: fix wording in debug messagesKir Kolyshkin
2020-10-20style: fix typosNicolas Viennot
2020-10-20img-streamer: introduction of criu-image-streamerNicolas Viennot
2020-02-04criu: fix build failure against gcc-10Sergei Trofimovich
2020-02-04style: Enforce kernel style -Wstrict-prototypesNicolas Viennot
2020-02-04Adding --pre-dump-mode optionAbhishek Dubey
2020-02-04Convert pr_msg() error messages to pr_err()Radostin Stoyanov
2020-02-04Add new command line option: --cgroup-yardMichał Cłapiński
2019-09-07tls: Add --tls-no-cn-verify optionRadostin Stoyanov
2019-09-07page-xfer: Add TLS support with X509 certificatesRadostin Stoyanov
2019-09-07config: Exit with error if ps-socket is std fdRadostin Stoyanov
2019-09-07cgroup: Add "ignore" mode for --manage-cgroupsDmitry Safonov
2019-04-21Android NDK: no index function in strings.hZhang Ning
2019-04-21config: Add msg for obsolete use of port/addressRadostin Stoyanov
2019-04-21config: Fix -R optionRadostin Stoyanov
2019-04-21config: Refactor configuration file parsingRadostin Stoyanov
2019-04-21config: Add check_options helperRadostin Stoyanov
2018-10-30x86: cpu -- Use special bit for image manipulationCyrill Gorcunov
2018-10-30config: Remove -c -f -F and -p optionsRadostin Stoyanov
2018-10-30Fix typosRadostin Stoyanov
2018-10-30cr-service: add support for configuration files in RPC modeAdrian Reber
2018-10-30config: add support for CRIU_CONFIG_FILEAdrian Reber
2018-10-30opts: use xstrdup () to assign char * optionsAdrian Reber
2018-10-30config: use dynamic variables for configuration filesAdrian Reber
2018-10-30config: move init_opts() to config.cAdrian Reber
2018-10-30config: remove more unused option handlingAdrian Reber
2018-10-30config: remove unused pid optionAdrian Reber
2018-10-30config: move getopt out of main()Adrian Reber
2018-10-30config: fix valgrind leakAdrian Reber
2018-10-30config: initialize the last element of a config argv as NULLAndrei Vagin
2018-10-30config: skip spaces at a beginning of linesAndrei Vagin
2018-10-30criu/config: reduce the number of argv traversalsMike Rapoport