ObjFW  Check-in [31e602a476]

Overview
Comment:Add OFURLHandler
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 31e602a476d0c2a087686c5f3c0346732ba7c3798692842bf1fb7ced387e947d
User & Date: js on 2017-11-13 01:18:34
Other Links: manifest | tags
Context
2017-11-13
01:42
Fix -[OFURL fileURLWithPath:] on Windows check-in: fde127afd9 user: js tags: trunk
01:18
Add OFURLHandler check-in: 31e602a476 user: js tags: trunk
2017-11-12
21:42
OFFileManager: Symlinks take a destination path check-in: 9db4db82ed user: js tags: trunk
Changes

Modified configure.ac from [1919a82c3d] to [49cf0ecee8].    [diff]

Modified extra.mk.in from [901b193c8a] to [153d2e2b77].    [diff]

Modified src/Makefile from [3eed873b17] to [e79ddbdefe].    [diff]

Modified src/OFFileManager.h from [cba586493b] to [3fce9a9007].    [diff]

Modified src/OFFileManager.m from [344a7c8de0] to [bc7b129bce].    [diff]

Modified src/OFURL.m from [4ba08a7ab6] to [7b7c6c2f3c].    [diff]

Added src/OFURLHandler.h version [fa44f4ca93].

Added src/OFURLHandler.m version [d8db83adff].

Added src/OFURLHandler_file.h version [cbc26cf269].

Added src/OFURLHandler_file.m version [818810f60c].

Modified src/exceptions/OFCreateDirectoryFailedException.h from [f119eab461] to [29b7244a1a].    [diff]

Modified src/exceptions/OFCreateDirectoryFailedException.m from [ef4b8f855c] to [66c2ef82c5].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [5b6994b167] to [f58161cb91].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.m from [650806d944] to [797bac35d2].    [diff]

Modified src/exceptions/OFLinkFailedException.h from [a01a95a159] to [c60fe0b102].    [diff]

Modified src/exceptions/OFLinkFailedException.m from [569378f421] to [420629fe36].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [8cc711f5f5] to [fa09fcf95b].    [diff]

Modified src/exceptions/OFOpenItemFailedException.m from [0b9774a53f] to [20bf42ce40].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.h from [f135f025df] to [672847c26c].    [diff]

Modified src/exceptions/OFRemoveItemFailedException.m from [44c7b9e59e] to [7123053eac].    [diff]

Modified src/exceptions/OFRetrieveItemAttributesFailedException.h from [b436ab4451] to [9d06732d54].    [diff]

Modified src/exceptions/OFRetrieveItemAttributesFailedException.m from [a424242675] to [791ed1a9c3].    [diff]

Modified src/exceptions/OFSetItemAttributesFailedException.h from [174d24e615] to [c105a3fef7].    [diff]

Modified src/exceptions/OFSetItemAttributesFailedException.m from [e8274356e5] to [0ab1afcc6d].    [diff]

Modified utils/ofzip/OFZIP.m from [5c7f256715] to [b7ac34eb59].    [diff]