/[hydra]/hydra/TODO
ViewVC logotype

Contents of /hydra/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.15 - (show annotations)
Wed Jan 22 19:34:32 2003 UTC (21 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.14: +1 -0 lines
*** empty log message ***

1
2 Core
3 Add more of HTTP/1.1 features.
4 Improve HTTP/1.1 ranges to support multiple values
5 such as bytes="10-15,16-20,50-100".
6 Improve the parameter regeneration (hack) in TLS/SSL.
7 Add rewrite rules. Probably using libpcre.
8 Add FastCGI support.
9 Rewrite virtual host code.
10 Rewrite error reporting to client:
11 - Virtual Host defined error pages
12 - Global server error pages
13 - Bulitin error pages
14 Rewrite hash.c ( allow arbitrary data in cache, not only *char )
15 Only cache framework in hash.c. Service specyfic code in diffrent
16 files.
17 Cleanup in string.c. Kill dead code.
18 Kill any access() occurences.
19 Change all *sprintf to *snprintf ( more secure )
20 Implement strlcpy() and strlcat() in string.c
21 Change all strcpy/strncpy/strcat/strncat to strlcpy/strlcat ( more secure )
22 Bulitin indexing ( spawning CGI is very, very slow... ;( )
23 Caching indexes in memory(or disk), recacheing when client
24 sends "Pragma: no_cache".
25 Dumping cached entries from memory when timeout has expired.
26 Authorization ( with modules ).
27 Drop support for those '#ifdef ENABLE_SMP'. SMP should be
28 always on. [only idea]
29
30 Config
31 Rewrite configuration file parser to allow blocks of directives.
32
33 Documentation
34 Need lots of :-) .
35
36 Miscellaneous
37 Change boa_* functions to be hydra_* functions :-) .

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26