Vinnie Falco
|
560071bb68
|
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool.
* Various manual fixes to include paths.
|
2014-06-02 09:16:28 -07:00 |
|
Vinnie Falco
|
5db677d74d
|
Tidy up some source filenames:
* Add .unity suffix to mark unity sources
* Fix some relative include paths
|
2014-05-27 15:23:48 -07:00 |
|
Vinnie Falco
|
b2d97703c6
|
beast cleanup and tidying:
* Replace custom types with C++11 <cstdint> types
* Fix sqlite integer intos and uses
* Fix String implicit integer constructors
* Escape the enclosing namespace in sqdb
* Replace contract checks with assert
* Make many header files compile independently
* Remove the dependence on beast_core.h in many places
* Remove unused or obsolete classes and functions
* Remove unused or obsolete macros
* Remove unused network functions and files
* Remove unused or obsolete classes:
- ChildProcess
- HighResolutionTimer
- InterProcessLock
- Throw
- TrackedMutex
- UntrackedMutex
- XmlDocument
- XmlElement
|
2014-03-23 15:23:55 -07:00 |
|
Vinnie Falco
|
c2fd1215f5
|
Refactor beast::asio:
* New tools for completion handlers:
- wrap_handler provides composed io_service execution guarantees.
- bind_handler rebinds arguments to handlers.
- shared_handler type-erases any completion handler.
- buffer_sequence type-erases templated BufferSequences
- abstract_socket replaces Socket
- socket_wrapper replaces SocketWrapper
- beast::asio placeholders to work with std::bind
* Removed obsolete classes and functions
- AbstractHandler
- ComposedAsyncOperation
- SharedFunction
- SharedHandler
- SharedHandlerAllocator
- SharedHandlerPtr
- SharedHandlerType
- SocketBase
- SocketWrapperStrand
- wrapHandler
* Refactored classes to use new tools
- abstract_socket
- socket_wrapper
- HandshakeDetector
- HttpClientType
* Miscellanous tidying
- socket classes moved to beast::asio namespace
- beast asio files provide their own namespace declaration.
- Fix IsCallPossible conflicting template parameter name
- Use <boost/get_pointer.hpp> for C++11 compatibility.
- Remove extraneous include path from build environment.
|
2014-03-14 08:03:48 -07:00 |
|
Vinnie Falco
|
9b657ba224
|
Refactor RPC module:
* Move JsonPropertyStream to ripple_json
* Remove unused RPC service manager
* Recreate RPC module in app code area
* Add RPC::Manager
* Add DoPrint handler
|
2014-02-06 18:21:08 -08:00 |
|
Vinnie Falco
|
a1b958eaac
|
Validators update, add LeakChecked to Source subclasses
|
2013-10-03 19:03:38 -07:00 |
|
Vinnie Falco
|
fcd689afbf
|
Update copyright notice and licenses
|
2013-09-25 17:27:06 -07:00 |
|
Vinnie Falco
|
321898f71e
|
Add CryptoIdentifierType and RippleCryptoIdentifier Traits
|
2013-09-23 10:13:25 -07:00 |
|
Vinnie Falco
|
20b2e318eb
|
Reorganize beast modules and files
|
2013-09-23 10:13:24 -07:00 |
|
Vinnie Falco
|
a2151bfa47
|
Split HTTP::Server to its own module
|
2013-09-22 11:52:26 -07:00 |
|
Vinnie Falco
|
e3e72b3fc3
|
Split some framework classes into ripple_frame module
|
2013-09-19 21:52:21 -07:00 |
|
Vinnie Falco
|
0d2344c9a6
|
Validators work
|
2013-09-12 16:30:45 -07:00 |
|
Vinnie Falco
|
a48bcfeddb
|
Migrate validators and testoverlay to the new style of source organization
|
2013-09-11 20:05:56 -07:00 |
|