Files
xahaud/src/ripple
seelabs d0ef2f7dd8 Use soci in some places:
* Brings the soci subtree into rippled.
* Validator, peerfinder, and SHAMapStore use new soci backend.
* Optional postgresql backend for soci (if POSTGRESQL_ROOT env var is set).
2015-03-18 19:37:08 -07:00
..
2015-03-18 19:37:08 -07:00
2015-03-16 20:54:15 -04:00
2015-03-18 19:37:08 -07:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-03-02 17:40:12 -05:00
2015-03-18 19:37:08 -07:00
2015-03-18 19:37:08 -07:00
2015-03-16 20:54:17 -04:00
2015-02-23 14:36:34 -05:00
2015-03-16 20:54:06 -04:00
2015-03-02 16:49:56 -05:00
2015-03-18 19:37:08 -07:00
2015-03-18 19:37:08 -07:00
2015-02-28 14:57:38 -05: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