JoelKatz
|
1e5963aeeb
|
Move some operations from the I/O queue to the Job queue
|
2014-01-07 15:57:50 -08:00 |
|
Vinnie Falco
|
087301933a
|
General refactoring, using C++11
* Remove broken RecycledObjectPool
* Fix beast::ServiceQueue using List instead of LockFreeStack
* Add class semaphore, fixes broken Semaphore
* Move crytpo module files to new beast directory
* Use c++11 replacements for boost and beast types:
- std::atomic instead of beast::Atomic
- std::function instead of boost::function, beast::function
- std::unique_ptr instead of beast::ScopedPointer
- std::shared_ptr instead of boost::shared_ptr
* Remove modules:
- beast_db
- beast_crypto
- beast_extras
* Remove unnecessary classes:
- AbstractFifo
- AddConst
- AtomicCounter
- AtomicFlag
- AtomicPointer
- AtomicState
- CopyConst
- Expression
- ForwardList
- IfCond
- Interval
- IntrusiveArray
- KeyvaDB
- PointerToOther
- PointerTraits
- RemoveConst
- RemoveConstVolatile
- RemoveReference
- RemoveVolatile
- SharedObjectArray
- SingleThreadedSharedObject
- SophiaDB factory
- SortedSet
- WeakReference
- beast::unique_ptr
|
2014-01-07 15:57:45 -08:00 |
|
Vinnie Falco
|
b660d82516
|
Make TxFormats a Meyers singleton
|
2013-11-20 10:16:46 -08:00 |
|
Vinnie Falco
|
46d3ace6b7
|
Fix JobQueue to measure waiting and run times correctly
|
2013-10-01 12:25:02 -07:00 |
|
Vinnie Falco
|
fcd689afbf
|
Update copyright notice and licenses
|
2013-09-25 17:27:06 -07:00 |
|
Vinnie Falco
|
d16aa7f928
|
Use JobQueue to process RPC-JSON asynchronously
|
2013-09-22 13:22:06 -07:00 |
|
Vinnie Falco
|
89b1859929
|
Refactor Application shutdown using new Service, AsyncService interfaces
|
2013-09-19 17:18:43 -07:00 |
|
Vinnie Falco
|
846b8e339c
|
Tidy and rename all Ripple source files
|
2013-09-13 16:58:24 -07:00 |
|