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
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 header filesAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03Whitespace at EOL cleanup and checkKir Kolyshkin
2020-10-20soccr/test: Fix error logging in libsoccr tcp-testJosh Abraham
2020-02-04style: Enforce kernel style -Wstrict-prototypesNicolas Viennot
2019-09-07test/other: Resolve Py3 compatibility issuesRadostin Stoyanov
2019-09-07py: Reformat everything into pep8 styleAndrei Vagin
2019-09-07Convert spaces to tabsRadostin Stoyanov
2018-10-30soccr: print errno if connect() failedAndrey Vagin
2018-10-30Convert to python3 style print() syntaxRadostin Stoyanov
2018-10-30python: Remove unused importsRadostin Stoyanov
2018-05-12Remove redundant semicolonsRadostin Stoyanov
2017-11-23build: Move generated config.h into include/common/Dmitry Safonov
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-19soccr.h: use uint32_t instead of __u32Dmitry 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-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