Files
rippled/src/ripple
Vinnie Falco 5bb194cf89 PeerFinder fixes:
* Add Livecache property stream support
* Tidy up log output
* Move peer code to ripple_overlay module
* Remove or hide some Peer interfaces
* Fix asserts by removing isConnected which was not thread safe
2014-02-14 14:00:51 -08:00
..
2014-01-16 17:18:05 -05:00
2014-02-05 15:57:09 -08:00
2014-02-05 15:56:04 -08:00
2014-02-06 18:21:08 -08:00
2014-02-14 14:00:51 -08:00
2014-02-06 18:21:08 -08:00
2014-01-07 15:57:49 -08:00
2014-02-06 18:21:08 -08:00
2014-02-06 18:21:08 -08:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem