summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
24 hourschange indentation for version documentationHEADmasterEdoardo La Greca
24 hoursadd documentation and missing parameter to authEdoardo La Greca
5 daysadd todo in ProtocolTranslatorEdoardo La Greca
5 daysdelete NinePMacros.kt and replace it with ConnectionOSLike and ProtocolInitDataEdoardo La Greca
6 daysremove todos and improve documentation for ProtocolTranslatorEdoardo La Greca
14 daysupdate intellij settingsEdoardo La Greca
14 daysturn lib module into a libraryEdoardo La Greca
14 daysremove todo listEdoardo La Greca
2025-08-20put todo back in authEdoardo La Greca
2025-08-20fill list of files modified before switchingEdoardo La Greca
2025-08-20temporarily comment-out PathInfoEdoardo La Greca
2025-08-18commit file deleted during switchEdoardo La Greca
2025-08-18add list of files modified before switching to multi-module structure (and ↵Edoardo La Greca
committed anyway)
2025-08-18switch to multi-module project structureEdoardo La Greca
2025-08-12move InMessage, OutMessage, TransportLayer, and TransportLayerJavaNet to net ↵Edoardo La Greca
package
2025-08-11change types of readFunand writeFun in AuthenticatorEdoardo La Greca
2025-08-11add throws to documentation of statEdoardo La Greca
2025-08-11implement wstatEdoardo La Greca
2025-08-11remove parsing raw stat bytesEdoardo La Greca
2025-08-11add Stat constructor (that accepts raw bytes) and toRaw methodEdoardo La Greca
2025-08-11turn Stat into a regular classEdoardo La Greca
2025-08-11reflect recent changes to OutMessage in ConnectionEdoardo La Greca
2025-08-11change raw field type to ListEdoardo La Greca
2025-08-11add toRaw to QIDEdoardo La Greca
2025-08-11add checkTypeBitsEdoardo La Greca
2025-08-11turn writeInteger and writeString into convIntegerToBytes and convStringToBytesEdoardo La Greca
2025-08-11change transmit parameter type from Array to IterableEdoardo La Greca
2025-08-10change intellij settingsEdoardo La Greca
2025-08-10add todo to StatEdoardo La Greca
2025-08-10specify time measurement in StatEdoardo La Greca
2025-08-10rename DIRECTORY_BIT to DMDIREdoardo La Greca
2025-08-10move inner sub-class Permissions below constructorsEdoardo La Greca
2025-08-10implement statEdoardo La Greca
2025-08-10change field type from FileMode to FilePermissions in StatEdoardo La Greca
2025-08-10add another secondary constructor to FilePermissions to read permissions ↵Edoardo La Greca
from bytes
2025-08-10demote primary constructor to secondary in FilePermissionsEdoardo La Greca
2025-08-10add StatEdoardo La Greca
2025-08-10implement removeEdoardo La Greca
2025-08-09reword documentation of writeEdoardo La Greca
2025-08-09implement clunkEdoardo La Greca
2025-08-09implement createEdoardo La Greca
2025-08-09add FilePermissionsEdoardo La Greca
2025-08-09update instantiations of OutMessage to reflect recent changesEdoardo La Greca
2025-08-09change writeSizeType into writeSizeTypeTagEdoardo La Greca
2025-08-09fix integer sizes and add missing documentation in OutMessageEdoardo La Greca
2025-08-09add addQIDToFID method to PathInfoEdoardo La Greca
2025-08-09remove fid and qid management from Connection and return them in ↵Edoardo La Greca
ProtocolTranslator methods
2025-08-09change UnaccessibleFileException to accept a path as a list instead of a stringEdoardo La Greca
2025-08-09implement open and add FileModeEdoardo La Greca
2025-08-08change write to use exceptions instead of error stringsEdoardo La Greca