hsfm/3rdparty
Julian Ospald bb6c1b3cda
LIB/GTK: refactor File base type
We have now ditched AnchoredFile and just use File with Path Abs
in the path field.

This is useful since we now:
* don't allow "." or ".." as filenames anymore
* normalise paths in our path parsers and reject paths with ".."

This also allows us to know that filepaths are always valid. In addition
the 'basename' function from hpath may throw an exception if run
on the root dir "/". This exception is basically uncatched currently,
which is fine, because it's not a selectable directory.
2016-04-15 14:23:41 +02:00
..
hinotify@19094dd59e LIB/GTK: use ByteString instead of String for 2016-04-05 00:56:36 +02:00
hpath@577ecf6750 LIB/GTK: refactor File base type 2016-04-15 14:23:41 +02:00
simple-sendfile@28f95d5069 LIB: overhaul file operations and improve overall performance 2016-04-10 03:58:20 +02:00