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
/
main
Age
Commit message (
Expand
)
Author
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
2025-08-07
add RErrorException
Edoardo La Greca
2025-08-07
add clarification in ProtocolTranslator documentation
Edoardo La Greca
2025-08-07
implement flush
Edoardo La Greca
2025-08-07
add genFID to PathInfo
Edoardo La Greca
2025-08-07
implement attach
Edoardo La Greca
2025-08-07
change methods in PathInfo
Edoardo La Greca
2025-08-07
add walk and change fids to pathInfo in Connection
Edoardo La Greca
2025-08-07
add todo in ProtocolTranslator
Edoardo La Greca
2025-08-07
turn FIDInfo into PathInfo
Edoardo La Greca
2025-08-07
fix QID constructor and remove todo
Edoardo La Greca
2025-08-07
change visibility to writeInteger and writeString in OutMessage
Edoardo La Greca
2025-08-07
add missing write calls in OutMessage objects
Edoardo La Greca
2025-08-07
move writeInteger and writeString to OutMessage companion object
Edoardo La Greca
[next]