Commit History

Author SHA1 Message Date
  darkfi 3551ab0143 doc: update network-troubleshooting to include error reporting and dnet troubleshooting 2 years ago
  darkfi 46e8d83d85 doc: update using dnet page 2 years ago
  darkfi f0f3a9907e wallet: chatview ignore touch events scrolling when outside 2 years ago
  darkfi 453cf3f11c wallet: small aesthetic improvements to editbox 2 years ago
  darkfi 9d4bd99e55 wallet: chatview fix occassional random scroll stops. it would happen when the previous sample was too close to the last sample due to using a ringbuffer with a fixed number of samples. Now we instead use VecDeque and drop old samples based off time instead of buffer size. 2 years ago
  darkfi 8c7bbd2513 wallet: rename chatview::mouse_* props to chatview::* and remove mouse_scroll_decel since it isn't used anymore. 2 years ago
  darkfi ab8bd469cc wallet: add DEBUG_GFXAPI bool toggle 2 years ago
  darkfi 9fb2f3c541 wallet: make core update() fn absolutely non-blocking so there's 0 delay for input events. 2 years ago
  darkfi d3b0f38ed7 wallet: defer allocs in async code. we use an internal hashmap and generate random IDs rather than waiting for GL to wake up and provide us with them. 2 years ago
  darkfi abf78bea1f wallet: small changes: 2 years ago
  dasman 15c02253a8 script/evgrd: fetch successors of requested tips 2 years ago
  dasman 04063b3bb7 event_graph: add fetch_successors_of() method 2 years ago
  dasman 9718ab96e1 script/evgrd: add .gitignore 2 years ago
  dasman b127cd6efe darkwallet: add .gitignore 2 years ago
  darkfi 0cb3824544 evgrd: add missing JSON-RPC modules so dnet and deg work. 2 years ago
  darkfi ee738a1a32 evgrd: enable event graph 2 years ago
  darkfi f3937d2f0a evgrd: test client and evgrd server skeletons 2 years ago
  darkfi 407b32eb25 evgrd: add Daemon struct 2 years ago
  skoupidi e37e7ca15b src/net/protorocl/protocol_generic: minor cleanup 2 years ago
  skoupidi 2bd91cb5df src/net/protorocl/protocol_generic: minor cleanup 2 years ago
  skoupidi 4abbb1641e script/research: new generic-node example added showcasing the p2p generic protol approach 2 years ago
  skoupidi 392a26ce6a net/protocol: introduce new generic protocol acting as a message queue 2 years ago
  darkfi 8ec930df92 wallet: speed up scroll speed for chatview android 2 years ago
  darkfi 9a920d6042 doc: fix typo to publish philosophy meetings page 2 years ago
  dasman 89a2832608 doc: add python requirements installation instruction for tau 2 years ago
  dasman 94eb311bb4 tau: fix a bug that matched RefIDs instead of local IDs when RefID starts with numbers equal to local ID 2 years ago
  darkfi 15c3fab459 Cargo.lock: regenerate 2 years ago
  darkfi ad5334826f wallet: chatview scrolling good enough (for now), simplify algo to just be speed oriented. 2 years ago
  darkfi e11d2a8da1 evgrd: move from bin/ to script/ 2 years ago
  darkfi 47e24ba996 evgrd: enable p2p and eventgraph components 2 years ago