Commit History

Author SHA1 Message Date
  Dastan-glitch 7f2fd9da43 bin/tau: add necessery async trait 3 years ago
  Dastan-glitch b4f5851969 bin/darkirc: add necessery async trait 3 years ago
  y f6d1915556 zkas: fix index out of bounds panic 3 years ago
  y 5ac92e3093 fuzz: improve readme and corpora wording 3 years ago
  y 7c1cd791f2 Add out-of-memory crash to corpora 3 years ago
  y bc16b6c475 Add instructions for building the fuzzing corpus 3 years ago
  y 382205ad81 Add fuzzer for ZkBinary::decode() 3 years ago
  y a12510e6e1 bot: muskify twitter references (untested) 3 years ago
  y 9ff94cde44 doc: add fuzz instructions to Contributing 3 years ago
  lunar-mining cd9cb7b6de dnetview: remove dnetview from /bin and Cargo.toml 3 years ago
  lunar-mining a378f9a761 doc: remove dchat from summary 3 years ago
  x 1575d21f6c doc: add missing lines in prev commit 3 years ago
  x 6dcf6a6d6a doc: add services page 3 years ago
  parazyd 2291a2bc90 lib: Minor clippy lints. 3 years ago
  parazyd 2d0e3b0d89 lib: Clean up imports 3 years ago
  parazyd 481066de2f tests/network-transports: Add example of (de)serializing directly to streams. 3 years ago
  parazyd 98703d361a lib: Add necessary traits around for async serial. 3 years ago
  parazyd 75cb654068 serial: Introduce full async serialization support. 3 years ago
  parazyd dfdb4c0d5e darkfi-derive: Apply changes for internal Async{Encodable,Decodable} derive. 3 years ago
  parazyd e6fd1d5221 darkfi-derive-internal: Add support for Async{Encodable,Decodable} derive. 3 years ago
  x a53e84f5ea hosts: make quarantine_limit a configurable setting 3 years ago
  x 61c269f776 net/outbound_session: start() doesnt return Err so remove error handling and result 3 years ago
  x 2db408de14 p2p: greatly simplify & delet kod. p2p doesnt need a StoppableTask - the sessions themselves create their own StoppableTasks when calling start() and yield immediately. 3 years ago
  x 21df1a2f52 add assert_err macro 3 years ago
  x d4ba515f7d net: remove p2p.run(), now we simply call p2p.start() and p2p.stop() 3 years ago
  x a2ae02ad9f net: reorganize code of outbound session into individual separated slots 3 years ago
  x 2e1bc56371 net: remove redundant check, the prev line does p2p.exists(host). All sessions should add to this list through Session::perform_handshake_protocols() 3 years ago
  x 68d51f794a net/hosts: rename load_*/get_* to fetch_*. We are doing an async get, so fetch more accurately conveys meaning here 3 years ago
  parazyd fe215e632c fuzz: Add zkas Lexer fuzzer. 3 years ago
  parazyd 576a20e057 zkas: Propagate io::Result instead of aborting on errors. 3 years ago