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
path: root/soccr
AgeCommit message (Expand)Author
2017-02-01soccr: add one more test to check libsoccr_save/libsoccr_restoreAndrei Vagin
2017-01-16soccr: Add call to release the soccr handlerPavel Emelyanov
2017-01-16soccr: add a testAndrei Vagin
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 source and destination addresses to libsoccr_sk_dataAndrei 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: Generate config.h dynamicallyCyrill Gorcunov
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: 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