remove nixos stuff
replace build.sh with a makefile (thanks mkf)
always set iounit to 0; trace msize
9pex: use size, dev and ino in addition to ctim to set qid version
reformat, build with -O2
9gc: disable Nagle
9gc: ignore empty lines (thanks grobe0ba)
build.sh: remove -fms-extensions, which is not needed anymore (thanks grobe0ba)
9gc: check calloc result
9gc: fix socket leak
9pex: fixes for two (unlikely but) possible memory leaks
9pex: make it build on mac os x and netbsd ([ac]tim → [ac]timespec translation), thanks grimmware
ignore "ping" walks
9gc: disable batching of T-messages (make it work with unionfs)
9gc: make sure s is never NULL in ctxregistryR loop
9pex: remove useless assignment
9pex: remove unused var
9gc: remove useless assignment
9gc: print getaddrinfo error if any
Squashed 'c9/' changes from 96d3672..3196726
Merge branch 'master' of ssh://git.sr.ht/~ft/9pro
disable registry in a better way
9pex: fix up modes, prepare to add writing support
Merge commit '249ff28f6199e0562c5630f6dd0d17da261db4c9'
Squashed 'c9/' changes from d24ba61..96d3672
ah shit. here we go again
9gc: add the option to getopt call
9gc: const char
9gc: add -c option to specify alternative channel name
use temporary chat srv by kvik
bring back propet retries
actually make it work
fall back to a know hostname
do not use anonymous struct member
use st_[ac]tim
strip control chars
update nixos package file
9pex: fix freeing wrong memory
9pex: fix dir reading
9pex: add -e option to allow escaping root
9gc: don't remove Joined flag after disconnect/error
9gc: retry more quitely, more times. hide reconnects entirely
9gc: try reconnecting
9gc: ctxread: print the error
9gc: ping/pong walk: use zero elements path
Merge commit '96a53db2e0c0e981310e96fc2f44aad3fb94f98a'
Squashed 'c9/' changes from a9bd8e3..d24ba61
9gc: change ping-pong to a walk request/response
9gc: do a dummy read each 10 second of inactivity, hoping for Android to not close the socket
9gc: add options to parg call
9gc: add -e to disable echo
9gc: no \r, that's dumb
9gc: exit when stdin is broken; print \r before every message is sent
9gc: add netinet/in.h
9gc: don't print 'JOINED ...' by default
9gc: exit if no chat found
add 9gridchan client
Merge commit '7cc378295d8b77875eda7b149bbcea7c318340d6' as 'c9'
Squashed 'c9/' content from commit a9bd8e3
add docs to run 9pex on NixOS
in case of a broken symlink call fstatat on the link itself, not the reference
proper signal handling
assume write/read might have to be called more than once; ignore SIGPIPE in favor of EPIPE errno
handle permission bits
fix wrong qid type in some cases
store uid->name and gid->name in memory
crc32: don't need stdio anymore
qid.version: crc32 inode's ctime instead of using mtime
more verbose traces for Rread and Ropen
with -d -d show when the data is sent to the client
process all the incoming data first, then send out the responses
c99, ms-extensions, _DEFAULT_SOURCE
make it easier to compile static binaries with musl
when s9error fails, it's not a trace
add options to 9pex
Merge commit '7a5505a05daf936473c9c6ee0a1d442ac1a920e0' as 'parg'
Squashed 'parg/' content from commit 97f3a07
Merge commit 'f9600150b0e967e3edc95944b0a127f596b1de62'
Squashed 'c9/' changes from 8a22517..d7520a6
check s9readdir return code
trace for regular file read
Squashed 'c9/' changes from 24bfa2e..8a22517
Squashed 'c9/' content from commit 24bfa2e
add pull subtree script
9pex: don't compile the client