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 remaining codespell warningsKir Kolyshkin
2022-04-29Fix some codespell warningsKir Kolyshkin
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on all C filesAdrian Reber
2019-09-07Convert spaces to tabsRadostin Stoyanov
2018-10-30soccr: print errno if connect() failedAndrey Vagin
2018-05-12Remove redundant semicolonsRadostin Stoyanov
2017-11-23soccr: c/r ipv6 sockets which handles ipv4 connectionsAndrei Vagin
2017-10-17libsoccr: ignore data in a sent queue, if a connect is closedAndrei Vagin
2017-10-17tcp: be ready that a size of tcp_info can be changedAndrei Vagin
2017-09-21sk-tcp: Print libsoccr_save() error messageKirill Tkhai
2017-05-19soccr: clean a bit includes listDmitry Safonov
2017-05-10soccr: fix log messages and add a few moreAndrei Vagin
2017-04-11soccr: Print errors in send_fin (v2)Pavel Emelyanov
2017-04-11Spring whitespace cleanupKir Kolyshkin
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: don't dereference data before null checkAndrei Vagin
2017-01-16soccr: restore queues from soccrAndrei Vagin
2017-01-16soccr: add support for syn-sent socketsAndrei 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 prefixes for log messages and print errnoAndrei Vagin
2017-01-16soccr: add '\n' to all loge/logdAdrian Reber
2017-01-16soccr: rectify Alpine buildDmitry Safonov
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: Fill actual connection info using the 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