diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 51 |
1 files changed, 0 insertions, 51 deletions
@@ -1,51 +0,0 @@ | |||
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | try to make just makefile for win instead of project file | ||
8 | |||
9 | check for integer overflow | ||
10 | do a webserver stresser | ||
11 | |||
12 | |||
13 | |||
14 | |||
15 | CORRECT: netbsd dont free's the memory (linux's free) // i don't know why! | ||
16 | |||
17 | |||
18 | DONE: WS_USECONF is completed just make test and turn it better | ||
19 | DONE: WS_DYNVAR ( for using web_client_setvar("color","#FFFFFF")), printf("<BODY bgcolor='$color;>"); ) usefull for web_client_addfile();) <- DONE | ||
20 | DONE: there is some mem buffer that is not freeing on logfile example something related to web_client_addfile (corrected) | ||
21 | DONE: upload is missing somethind debug ok, but release is crashing (was related to writetemp[WRITEMAX+1]) | ||
22 | DONE: faster way to upload and download! remove newdata ( is delaying operation) | ||
23 | DONE: content-range header (for resuming) | ||
24 | DONE: logging (put it on process_client) | ||
25 | DONE: Find a better way to manage "tmpfname" (using flocks) | ||
26 | DONE: make web_client_setcookie works called in whatever where in the handle function, (keep on an database maybe as varlist); | ||
27 | DONE: remove wrotesize and varsize from client to outstream | ||
28 | DONE: The war beguns, and i'm coding :o), reduce error mensaging to one file (reduce static mem space); | ||
29 | DONE: similar: maybe make the web_server_MIMEfile(server,"const char *");, to next do the web_server_adddir(server,"/home/users/www",WS_LISTING); | ||
30 | |||
31 | MAYBE DONE: Well something wrong about downloading several imgs, sometimes apears the 'X' image! figure why (requires intensive tests) | ||
32 | DONE: lib isn't close files well, probably is that becouse the Ximage | ||
33 | DONE: do the freebsd port by Hilobok Andrew (han@km.if.ua) | ||
34 | DONE: URGENT: Change names of internal functions, we don't want conflits with other ppl functions (such as already defined symbols) | ||
35 | |||
36 | |||
37 | TODO: The flag WS_USECGI, act as a cgi using env instead ClientInfo | ||
38 | TODO: better to do is web_server_addcgi("* /*",execfile.exe,0); | ||
39 | |||
40 | |||
41 | TODO: make the web_client_addurl function (web_client_addurl("http://127.0.0.1"); as web_client_addfile("path/to/file");) | ||
42 | TODO: WS_USEMOD (modulated system to use) /(maybe need WS_USECONF, for describe modules) | ||
43 | |||
44 | |||
45 | IMPROVE: Find a way to manage dll (stdout,stdin,etc) | ||
46 | IMPROVE: WS_DYNVAR | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||