Commit Graph

6 Commits

Author SHA1 Message Date
mike 4730c46f46 build: point hbb_common submodule at gitea fork
The submodule was carrying a local cherry-pick (proto tags 27/28 for
HttpProxyRequest/Response) on top of upstream rustdesk/hbb_common.
That commit (0c49f9a) only existed on the dev machine, so cloning
elsewhere and running `git submodule update` failed with
"upload-pack: not our ref" because github upstream doesn't have it.

Repoint the submodule URL at gitea.cstudio.ch/mike/hbb_common which
hosts the cherry-picked branch (pro-features-httpproxy) and a mirror
of main. Anyone cloning from now on can `git submodule update --init`
without further setup.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 18:26:03 +02:00
21pages 7a509f6975 replace libs/hbb_common with submodule (#502)
cargo update -p schannel to fix crash on higher rust toolchain, https://github.com/seanmonstar/reqwest/issues/2311

Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-01-20 17:34:22 +08:00
rustdesk 1507a733ed remove unused files 2022-05-12 20:10:07 +08:00
open-trade d5e55b33d5 move proto and V4Mangle to hbb_common 2020-03-07 23:24:58 +08:00
open-trade 1695b5e357 prototype... 2020-03-06 17:18:22 +08:00
open-trade d188a5f5ea initialize 2020-03-04 14:10:58 +08:00