Files
rippled/src/ripple
Mark Travis 5b0109055d Skip inefficent SQL query (RIPD-870):
For large data sets the JOIN may not make forward progress in time.
This prevents the deletion of those entries in the database during
online delete. The number of such entries is very small compared to
the total size of the data anyway. A future version will address
this more thoroughly.
2015-04-24 17:21:27 -07:00
..
2015-04-24 17:21:27 -07:00
2015-03-02 16:49:56 -05:00
2014-09-04 16:11:44 -07:00
2015-04-20 15:54:09 -07:00
2015-04-23 16:47:23 -04:00
2015-03-19 07:41:57 -07:00
2015-04-23 16:47:23 -04:00
2015-04-23 16:47:23 -04:00
2015-03-18 19:39:26 -07: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