mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Update subtree URIs for ripple organization
This commit is contained in:
@@ -10,9 +10,11 @@ http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ <b
|
|||||||
|
|
||||||
## LevelDB
|
## LevelDB
|
||||||
|
|
||||||
|
Ripple's fork of LevelDB is shared by the Bitcoin reference client project.
|
||||||
|
|
||||||
Repository <br>
|
Repository <br>
|
||||||
```
|
```
|
||||||
git@github.com:vinniefalco/LevelDB.git
|
git@github.com:ripple/LevelDB.git
|
||||||
```
|
```
|
||||||
Branch
|
Branch
|
||||||
```
|
```
|
||||||
@@ -21,9 +23,11 @@ ripple-fork
|
|||||||
|
|
||||||
## websocket
|
## websocket
|
||||||
|
|
||||||
|
Ripple's fork of websocketpp has some incompatible changes and Ripple specific includes.
|
||||||
|
|
||||||
Repository
|
Repository
|
||||||
```
|
```
|
||||||
git@github.com:vinniefalco/websocketpp.git
|
git@github.com:ripple/websocketpp.git
|
||||||
```
|
```
|
||||||
Branch
|
Branch
|
||||||
```
|
```
|
||||||
@@ -32,9 +36,12 @@ ripple-fork
|
|||||||
|
|
||||||
## protobuf
|
## 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
|
Repository
|
||||||
```
|
```
|
||||||
git@github.com:vinniefalco/protobuf.git
|
git@github.com:ripple/protobuf.git
|
||||||
```
|
```
|
||||||
Branch
|
Branch
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
*/
|
*/
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
||||||
|
// VFALCO TODO Tidy this up into a RippleTime object
|
||||||
|
|
||||||
//
|
//
|
||||||
// Time support
|
// Time support
|
||||||
// We have our own epoch.
|
// We have our own epoch.
|
||||||
|
|||||||
Reference in New Issue
Block a user