/[hydra]/hydra/TODO
ViewVC logotype

Diff of /hydra/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by nmav, Sun Sep 29 11:00:04 2002 UTC revision 1.15 by nmav, Wed Jan 22 19:34:32 2003 UTC
# Line 1  Line 1 
1  * Add full HTTP/1.1 support  
2  * Add support for multiple HIC threads  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 :-) .

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.15

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26