mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 13:05:53 +00:00
deploy: 3e152fec74
This commit is contained in:
@@ -381,7 +381,7 @@ $(function() {
|
||||
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keyword">auto</span> s = <a class="code hl_function" href="namespaceripple.html#adba2b6267a8c8dee787c40c2390f1dba">make_Server</a>(handler, <a class="code hl_friend" href="classbeast_1_1unit__test_1_1suite.html#adb314a48b19f4325e5e69e8a60091fce">thread</a>.get_io_service(), journal);</div>
|
||||
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<Port></a> serverPort(1);</div>
|
||||
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().ip =</div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> beast::IP::Address::from_string(<a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>()),</div>
|
||||
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> beast::IP::Address::from_string(<a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>()),</div>
|
||||
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().port = 0;</div>
|
||||
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().protocol.insert(<span class="stringliteral">"http"</span>);</div>
|
||||
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <span class="keyword">auto</span> eps = s->ports(serverPort);</div>
|
||||
@@ -456,7 +456,7 @@ $(function() {
|
||||
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keyword">auto</span> s = <a class="code hl_function" href="namespaceripple.html#adba2b6267a8c8dee787c40c2390f1dba">make_Server</a>(h, <a class="code hl_friend" href="classbeast_1_1unit__test_1_1suite.html#adb314a48b19f4325e5e69e8a60091fce">thread</a>.get_io_service(), journal);</div>
|
||||
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<Port></a> serverPort(1);</div>
|
||||
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().ip =</div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> beast::IP::Address::from_string(<a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>()),</div>
|
||||
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> beast::IP::Address::from_string(<a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>()),</div>
|
||||
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().port = 0;</div>
|
||||
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> serverPort.<a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/container/vector/back.html">back</a>().protocol.insert(<span class="stringliteral">"http"</span>);</div>
|
||||
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> s->ports(serverPort);</div>
|
||||
@@ -489,7 +489,7 @@ $(function() {
|
||||
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> *<span class="keyword">this</span>,</div>
|
||||
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#a7a4caa0465c555c5c59ce7c0d0d48d78">envconfig</a>([](<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<Config></a> cfg) {</div>
|
||||
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> (*cfg).deprecatedClearSection(<span class="stringliteral">"port_rpc"</span>);</div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> <span class="keywordflow">return</span> cfg;</div>
|
||||
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> }),</div>
|
||||
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> std::make_unique<CaptureLogs>(&messages)};</div>
|
||||
@@ -502,7 +502,7 @@ $(function() {
|
||||
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> *<span class="keyword">this</span>,</div>
|
||||
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#a7a4caa0465c555c5c59ce7c0d0d48d78">envconfig</a>([](<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<Config></a> cfg) {</div>
|
||||
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> (*cfg).deprecatedClearSection(<span class="stringliteral">"port_rpc"</span>);</div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"port"</span>, <span class="stringliteral">"0"</span>);</div>
|
||||
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> <span class="keywordflow">return</span> cfg;</div>
|
||||
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> }),</div>
|
||||
@@ -530,7 +530,7 @@ $(function() {
|
||||
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span> *<span class="keyword">this</span>,</div>
|
||||
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span> <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#a7a4caa0465c555c5c59ce7c0d0d48d78">envconfig</a>([](<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<Config></a> cfg) {</div>
|
||||
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"> 454</span> (*cfg).deprecatedClearSection(<span class="stringliteral">"port_rpc"</span>);</div>
|
||||
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"> 455</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"> 456</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"port"</span>, <span class="stringliteral">"8081"</span>);</div>
|
||||
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"> 457</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"protocol"</span>, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"> 458</span> <span class="keywordflow">return</span> cfg;</div>
|
||||
@@ -557,17 +557,17 @@ $(function() {
|
||||
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"> 479</span> <a class="code hl_function" href="structripple_1_1ConfigSection.html#a683114c5bbff808d0b15bd6a4283dff4">ConfigSection::importNodeDatabase</a>());</div>
|
||||
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"> 480</span> cfg->legacy(<span class="stringliteral">"database_path"</span>, <span class="stringliteral">""</span>);</div>
|
||||
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span> cfg->setupControl(<span class="keyword">true</span>, <span class="keyword">true</span>, <span class="keyword">true</span>);</div>
|
||||
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> (*cfg)[<span class="stringliteral">"port_peer"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> (*cfg)[<span class="stringliteral">"port_peer"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span> (*cfg)[<span class="stringliteral">"port_peer"</span>].set(<span class="stringliteral">"port"</span>, <span class="stringliteral">"8080"</span>);</div>
|
||||
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"> 484</span> (*cfg)[<span class="stringliteral">"port_peer"</span>].set(<span class="stringliteral">"protocol"</span>, <span class="stringliteral">"peer"</span>);</div>
|
||||
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"> 485</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"> 486</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"port"</span>, <span class="stringliteral">"8081"</span>);</div>
|
||||
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"> 487</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"protocol"</span>, <span class="stringliteral">"http,ws2"</span>);</div>
|
||||
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"admin"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"> 488</span> (*cfg)[<span class="stringliteral">"port_rpc"</span>].set(<span class="stringliteral">"admin"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"> 489</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"ip"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"> 490</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"port"</span>, <span class="stringliteral">"8082"</span>);</div>
|
||||
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"> 491</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"protocol"</span>, <span class="stringliteral">"ws"</span>);</div>
|
||||
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"admin"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"> 492</span> (*cfg)[<span class="stringliteral">"port_ws"</span>].set(<span class="stringliteral">"admin"</span>, <a class="code hl_function" href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">getEnvLocalhostAddr</a>());</div>
|
||||
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"> 493</span> <span class="keywordflow">return</span> cfg;</div>
|
||||
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"> 494</span> }),</div>
|
||||
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"> 495</span> std::make_unique<CaptureLogs>(&messages)};</div>
|
||||
@@ -674,8 +674,8 @@ $(function() {
|
||||
<div class="ttc" id="anamespacebeast_html"><div class="ttname"><a href="namespacebeast.html">beast</a></div><div class="ttdef"><b>Definition:</b> <a href="base__uint_8h_source.html#l00662">base_uint.h:662</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1test_1_1jtx_html_a7a4caa0465c555c5c59ce7c0d0d48d78"><div class="ttname"><a href="namespaceripple_1_1test_1_1jtx.html#a7a4caa0465c555c5c59ce7c0d0d48d78">ripple::test::jtx::envconfig</a></div><div class="ttdeci">std::unique_ptr< Config > envconfig()</div><div class="ttdoc">creates and initializes a default configuration for jtx::Env</div><div class="ttdef"><b>Definition:</b> <a href="envconfig_8h_source.html#l00054">envconfig.h:54</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1test_html_a062304a16d62ebcfe16175d2f95e42e5"><div class="ttname"><a href="namespaceripple_1_1test.html#a062304a16d62ebcfe16175d2f95e42e5">ripple::test::socket_type</a></div><div class="ttdeci">boost::beast::tcp_stream socket_type</div><div class="ttdef"><b>Definition:</b> <a href="Server__test_8cpp_source.html#l00046">Server_test.cpp:46</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1test_html_a6f80b458641a965ec56b21ef0106408e"><div class="ttname"><a href="namespaceripple_1_1test.html#a6f80b458641a965ec56b21ef0106408e">ripple::test::getEnvLocalhostAddr</a></div><div class="ttdeci">const char * getEnvLocalhostAddr()</div><div class="ttdef"><b>Definition:</b> <a href="envconfig_8h_source.html#l00036">envconfig.h:36</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1test_html_a8b2e17fc6e9cbb2ef3f8e1316d7d7dbc"><div class="ttname"><a href="namespaceripple_1_1test.html#a8b2e17fc6e9cbb2ef3f8e1316d7d7dbc">ripple::test::stream_type</a></div><div class="ttdeci">boost::beast::ssl_stream< socket_type > stream_type</div><div class="ttdef"><b>Definition:</b> <a href="Server__test_8cpp_source.html#l00047">Server_test.cpp:47</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1test_html_ad454fc1e1183106ecfeeaf41343d5ddf"><div class="ttname"><a href="namespaceripple_1_1test.html#ad454fc1e1183106ecfeeaf41343d5ddf">ripple::test::getEnvLocalhostAddr</a></div><div class="ttdeci">char const * getEnvLocalhostAddr()</div><div class="ttdef"><b>Definition:</b> <a href="envconfig_8h_source.html#l00036">envconfig.h:36</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00026">algorithm.h:26</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa265217edeb8282e636c78b50049f4c0"><div class="ttname"><a href="namespaceripple.html#aa265217edeb8282e636c78b50049f4c0">ripple::http_request_type</a></div><div class="ttdeci">boost::beast::http::request< boost::beast::http::dynamic_body > http_request_type</div><div class="ttdef"><b>Definition:</b> <a href="Handoff_8h_source.html#l00032">Handoff.h:33</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aad512dea42da4cc179f20c67de593c26ae3cc92c14a5e6dd1a7d94b6ff634d7fc"><div class="ttname"><a href="namespaceripple.html#aad512dea42da4cc179f20c67de593c26ae3cc92c14a5e6dd1a7d94b6ff634d7fc">ripple::AttestationMatch::match</a></div><div class="ttdeci">@ match</div></div>
|
||||
|
||||
Reference in New Issue
Block a user