fix errors reading and writing universe
Iris Lightshard nilix@nilfm.cc
finished adding random/scope functions, universe isn't writing...
Iris Lightshard nilix@nilfm.cc
implement chunk paging, moved some functions out of xrxs.c into user.c
Iris Lightshard nilix@nilfm.cc
use libString insead of static character arrays where useful, added some data structure stuff for realm master, random, and scope
Iris Lightshard nilix@nilfm.cc
README: consistency
Iris Lightshard nilix@nilfm.cc
added chunking/paging info to the spec
Iris Lightshard nilix@nilfm.cc
added new aux types: SCOPE, RANDOM, GRANDOM; updated spec
Iris Lightshard nilix@nilfm.cc
move realms under carts (realms per cart) and got carts realms and universes working
Iris Lightshard nilix@nilfm.cc
implemented some more functions and started putting it all together... realms aren't being saved on leaving; something's up
Iris Lightshard nilix@nilfm.cc
implemented functions for Universe and some for Realm; fixed find_cart()
Iris Lightshard nilix@nilfm.cc
refined some types, implemented byte/char reading from files, and implemented some cartridge functions
Iris Lightshard nilix@nilfm.cc
added MIT license and created headers and code files for all the types
Iris Lightshard nilix@nilfm.cc
add skeleton functions for write_ctl with documentation, tweak users table
Iris Lightshard nilix@nilfm.cc
self is always first in users list; implement logout
Iris Lightshard nilix@nilfm.cc
fix typos and tested writing to ctl from uxn. it works!
Iris Lightshard nilix@nilfm.cc
fix README
Iris Lightshard nilix@nilfm.cc
implement users table and users_read()
Iris Lightshard nilix@nilfm.cc
fixed a typo
Iris Lightshard nilix@nilfm.cc
update DESIGN document, put skeleton code in place
Iris Lightshard nilix@nilfm.cc
we can write to ctl; thanks sigrid :)
Iris Lightshard nilix@nilfm.cc
trying to write to ctl file
Iris Lightshard nilix@nilfm.cc
serve simple file directories over 9p
Iris Lightshard nilix@nilfm.cc
writerf(): write data to ramfile from serverside
Iris Lightshard nilix@nilfm.cc
playing with ramfs implemenatation
Iris Lightshard nilix@nilfm.cc
design notes on 9p directory structure
Iris Lightshard nilix@nilfm.cc
remove old files on build; fix fsread() a little bit; add options for different service models
Iris Lightshard nilix@nilfm.cc
first commit -- hello from 9p
Iris Lightshard nilix@nilfm.cc