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
Age
Commit message (
Expand
)
Author
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
2025-08-07
move convInteger and convString to InMessage companion object
Edoardo La Greca
2025-08-06
add clarification to ProtocolTranslator
Edoardo La Greca
2025-08-06
add documentation and arguments to walk
Edoardo La Greca
2025-08-06
add FIDInfo
Edoardo La Greca
2025-08-06
add QID class
Edoardo La Greca
2025-08-06
use count more wisely in write
Edoardo La Greca
2025-08-06
add documentation for write
Edoardo La Greca
2025-08-06
implement write
Edoardo La Greca
2025-08-06
change version and read to use the new OutMessage and checkedInMessage
Edoardo La Greca
2025-08-06
add checkedInMessage
Edoardo La Greca
2025-08-06
fix documentation of insecInts and insecStrs in OutMessage
Edoardo La Greca
2025-08-06
add raw fields to OutMessage
Edoardo La Greca
2025-08-06
rewrite read with InMessage
Edoardo La Greca
2025-08-06
rewrite version with InMessage
Edoardo La Greca
[next]