summaryrefslogtreecommitdiff
path: root/TODO
blob: a4e8419c5fd9afcfcdac00d92e8ee2bd82a4d749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Catch EINTR in all syscalls

Implement the rest of g_file_info_simple_get

Add Seekable support to LocalFile streams

Work on GFile

Use G_FILE_ERRORS and g_file_error_from_errno:
  g_set_error (error,
	       G_FILE_ERROR,
	       g_file_error_from_errno (errno),
	       _("Error opening directory '%s': %s"),
	       path, g_strerror (errno));

autoconfize

write command line apps: ls, cat, stat

add get_file_info_async for FileStreams 

test outputstream (especially replace + backup) (and test everything else too)

support extended attributes for local files