kitty/kittens/transfer
Bernhard M. Wiedemann 17b7703dab Fix compilation without LTO
When building without link-time-optimization through the
KITTY_NO_LTO env var or the setup.py --disable-link-time-optimization option
compilation failed with a warning about freeing "ans" memory.

Chances are, this is dead code that gets optimized out by LTO.
2023-10-08 04:52:24 +02:00
..
__init__.py
algorithm.c Fix compilation without LTO 2023-10-08 04:52:24 +02:00
ftc.go More linter fixes 2023-09-18 21:36:34 +05:30
ftc_test.go Forgot to update FTCSerialization test for new behavior 2023-07-30 19:49:41 +05:30
main.go Start work on porting receive code to Go 2023-07-30 19:49:44 +05:30
main.py Cleanup user docs for transfer kitten 2023-07-30 19:49:47 +05:30
receive.go More linter fixes 2023-09-18 21:36:34 +05:30
rsync.pyi Port file_transmission.py to use the new rsync code 2023-07-30 19:49:43 +05:30
send.go More linter fixes 2023-09-18 21:36:34 +05:30
send_test.go DRYer 2023-07-30 19:49:46 +05:30
utils.go Start work on porting receive code to Go 2023-07-30 19:49:44 +05:30
utils.py Start work on porting receive code to Go 2023-07-30 19:49:44 +05:30