Files
xahaud/src/ripple
Vinnie Falco fa11071443 Enable asynchronous handling of HTTP-RPC (RIPD-390)
* Activate async code path
* Tidy up HTTP server code
* Use shared_ptr in HTTP server
* Remove check for unspecified IP
* Remove hairtrigger
* Fix missing HTTP authorization check
* Fix multisocket flags in RPC-HTTP server
* Fix authorization failure when no credentials required
* Addresses RIPD-159, RIPD-161, RIPD-390
2014-07-24 20:22:55 -07:00
..
2014-06-03 21:43:59 -07:00
2014-07-15 13:03:40 -07:00
2014-06-03 21:43:59 -07:00
2014-06-15 18:26:50 -07:00
2014-06-03 21:43:59 -07:00
2014-07-15 21:16:42 -07:00
2014-06-15 18:26:50 -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