summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2025-08-11change transmit parameter type from Array to IterableEdoardo 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 from...Edoardo La Greca
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 ProtocolTran...Edoardo La Greca
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
2025-08-08change read to use exceptions instead of error stringsEdoardo La Greca
2025-08-08change walk to use exceptions instead of error stringsEdoardo La Greca
2025-08-08add UnaccessibleFileExceptionEdoardo La Greca
2025-08-07change attach to use exceptions instead of error stringsEdoardo La Greca
2025-08-07change flush to use exceptions instead of error stringsEdoardo La Greca
2025-08-07move UnresolvableHostException to except packageEdoardo La Greca
2025-08-07move UnknownVersionException to except packageEdoardo La Greca
2025-08-07move RErrorException to except packageEdoardo La Greca
2025-08-07move MsizeValueTooBigException to except packageEdoardo La Greca
2025-08-07move InvalidMessageException to except packageEdoardo La Greca
2025-08-07move FailedAuthenticationException to except packageEdoardo La Greca
2025-08-07add MsizeValueTooBigException and UnknownVersionExceptionEdoardo La Greca
2025-08-07change version to use exceptions instead of error stringsEdoardo La Greca
2025-08-07change checkedInMessage to throw exceptions instead of returning errorsEdoardo La Greca
2025-08-07add RErrorExceptionEdoardo La Greca
2025-08-07add clarification in ProtocolTranslator documentationEdoardo La Greca
2025-08-07implement flushEdoardo La Greca
2025-08-07add genFID to PathInfoEdoardo La Greca
2025-08-07implement attachEdoardo La Greca
2025-08-07change methods in PathInfoEdoardo La Greca
2025-08-07add walk and change fids to pathInfo in ConnectionEdoardo La Greca
2025-08-07add todo in ProtocolTranslatorEdoardo La Greca
2025-08-07turn FIDInfo into PathInfoEdoardo La Greca
2025-08-07fix QID constructor and remove todoEdoardo La Greca
2025-08-07change visibility to writeInteger and writeString in OutMessageEdoardo La Greca
2025-08-07add missing write calls in OutMessage objectsEdoardo La Greca
2025-08-07move writeInteger and writeString to OutMessage companion objectEdoardo La Greca