mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
ae6c262 Merge branch 'leveldb' into ripple-fork 28fa222 Looks like a bit more delay is needed to smooth the latency. a18f3e6 Tidy up JobQueue, add ripple_core module 18b245c Added GNU/kFreeBSD kernel name (TARGET_OS) git-subtree-dir: Subtrees/leveldb git-subtree-split: ae6c2620b2ef3d5c69e63dc0eda865d6a39fa061
60 lines
1.1 KiB
Markdown
60 lines
1.1 KiB
Markdown
# Subtrees
|
|
|
|
These directories come from entire outside repositories
|
|
brought in using git-subtree.
|
|
|
|
About git-subtree:
|
|
|
|
https://github.com/apenwarr/git-subtree <br>
|
|
http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ <br>
|
|
|
|
## LevelDB
|
|
|
|
Ripple's fork of LevelDB is shared by the Bitcoin reference client project.
|
|
|
|
Repository <br>
|
|
```
|
|
git@github.com:ripple/LevelDB.git
|
|
```
|
|
Branch
|
|
```
|
|
ripple-fork
|
|
```
|
|
|
|
## websocket
|
|
|
|
Ripple's fork of websocketpp has some incompatible changes and Ripple specific includes.
|
|
|
|
Repository
|
|
```
|
|
git@github.com:ripple/websocketpp.git
|
|
```
|
|
Branch
|
|
```
|
|
ripple-fork
|
|
```
|
|
|
|
## protobuf
|
|
|
|
Ripple's fork of protobuf doesn't have any actual changes, but since the upstream
|
|
repository uses SVN, we have created a Git version to use with the git-subtree command.
|
|
|
|
Repository
|
|
```
|
|
git@github.com:ripple/protobuf.git
|
|
```
|
|
Branch
|
|
```
|
|
master
|
|
```
|
|
|
|
**NOTE** Linux builds use the protobuf installed in /usr/lib. This will be
|
|
fixed in a future revision.
|
|
|
|
## SQLite
|
|
|
|
Not technically a subtree but included here because it is a direct
|
|
copy of the official SQLite distributions available here:
|
|
|
|
http://sqlite.org/download.html
|