epiphany
|
204216a3df
fu: subscribe in `put()`, improve outputs
|
1 год назад |
epiphany
|
d6fbcfe843
fud/rpc: add addresses to `list_seeders` response
|
1 год назад |
epiphany
|
49c3575e7b
fud: add put task, add `InsertError` and `InsertCompleted` events
|
1 год назад |
darkfi
|
5a261ceb83
app/gfx: use Gfx prefix for internal identifiers, swapping place with external identifiers that currently use it
|
1 год назад |
darkfi
|
bf89cc7da8
app: make video load frames in a thread but wait on it so it can be ez parallelized after
|
1 год назад |
epiphany
|
7fcf56b8c0
fud: fix single-chunk file integrity check
|
1 год назад |
epiphany
|
eeeb1ceabc
fud: fix electrum nodes shuffle
|
1 год назад |
darkfi
|
a2121d7cf5
app: animated vids working for desktop but slow init time (need to stream)
|
1 год назад |
darkfi
|
a123bc0556
app: add AbstractAnimation with a SequenceAnimation impl, and a Video node type (mostly stubs/untested for now)
|
1 год назад |
epiphany
|
d34113e8a5
fud, dht: add a PoW to fud for node ID generation
|
1 год назад |
darkfi
|
1052333fd4
app: fix external bluetooth keyboards for android
|
1 год назад |
darkfi
|
24c3ff434b
app: fix test schema for recent changes
|
1 год назад |
darkfi
|
d5ba922c37
doc: remove section on hiring
|
1 год назад |
darkfi
|
fd7c900f2d
app: android fix invisible number input bug
|
1 год назад |
darkfi
|
a36dfb84e6
app: on linux allow specifying x11 or wayland backend explicitly using CLI args
|
1 год назад |
darkfi
|
aea0908463
app: fix net module compile err
|
1 год назад |
darkfi
|
6f233ee7b6
app: add debug str to gfx batches
|
1 год назад |
darkfi
|
a9a68782f6
app: switch user APIs from foo(self: Arc<Self>, ...) to foo(self: &Arc<Self>, ...) due to new rust stable feature
|
1 год назад |
darkfi
|
2e08439001
app: cleanup and make some further fixes
|
1 год назад |
darkfi
|
85001243ff
app: update Cargo.lock
|
1 год назад |
darkfi
|
c4731e725d
app: make UI jankless by making all updates truly atomic └(^o^ )X( ^o^)┘
|
1 год назад |
darkfi
|
06861f5655
app: only import native::egl when using android
|
1 год назад |
darkfi
|
ffd44686b9
app: use a Mutex<Vec> + thread to merge render_api incoming requests queue with the main render loop update(). Once update() is called, we take the stack from the Vec and process it.
|
1 год назад |
darkfi
|
ccb3e8e9bc
app: outbound conns = 1, inbound = 0
|
1 год назад |
darkfi
|
228362ba30
app: locale loading using the miniquad asset manager rather than filesystem (which works for accessing APK assets on android)
|
1 год назад |
darkfi
|
06f6b56799
app: Cargo.lock
|
1 год назад |
darkfi
|
3202d51b38
darkirc: fix Dockerfile for android builds
|
1 год назад |
oars
|
01f2cd1173
bin/darkirc/irc/client: fix bug with split and join of raw IRC message in process_client resulting in replacement of multiple whitespace chars with one whitespace char in PRIVMSG message text part. this solution splits the messages into predefined parts thus keeping the message part of the PRIVMSG message as whole
|
1 год назад |
darkfi
|
dbed68f981
app: load translations from disk
|
1 год назад |
darkfi
|
b6c9e446d2
app: gfx RenderApi rename method_req/method_rep to method_send/method_recv since it no longer replies anything (just unidirectional pipe)
|
1 год назад |