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 (
Collapse
)
Author
24 hours
change indentation for version documentation
HEAD
master
Edoardo La Greca
24 hours
add documentation and missing parameter to auth
Edoardo La Greca
5 days
add todo in ProtocolTranslator
Edoardo La Greca
5 days
delete NinePMacros.kt and replace it with ConnectionOSLike and ProtocolInitData
Edoardo La Greca
6 days
remove todos and improve documentation for ProtocolTranslator
Edoardo La Greca
14 days
update intellij settings
Edoardo La Greca
14 days
turn lib module into a library
Edoardo La Greca
14 days
remove todo list
Edoardo La Greca
2025-08-20
put todo back in auth
Edoardo La Greca
2025-08-20
fill list of files modified before switching
Edoardo La Greca
2025-08-20
temporarily comment-out PathInfo
Edoardo La Greca
2025-08-18
commit file deleted during switch
Edoardo La Greca
2025-08-18
add list of files modified before switching to multi-module structure (and ↵
Edoardo La Greca
committed anyway)
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
package
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
change intellij settings
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 ↵
Edoardo La Greca
from bytes
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 ↵
Edoardo La Greca
ProtocolTranslator methods
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
[next]