solana/src
Pankaj Garg a746969995
Don't set socket as blocking in recvmmsg for non Linux targets (#2611)
* Don't set socket as blocking in recvmmsg for non Linux targets

- The user of the function is controling this flag

* added a test
2019-01-30 19:47:53 -08:00
..
accounts.rs Accounts refactoring for forking. 2019-01-30 11:36:49 -08:00
bank.rs Move virtual genesis tick into the ledger proper as entry 0 2019-01-30 14:02:07 -08:00
banking_stage.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
blob_fetch_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
bloom.rs add bloom benchmarking, perf improvement from Fnv ~= 8X (#2477) 2019-01-17 18:22:21 -08:00
broadcast_service.rs wip 2019-01-29 12:11:48 -08:00
chacha.rs remove println!, add check to keep it out (#2585) 2019-01-29 16:02:03 -08:00
chacha_cuda.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
client.rs Move src/netutil.rs into its own crate 2018-12-14 20:13:34 -08:00
cluster_info.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
compute_leader_confirmation_service.rs Inline VoteSigner::new_vote_account 2019-01-30 10:42:42 -07:00
contact_info.rs Dynamic N layer 'avalanche' broadcast and retransmit (#2058) 2019-01-02 14:16:15 +05:30
counter.rs Do not allocate for each metrics submission (#2146) 2018-12-13 16:40:00 -08:00
crds.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds_gossip.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
crds_gossip_error.rs
crds_gossip_pull.rs Switch to using hashbrown version of HashMap and (#2158) 2018-12-14 15:10:10 -08:00
crds_gossip_push.rs Switch to using hashbrown version of HashMap and (#2158) 2018-12-14 15:10:10 -08:00
crds_value.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
db_ledger.rs Move virtual genesis tick into the ledger proper as entry 0 2019-01-30 14:02:07 -08:00
db_window.rs revert revert of kill window (#2427) 2019-01-15 10:51:53 -08:00
entry.rs Use signer for signing transactions, not constructing them 2019-01-29 18:35:05 -07:00
entry_stream.rs Stream entries (#2582) 2019-01-29 00:21:27 -08:00
erasure.rs remove println!, add check to keep it out (#2585) 2019-01-29 16:02:03 -08:00
fetch_stage.rs Set fetch stage socket non blocking to false while during recv (#2542) 2019-01-24 12:46:40 -08:00
fullnode.rs Move virtual genesis tick into the ledger proper as entry 0 2019-01-30 14:02:07 -08:00
gen_keys.rs Rename the module that now contains only GenKeys 2019-01-26 06:57:24 -08:00
genesis_block.rs Genesis block is now a json file 2019-01-25 09:05:15 -08:00
gossip_service.rs DbLedger doesn't need to be mut, doesn't need an RwLock (#2215) 2018-12-18 15:18:57 -08:00
leader_scheduler.rs Inline VoteSigner::new_vote_account 2019-01-30 10:42:42 -07:00
lib.rs wip 2019-01-29 12:11:48 -08:00
local_vote_signer_service.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
packet.rs Optimize Transaction/Instruction serialization with custom routine (#2515) 2019-01-24 21:14:15 -08:00
poh.rs add some more tests (#2217) 2018-12-18 17:27:03 -08:00
poh_recorder.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
poh_service.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
recvmmsg.rs Don't set socket as blocking in recvmmsg for non Linux targets (#2611) 2019-01-30 19:47:53 -08:00
replay_stage.rs Move virtual genesis tick into the ledger proper as entry 0 2019-01-30 14:02:07 -08:00
replicator.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
result.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
retransmit_stage.rs Remove get_stake placeholder 2019-01-23 17:03:20 -08:00
rpc.rs Remove storage_state from the bank 2019-01-28 15:41:41 -08:00
rpc_mock.rs Retry rpc requests on connection failures 2019-01-15 15:30:10 -08:00
rpc_pubsub.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
rpc_request.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
runtime.rs Optimize has_duplicates() for short slices 2019-01-07 13:20:04 -07:00
service.rs
sigverify.rs Improve message-signing ergonomics 2019-01-26 14:57:22 -07:00
sigverify_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
status_deque.rs copy bank for TPU 2019-01-29 12:11:48 -08:00
storage_stage.rs create_tmp_sample_ledger() need not return the genesis block 2019-01-30 14:02:07 -08:00
streamer.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
test_tx.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
thin_client.rs create_tmp_sample_ledger() need not return the genesis block 2019-01-30 14:02:07 -08:00
tpu.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
tpu_forwarder.rs Cleanup tpu forwarder (#2377) 2019-01-10 13:34:48 -07:00
tvu.rs Stream entries (#2582) 2019-01-29 00:21:27 -08:00
vote_signer_proxy.rs Inline VoteSigner::new_vote_account 2019-01-30 10:42:42 -07:00
window.rs Make reconstruct_entries_from_blobs() support Blobs and borrowed SharedBlobs, make distinction between to_blobs and to_shared_blobs (#2270) 2018-12-22 19:30:30 -08:00
window_service.rs Make entry_sender optional on window_service 2019-01-09 15:15:47 -08:00