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
2018-06-14zdtm: fix a lint warning about undefined 'raw_input'Andrei Vagin
2018-06-14test/zdtm.py: add option to specify external criu for test suiteAdrian Reber
2018-06-14tun/kerndat: Keep going with CONFIG_TUN=nDmitry Safonov
2018-06-14crit: typo fixAndrei Vagin
2018-06-14zdtm: fix atomic_{sub, add}_return assembler for aarch64Adrian Reber
2018-06-14zdtm/lib: Check EWOULDBLOCK in errno instead of -EWOULDBLOCKDmitry Safonov
2018-06-12Allow criu page-server to work over ipv6.Pawel Stradomski
2018-06-10zdtm: open notify file descriptors in a binary modeAndrei Vagin
2018-06-08test: Don't leak file descriptorRadostin Stoyanov
2018-06-08test: run a full set of tests in docker containersAndrei Vagin
2018-06-08test/netns-nf: add one more path for libxt_standard.soAndrei Vagin
2018-06-08zdtm: fix collecting libraries on Alpine LinuxAndrei Vagin
2018-06-08test: don't save content of /sys/kernel/debug/tracing/traceAndrei Vagin
2018-06-08build/docker: install packages to run testsAndrei Vagin
2018-06-08alpine: sigaltstack returns EINVAL if SS_ONSTACK is setAndrei Vagin
2018-06-08criu: musl scanf and printf don't support the L modifer for intergersAndrei Vagin
2018-06-08alpine: call write instead of fprintfAndrei Vagin
2018-06-08travis: run the crit-recode testAndrei Vagin
2018-06-08test: make crit-recode.py python2/python3 compatibleAndrei Vagin
2018-06-08lib: a few fixes to be compatible with python3Andrei Vagin
2018-06-08test: import pycriu by its right nameAndrei Vagin
2018-06-08travis: set python3 as default for fedora containersAndrei Vagin
2018-06-08test: make zdtm.py python2/python3 compatibleAndrei Vagin
2018-06-06dump: Don't loose dump_namespaces errorCyrill Gorcunov
2018-05-26seccomp: Use own seccomp_metadata_t typeCyrill Gorcunov
2018-05-25seccomp: Don't exit from __export_restore_threadCyrill Gorcunov
2018-05-25travis: fix python2 package installationAdrian Reber
2018-05-25Adapt zdtm for python3 compatibilityAdrian Reber
2018-05-25crit: enable python2 or python3 based critAdrian Reber
2018-05-25Makefiles: auto-detect python version - prefer python2Adrian Reber
2018-05-25crit: make crit python2/python3 compatibleAdrian Reber
2018-05-23remote: a few minor fixes to make travis happyAndrei Vagin
2018-05-23remote: Fixing identation.Rodrigo Bruno
2018-05-23remote: Minor improvements on img-remote.cRodrigo Bruno
2018-05-23remote: Unblocking implementation of img cache and proxy seems to be working.Rodrigo Bruno
2018-05-23remote: Unix socket for local connections is async.Rodrigo Bruno
2018-05-23remote: Preparing image receive and send for asynchronous sockets.Rodrigo Bruno
2018-05-18Documentation/make: Call check before installDmitry Safonov
2018-05-18zdtm/make: Include Makefile.inc after defining $(DEP)Dmitry Safonov
2018-05-18Revert "test/make: Include .d files"Dmitry Safonov
2018-05-16unix: Improve init_unix_sk_infoCyrill Gorcunov
2018-05-16unix: Unify printings on peer openCyrill Gorcunov
2018-05-16unix: Print reverted dir info if only directory providedCyrill Gorcunov
2018-05-16unix: Don's spam with warning if nothing to unlinkCyrill Gorcunov
2018-05-16unix: Drop empty line at eofCyrill Gorcunov
2018-05-16unix: Use generic xptr_pull in dump_one_unix_fdCyrill Gorcunov
2018-05-16unix: Adjust unix_desc_ops membersCyrill Gorcunov
2018-05-16unix: Adjust unix_sk_cinfo membersCyrill Gorcunov
2018-05-16unix: Adjust unix_sk_info membersCyrill Gorcunov
2018-05-16unix: Use uint32_t instead of u32Cyrill Gorcunov