-
Notifications
You must be signed in to change notification settings - Fork 14
/
TODO
58 lines (37 loc) · 1.21 KB
/
TODO
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
function()
local v;
v := IO_gettimeofday();
return v.tv_sec+0.000001_l*v.tv_usec;
end;
for Laurent
IO_Gettimeofday() returning an integer with the microseconds
and
IO_Gettimeofday_float() returning a float in seconds
with your warning in the documentation
also in Nanoseconds...
-> problem: probably need librt for new timing function
Implement posix_openpt, grantpt, unlockpt and ptsname
to allow usage of pseudo ttys
Later:
See Mail Laurent Feb 02 2011
--> partially done
HTTP access scheint nicht immer zu funktionieren --> debug
offenbar warte ich bei nicht ang. contentlength fuer immer
(ev. nur bei "chunked access"???)
--> www.tagesschau.de z.B.
HTTP/1.1-Konformitaet -> Alexander Konovalovs Tests mit Online int seq site
chunked transfer
Web-Proxy???
Seek fuer File s?
Runtimes() zaehlt children nicht mit???
Ausgabe der Testdateien aussagekraeftiger
??? access to utime/utimes?
More tests?
More examples?
For every release:
Fix "platform.g" test with latest additions.
fix permissions in checked out files
(far) future:
support routines for http requests? (query strings, MIME?)
Maybe a function to change buffer size later on?
Unicode?