Vinnie Falco
3eae68fc34
Remove obsolete support scripts
2014-03-15 06:07:43 -07:00
Vinnie Falco
8545aee4c7
Better diagnostics for SSL certificate failures
2014-03-14 16:20:34 -07:00
Vinnie Falco
29a4f61551
Set version to 0.23.0
0.23.0
2014-03-14 13:01:23 -07:00
Vinnie Falco
6546c30e17
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
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
5478c540cb
Add std::integer_sequence C++14 compatibility
2014-03-14 07:57:20 -07:00
Vinnie Falco
e3c1375f36
Add std::integer_sequence C++14 compatibility
2014-03-14 07:57:20 -07:00
Vinnie Falco
4e357601ec
Move MultiSocket, RippleSSLContext to common module
2014-03-14 07:57:20 -07:00
Vinnie Falco
3674b01634
Add ripple::byte_view, ripple::const_byte_view
2014-03-14 07:57:20 -07:00
Vinnie Falco
b5d81f4f92
Add beast::buffer_view
2014-03-14 07:57:19 -07:00
Vinnie Falco
f66aee4e7f
Add beast::buffer_view
2014-03-14 07:57:19 -07:00
Vinnie Falco
2a99a8350f
Add C++11 noexcept compatibility for VS2013
2014-03-14 07:57:19 -07:00
Vinnie Falco
b2f06dbe3c
Add C++11 noexcept compatibility for VS2013
2014-03-14 07:57:19 -07:00
sublimator
b78076670e
Fix typos: tecMASTER_DISABLED, tecNO_REGULAR_KEY
2014-03-14 07:57:18 -07:00
sublimator
a08a0703b6
Remove Jenkins CI build status badge
...
This isn't used any more is it?
2014-03-13 21:15:13 -07:00
sublimator
f80561e6aa
Travis: disable gdb thread event logging
...
Attempt 2
2014-03-13 21:15:13 -07:00
JoelKatz
028935a254
Handle unexpected relative paths from __FILE__
...
Fixes comref#RIPD-133
2014-03-13 16:49:20 -07:00
JoelKatz
f5765b71f2
Handle unexpected relative paths from __FILE__
...
Fixes comref#RIPD-133
2014-03-13 16:49:20 -07:00
Vinnie Falco
6a6be847c0
Set version to 0.23.0-rc1
2014-03-12 19:05:08 -07:00
Nik Bougalis
4e26108a06
Protect callers of MultiSocket::remote_endpoint from exceptions
2014-03-12 13:51:00 -07:00
JoelKatz
c517d261bb
Return a sensible error for unknown inner JSON fields
2014-03-12 00:54:00 -07:00
JoelKatz
5522a23670
Don't relay old proposals.
2014-03-11 22:21:34 -07:00
JoelKatz
64345f90a8
Allow setting LedgerConsensus to TRACE
2014-03-11 22:12:48 -07:00
JoelKatz
879c0d6b78
Be less promiscuous relaying proposals
2014-03-11 21:49:46 -07:00
Nik Bougalis
2e8df429df
Expose PeerImp::start instead of requiring the use of accept/connect
2014-03-11 19:02:18 -07:00
JoelKatz
7aa1222310
Fix the "peer action" transition from syncing to full
2014-03-11 19:02:18 -07:00
JoelKatz
2b5142ee4d
Make transaction forwarding less promiscuous
2014-03-11 19:02:17 -07:00
Nik Bougalis
e8d7d339ef
Transactor refactoring:
...
- Reorganize transactor source files and VS project
- Don't expose Transactor interfaces to anyone but the TransactionEngine
- Improve compile times
- Begin using Journal
2014-03-11 19:02:17 -07:00
Nik Bougalis
5324a6d59d
Don't create a Transactor if we don't have a valid TxID
2014-03-11 19:02:17 -07:00
Nik Bougalis
569b3a46a1
Cleanups:
...
- Cleanup VotableInteger class and remove unused duplicate
- Remove obsolete function and move to std functions
- Fix typos
- Make isMemoOkay a free function
- Sanitize error returns
2014-03-11 19:02:17 -07:00
JoelKatz
fc129e43fd
Cleanup handling of expired offers
2014-03-11 19:02:16 -07:00
JoelKatz
b22a0f4a97
Ensure offer cleanup is deterministic
2014-03-11 19:02:16 -07:00
JoelKatz
cf63b5c859
Fix logging transactions that throw
2014-03-11 19:02:16 -07:00
David Schwartz
b4593a274d
Limit how many reads we defer to avoid overflowing the cache
2014-03-11 19:02:16 -07:00
David Schwartz
163daf012a
Add 'MemoData' field
2014-03-11 19:02:16 -07:00
JoelKatz
63df034bcf
Clean up job renaming
2014-03-11 19:02:16 -07:00
David Schwartz
60787be80c
Check the node store for transaction nodes with metadata
2014-03-11 19:02:15 -07:00
David Schwartz
f42ae3af21
Add ledger_data command to get full ledgers in pieces
2014-03-11 19:02:15 -07:00
David Schwartz
b1fea3c51e
Disable retrieving full state trees for non-admins.
2014-03-11 19:02:15 -07:00
David Schwartz
16d2bbd6e5
Avoid disk I/O when data 'moves' in a SHAMap
2014-03-11 19:02:15 -07:00
David Schwartz
2505a908c5
Logging reduction in PeerImp
2014-03-11 19:02:15 -07:00
Nik Bougalis
4b71673ee9
Improve validation of JSON inputs
2014-03-11 19:02:14 -07:00
Nik Bougalis
242494a9ad
Allow a server to keep no ledger history, closes #299
2014-03-11 19:02:14 -07:00
Nik Bougalis
3a684ce280
Robust HashPrefix initialization, closes #300
2014-03-11 19:02:14 -07:00
Nik Bougalis
756da7b844
Fix strUnHex parsing of odd-length strings and add unit tests
2014-03-11 19:02:14 -07:00
Nik Bougalis
9c465487ae
Cache the result of remote_endpoint at connect/accept time and use it
2014-03-11 19:02:14 -07:00
Donovan Hide
e8002a7a62
Fix ledger log warning, closes #298
2014-03-11 19:02:13 -07:00
Nik Bougalis
5a53b48026
Require a C++11 conforming compiler
2014-03-11 19:02:13 -07:00
Vinnie Falco
6df466c692
Update http code for http parser API changes
2014-03-06 21:44:29 -08:00
Vinnie Falco
b3f725d9fd
Update http code for http parser API changes
2014-03-06 21:44:29 -08:00