aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
...
* core: cargo clippy fix & clean up commentshozan232024-03-222
|
* core: minor modification to TaskGroup apihozan232024-03-2110
|
* core: add the option to create a new task group without providing anhozan232024-03-2018
| | | | executor & remove GlobalExecutor type
* net: add support for websocket protocolhozan232024-03-146
|
* Update README.mdhozan2024-03-131
|
* net: major cleanup and improvement of the crate apihozan232024-03-1310
|
* net: pass `Endpoint` to dial and listen functionshozan232024-03-138
|
* update the links in the README filehozan232024-03-132
|
* update dependencieshozan232024-03-136
|
* jsonrpc: extend the example in the libraryhozan232024-03-133
|
* don't ignore Cargo.lock filehozan232024-03-122
|
* upgrade from async-rustls to futures-rustlshozan232024-03-126
|
* core: use clone_from instead of dereferencing the wakerhozan232024-03-111
|
* jsonrpc: Handle client connection failures & perform general cleanuphozan232024-03-113
|
* p2p/tls_config: minor changehozan232023-12-121
|
* README: fix broken linkshozan232023-12-021
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-0261
|
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-3013
| | | | to Conn and Listener.
* net: rename `Listener` trait to `ConnListener`hozan232023-11-307
|
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-3010
|
* p2p/discovery: Select the first 8 entries from each bucket during thehozan232023-11-301
| | | | | | | | refresh process Instead of selecting random entries during the refresh process, choose the fist 8 entries from each bucket in the routing table. This ensures that only the oldest entries are refreshed.
* p2p/tls_config: add a small testhozan232023-11-292
|
* core: Move `key_pair` to the `crypto` module and make it a Cargo feature.hozan232023-11-2919
|
* net: use `bincode` derive feature to implement Encode and Deconde for Addrhozan232023-11-292
|
* p2p/protocol: improve the Protocol APIhozan232023-11-296
|
* p2p: add the `Refreshing` section to README.mdhozan232023-11-281
|
* implement TLS for inbound and outbound connectionshozan232023-11-2862
|
* 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
|