mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
Add third-party libraries back as submodules
This commit is contained in:
parent
2de12f50c5
commit
eb437c16f5
7 changed files with 27 additions and 1 deletions
21
.gitmodules
vendored
21
.gitmodules
vendored
|
@ -1,3 +1,24 @@
|
|||
[submodule "third-party/dht"]
|
||||
path = third-party/dht
|
||||
url = https://github.com/transmission/dht
|
||||
branch = post-0.24-transmission
|
||||
[submodule "third-party/libb64"]
|
||||
path = third-party/libb64
|
||||
url = https://github.com/transmission/libb64
|
||||
branch = post-1.2.1-transmission
|
||||
[submodule "third-party/libevent"]
|
||||
path = third-party/libevent
|
||||
url = https://github.com/transmission/libevent
|
||||
branch = post-2.0.22-transmission
|
||||
[submodule "third-party/libnatpmp"]
|
||||
path = third-party/libnatpmp
|
||||
url = https://github.com/transmission/libnatpmp
|
||||
branch = post-20151025-transmission
|
||||
[submodule "third-party/libutp"]
|
||||
path = third-party/libutp
|
||||
url = https://github.com/transmission/libutp
|
||||
branch = post-3.3-transmission
|
||||
[submodule "third-party/miniupnpc"]
|
||||
path = third-party/miniupnpc
|
||||
url = https://github.com/transmission/miniupnpc
|
||||
branch = post-1.9-transmission
|
||||
|
|
1
third-party/dht
vendored
Submodule
1
third-party/dht
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 80024e5be80a301a84cbd735744790147f8b67f4
|
1
third-party/libb64
vendored
Submodule
1
third-party/libb64
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8456a5b5c99ef4544a2ed8e8f20a2fb673dd4192
|
2
third-party/libevent
vendored
2
third-party/libevent
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c51b159cff9f5e86696f5b9a4c6f517276056258
|
||||
Subproject commit 72e50166aaa2c3b3c35e336039df7101bd418264
|
1
third-party/libnatpmp
vendored
Submodule
1
third-party/libnatpmp
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4d3b9d87bbe7549830c212ce840600619abcf887
|
1
third-party/libutp
vendored
Submodule
1
third-party/libutp
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit fda9f4b3db97ccb243fcbed2ce280eb4135d705b
|
1
third-party/miniupnpc
vendored
Submodule
1
third-party/miniupnpc
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c6b2bdddc8930ccd2fc33bddaa306a999d0226ac
|
Loading…
Reference in a new issue