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-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2017-11-23build: Move generated config.h into include/common/Dmitry Safonov
2017-05-19soccr: clean a bit includes listDmitry Safonov
2017-05-19soccr.h: use uint32_t instead of __u32Dmitry Safonov
2017-01-16soccr: Add call to release the soccr handlerPavel Emelyanov
2017-01-16tcp: bind tcp sockets after enabling the repair modeAndrei Vagin
2017-01-16soccr: Move src/dst address from _dataPavel Emelyanov
2017-01-16soccr: Move queue pointers from _dataPavel Emelyanov
2017-01-16soccr: Introduce flags for memory passingPavel Emelyanov
2017-01-16soccr: Rename API calls to save/restorePavel Emelyanov
2017-01-16soccr: restore queues from soccrAndrei Vagin
2017-01-16soccr: add support for half-closed socketsAndrei Vagin
2017-01-16soccr: move connect from criu to soccrAndrei Vagin
2017-01-16soccr: add source and destination addresses to libsoccr_sk_dataAndrei Vagin
2017-01-16soccr: rectify Alpine buildDmitry Safonov
2017-01-16soccr: Add soccr.h's commentsPavel Emelyanov
2017-01-16soccr: Handle connection statePavel Emelyanov
2017-01-16soccr/tcp: Restore queues using libraryPavel Emelyanov
2017-01-16soccr/tcp: Restore socket's info after binding itPavel Emelyanov
2017-01-16soccr/tcp: Restore socket's info before binding itPavel Emelyanov
2017-01-16soccr/tcp: Read queues contents using libraryPavel Emelyanov
2017-01-16soccr/tcp: Introduce blob with connection info and getter for itPavel Emelyanov
2017-01-16soccr/tcp: Add _pause and _resume to library and use itPavel Emelyanov
2017-01-16soccr: Add loggingPavel Emelyanov
2017-01-16soccr: Wire into builderPavel Emelyanov