aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
...
* update README.mdhozan232023-11-234
|
* general clean ups for the docshozan232023-11-2311
|
* github/workflows/docs: use `master` branchhozan232023-11-221
|
* README: add online docs in docs sectionhozan232023-11-222
|
* add docs.yml github workflowhozan232023-11-222
|
* add Docs section to README.md file & add an example to p2p cratehozan232023-11-224
|
* p2p: Improve error handling during handshake:hozan232023-11-228
| | | | | | | | | | Introduce a new entry status, INCOMPATIBLE_ENTRY. Entries with this status will not increase the failure attempts, instead, they will persist in the routing table until replaced by a new peer. This feature is useful for seeding and the lookup process. Add a boolean value to the VerAck message to indicate whether the version is accepted or not.
* jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiterhozan232023-11-214
|
* Update README.mdhozan2023-11-211
|
* jsonrpc/codec: rename `max_allowed_msg_size` to `max_allowed_buffer_size`hozan232023-11-202
|
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-208
|
* jsonrpc: move RPCService to separate modulehozan232023-11-203
|
* add thanks section to the README.md filehozan232023-11-201
|
* update README.mdhozan232023-11-201
|
* jsonrpc: minor changes to the README filehozan2023-11-191
|
* update github actionhozan232023-11-191
|
* update README.mdhozan232023-11-192
|
* karyons p2p: add README.mdhozan232023-11-192
|
* karyons jsonrpc implementationhozan232023-11-1912
|
* net: improve Conn APIhozan232023-11-197
|
* github/workflows: remove `--all` flaghozan232023-11-181
|
* clean up error module and use `transparent` attributehozan232023-11-183
|
* p2p/peer_pool: minor changehozan232023-11-171
|
* p2p: avoid doing too much locking and unlocking for the routing table mutexhozan232023-11-172
|
* Remove matrix link from README.mdhozan2023-11-171
|
* Update discord linkhozan2023-11-171
|
* Update README.mdhozan2023-11-161
|
* improve the TaskGroup APIhozan232023-11-1523
| | | | | | | | | | | the TaskGroup now holds an Executor instead of passing it when calling its spawn method also, define a global executor `Executor<'static>` and use static lifetime instead of a lifetime placeholder This improvement simplify the code for spawning a new task. There is no need to pass the executor around.
* p2p/message: minor change to get_msg_payload macrohozan232023-11-131
|
* core: enhance the CondWait test coveragehozan232023-11-121
|
* p2p: remove net directoryhozan232023-11-1211
|
* p2p: use VecDeque for connection queuehozan232023-11-101
|
* fix a broken link in READMEhozan2023-11-091
|
* delete unused dependencies from net cratehozan232023-11-092
|
* rename crateshozan232023-11-0960
|
* karyons_p2p/examples: disable panes synchronisation when running peers in tmuxhozan232023-11-081
|
* Update README.mdhozan2023-11-081
|
* Create LICENSEhozan2023-11-081
|
* first commithozan232023-11-0863