index
:
ninekt
master
A Kotlin library for 9P, targeting the JVM.
Edoardo La Greca
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-08-18
switch to multi-module project structure
Edoardo La Greca
2025-08-12
move InMessage, OutMessage, TransportLayer, and TransportLayerJavaNet to net ...
Edoardo La Greca
2025-08-11
change types of readFunand writeFun in Authenticator
Edoardo La Greca
2025-08-11
add throws to documentation of stat
Edoardo La Greca
2025-08-11
implement wstat
Edoardo La Greca
2025-08-11
remove parsing raw stat bytes
Edoardo La Greca
2025-08-11
add Stat constructor (that accepts raw bytes) and toRaw method
Edoardo La Greca
2025-08-11
turn Stat into a regular class
Edoardo La Greca
2025-08-11
reflect recent changes to OutMessage in Connection
Edoardo La Greca
2025-08-11
change raw field type to List
Edoardo La Greca
2025-08-11
add toRaw to QID
Edoardo La Greca
2025-08-11
add checkTypeBits
Edoardo La Greca
2025-08-11
turn writeInteger and writeString into convIntegerToBytes and convStringToBytes
Edoardo La Greca
2025-08-11
change transmit parameter type from Array to Iterable
Edoardo La Greca
2025-08-10
add todo to Stat
Edoardo La Greca
2025-08-10
specify time measurement in Stat
Edoardo La Greca
2025-08-10
rename DIRECTORY_BIT to DMDIR
Edoardo La Greca
2025-08-10
move inner sub-class Permissions below constructors
Edoardo La Greca
2025-08-10
implement stat
Edoardo La Greca
2025-08-10
change field type from FileMode to FilePermissions in Stat
Edoardo La Greca
2025-08-10
add another secondary constructor to FilePermissions to read permissions from...
Edoardo La Greca
2025-08-10
demote primary constructor to secondary in FilePermissions
Edoardo La Greca
2025-08-10
add Stat
Edoardo La Greca
2025-08-10
implement remove
Edoardo La Greca
2025-08-09
reword documentation of write
Edoardo La Greca
2025-08-09
implement clunk
Edoardo La Greca
2025-08-09
implement create
Edoardo La Greca
2025-08-09
add FilePermissions
Edoardo La Greca
2025-08-09
update instantiations of OutMessage to reflect recent changes
Edoardo La Greca
2025-08-09
change writeSizeType into writeSizeTypeTag
Edoardo La Greca
2025-08-09
fix integer sizes and add missing documentation in OutMessage
Edoardo La Greca
2025-08-09
add addQIDToFID method to PathInfo
Edoardo La Greca
2025-08-09
remove fid and qid management from Connection and return them in ProtocolTran...
Edoardo La Greca
2025-08-09
change UnaccessibleFileException to accept a path as a list instead of a string
Edoardo La Greca
2025-08-09
implement open and add FileMode
Edoardo La Greca
2025-08-08
change write to use exceptions instead of error strings
Edoardo La Greca
2025-08-08
change read to use exceptions instead of error strings
Edoardo La Greca
2025-08-08
change walk to use exceptions instead of error strings
Edoardo La Greca
2025-08-08
add UnaccessibleFileException
Edoardo La Greca
2025-08-07
change attach to use exceptions instead of error strings
Edoardo La Greca
2025-08-07
change flush to use exceptions instead of error strings
Edoardo La Greca
2025-08-07
move UnresolvableHostException to except package
Edoardo La Greca
2025-08-07
move UnknownVersionException to except package
Edoardo La Greca
2025-08-07
move RErrorException to except package
Edoardo La Greca
2025-08-07
move MsizeValueTooBigException to except package
Edoardo La Greca
2025-08-07
move InvalidMessageException to except package
Edoardo La Greca
2025-08-07
move FailedAuthenticationException to except package
Edoardo La Greca
2025-08-07
add MsizeValueTooBigException and UnknownVersionException
Edoardo La Greca
2025-08-07
change version to use exceptions instead of error strings
Edoardo La Greca
2025-08-07
change checkedInMessage to throw exceptions instead of returning errors
Edoardo La Greca
[next]