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
/
kotlin
/
ProtocolTranslator.kt
Age
Commit message (
Expand
)
Author
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
remove fid and qid management from Connection and return them in ProtocolTran...
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-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 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
change version to use exceptions instead of error strings
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
implement attach
Edoardo La Greca
2025-08-07
add todo in ProtocolTranslator
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 documentation for write
Edoardo La Greca
2025-08-06
implement write
Edoardo La Greca
2025-08-05
fold doc comment for ProtocolTranslator
Edoardo La Greca
2025-08-05
expand doc and change return type for read method
Edoardo La Greca
2025-08-01
change class names and do some refactoring
Edoardo La Greca