Commit graph

53 commits

Author SHA1 Message Date
Igor Katson
3acc53a11f
IPv6 support for SSDP (for UPNP) 2024-09-15 21:57:34 +01:00
Igor Katson
242a5c053a
Add Makefile command to debug docker quickly 2024-09-02 12:24:16 +01:00
Igor Katson
9225e126d9
Check SOME fastresume data, dont trust it completely. 2024-08-29 15:43:19 +01:00
Igor Katson
0960a768e6
Implement stubs for actual connection manager methods 2024-08-29 12:23:18 +01:00
Igor Katson
edba359400
Make tokio-console feature flag actually work 2024-08-29 10:29:55 +01:00
Igor Katson
6182d94ce4
Add a command to Makefile: docker-build-armv7 2024-08-29 10:29:41 +01:00
Igor Katson
e47134a45e
cleanup makefile 2024-08-28 17:18:21 +01:00
Igor Katson
b9668b08e8
Makefile shorthands to build Docker images 2024-08-28 17:01:56 +01:00
Igor Katson
b174afaa12
UPNP: send notifies on all interfaces, no need to specify hostname anymore 2024-08-28 13:38:11 +01:00
Igor Katson
c758d0022d
Reuse RQBIT_LOG_FILE in Makefile 2024-08-28 10:00:01 +01:00
Igor Katson
e9e3acf58a
Rename persistence-config to persistence-location + makefile tweaks 2024-08-28 09:53:15 +01:00
Igor Katson
c14ccd5fa2
ReuseAddr on all sytems, resuseport only on Unix 2024-08-26 21:22:00 +01:00
Igor Katson
d4c4f4d93a
Updating docker config 2024-08-26 16:29:58 +01:00
Igor Katson
3a8ef207ad
Multi-platform docker image build 2024-08-26 15:42:38 +01:00
Igor Katson
cf333a252a
Add docker build for linux/amd64 2024-08-26 14:10:02 +01:00
Igor Katson
c69da2d30c
Switch x86_64 build to use musl 2024-08-26 12:14:44 +01:00
Igor Katson
adb17e4214
Add devserver-profile Make target 2024-08-25 15:43:13 +01:00
Igor Katson
9e7b656f0b
UPNP server integrated into rqbit.
How to use: https://github.com/ikatson/rqbit/pull/208
2024-08-23 19:23:02 +01:00
Igor Katson
0c9a5093d0
Small tweaks (cors etc) 2024-08-21 22:27:58 +01:00
Igor Katson
93c53b4285
Add session stats to desktop app 2024-08-21 13:22:22 +01:00
Igor Katson
627c0ac28f
Implement fastresume for postgres 2024-08-20 22:57:08 +01:00
Igor Katson
65feec3406
Fastresume CLI option 2024-08-20 21:47:08 +01:00
Igor Katson
2871c358e3
postgres session storage backend 2024-08-15 14:18:55 +01:00
Igor Katson
c196c11860
trying to make tests work with new metadata 2024-08-14 12:14:57 +01:00
Igor Katson
ace4bed0c6
Folders and files are now deleted more comprehensively 2024-06-21 15:17:41 +01:00
Igor Katson
2982d4f3fc
armv7 musl 2024-04-23 22:17:24 +01:00
Igor Katson
fa05fe8376
Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 13:44:10 +00:00
Igor Katson
f42de46878
Revert "Box<[u8]> instead of Vec<u8> for ByteBufOwned"
This reverts commit deee41cd93.
2024-03-29 13:00:57 +00:00
Igor Katson
deee41cd93
Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 11:00:58 +00:00
Igor Katson
e263441fb6
Better cancellation 2024-02-26 09:25:01 +00:00
Igor Katson
55f3b23eed
Cors: more finegrained allowlist, make it simpler 2023-12-17 10:25:56 +00:00
Igor Katson
37f295cb95
Add a message when log channel is lagged 2023-12-09 14:03:42 +00:00
Igor Katson
71a425ce66
Remove openssl compilation from Makefile 2023-12-09 12:40:11 +00:00
Igor Katson
9fd5ff6427
Downlevel some annoying log messages 2023-12-07 22:49:38 +00:00
Igor Katson
88d9c70f0a
Update makefile and add dev guide 2023-12-05 13:16:16 +00:00
Igor Katson
f33346adfb
Add armv7 build 2023-11-26 10:26:49 +00:00
Igor Katson
e87574227e
Webui is alright, might release 2023-11-21 13:47:48 +00:00
Igor Katson
795ae82439
Webui starting to work a bit better 2023-11-21 13:24:55 +00:00
Igor Katson
aef1ffbd90
More chatgpt modifications 2023-11-20 22:10:01 +00:00
Igor Katson
bc8d89c64c
Create a new profile release-github 2023-11-20 16:16:25 +00:00
Igor Katson
80f069589a
Further prettify makefile 2023-07-11 20:35:27 +01:00
Igor Katson
78ccb9465b
Speed up openssl cross-compile times 2023-07-11 15:03:28 +01:00
Igor Katson
159e90b785
Fix arm32 build 2023-07-10 13:19:26 +01:00
enforcer007
2b9909c1cb arm32 2023-05-07 15:00:32 +00:00
Igor Katson
9c79e3a99e
Added linux aarch64 2022-05-23 21:33:12 +01:00
Igor Katson
e925ebdd9c Add github actions to compile a release for all platforms. 2021-10-18 22:48:45 +01:00
Igor Katson
d14d29b688 Update to cross-compile with openssl on linux 2021-10-18 12:59:51 +01:00
Igor Katson
27145c758c Add scripts to build for x86_64 linux too 2021-10-17 18:17:50 +01:00
Igor Katson
60b7d4a531 Add a command to Makefile to cross-compile on osx (release-all) 2021-10-17 13:50:46 +01:00
Igor Katson
b301b159da Fix a bug 2021-07-31 13:13:04 +01:00