Files
rippled/src/ripple
Vinnie Falco 549ad3204f Fix race conditions closing HTTP I/O objects:
This fixes a case where stop can sometimes skip calling close on some
I/O objects or crash in a rare circumstance where a connection is in the
process of being torn down at the exact time the server is stopped. When
the acceptor receives errors, it logs the error and continues listening
instead of stopping.
2014-11-03 14:11:06 -08:00
..
2014-10-31 15:15:40 -07:00
2014-10-29 19:23:52 -07:00
2014-09-04 16:11:44 -07:00
2014-10-31 13:25:54 -07:00
2014-11-02 07:16:08 -08:00
2014-11-03 14:11:05 -08:00
2014-11-03 14:11:05 -08:00
2014-10-15 19:39:30 -04: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