lunar-mining
|
407de37733
net: message_subscriber: renamed trigger_all to _trigger_all and clarified documentation
|
4 years ago |
aggstam
|
aff8df6a78
net/message_subscriber/notify(): added target to dispacher warning
|
4 years ago |
ghassmo
|
fe147fe8ae
more explicit names for network errors
|
4 years ago |
ghassmo
|
b9738db087
src/net: keep importing dependencies in order
|
4 years ago |
ghassmo
|
937e06ec4f
Replace HashMap with FxHashMap
|
4 years ago |
narodnik
|
7a8a10aaac
add protocol names
|
4 years ago |
narodnik
|
eb23a3cda5
remove unecessary plurals: protocols -> protocol, sessions -> session, messages -> message
|
4 years ago |
parazyd
|
f3045f80e5
Add "net" feature.
|
4 years ago |
parazyd
|
7276498e64
cargo fmt with new settings.
|
4 years ago |
parazyd
|
19727d1528
Code linting.
|
4 years ago |
parazyd
|
340631df2d
Code linting.
|
5 years ago |
rachel-rose
|
2b78f0adb2
merged src/net/error.rs with src/error.rs. deleted src/net/error and updated all code in /net to accept change
|
5 years ago |
rachel-rose
|
caaeecc36b
refactored src/error.rs to work with 'clone'. changed error macros in
|
5 years ago |
rachel-rose
|
7c9b4dc18b
completed high level docs for mod.rs on /net module and submodules /protocols and /sessions.
|
5 years ago |
rachel-rose
|
63c9bf6907
more verbose documentation edit on the message subscriber subsystem
|
5 years ago |
rachel-rose
|
95c40e4a5a
ran cargo fmt w new defaults
|
5 years ago |
rachel-rose
|
9d00c6154c
made random function private
|
5 years ago |
rachel-rose
|
ec06730e8e
fixed formatting on message subscription doc
|
5 years ago |
narodnik
|
1afc4269de
cleanup code and run cargo fmt
|
5 years ago |
rachel-rose
|
7699206e86
first draft of net module documentation is complete
|
5 years ago |
narodnik
|
6bb1f7fb28
add p2p::subscribe_channel() and improve subscriber semantics.
|
5 years ago |
narodnik
|
5934940f36
Improve code and add comments
|
5 years ago |
narodnik
|
b12d38bdc7
tidy up the code
|
5 years ago |
narodnik
|
5555f4f4a0
remove old send code and message type
|
5 years ago |
narodnik
|
70ef7b6175
fixed broken dispatch bug (command names for send were Version instead of version)
|
5 years ago |
narodnik
|
4e5b844ba9
integrate new message subsystem
|
5 years ago |
narodnik
|
1431e17a2d
trigger and propagate errors
|
5 years ago |
narodnik
|
bac61ea6ad
cargo fmt
|
5 years ago |
narodnik
|
a690df7d46
use downcast Arc trick to simplify code
|
5 years ago |
narodnik
|
be1eac9a57
new message substem, still not yet integrated with main networking code
|
5 years ago |