some refactoring, handle relative Location:

This commit is contained in:
Tim Ruehsen
2012-08-10 16:54:43 +02:00
parent eada63d169
commit 5641256536
7 changed files with 266 additions and 191 deletions

View File

@ -1,5 +1,4 @@
Todo:
- BUG: redirection to a relative URI
- DNS lookup cache
- respect /robots.txt "Robot Exclusion Standard"
- proxy support
@ -15,10 +14,11 @@ Todo:
- Documentation docbook with free Serna WYSIWYG/WYMIWYG editor (conversion to texinfo possible)
- to implement Content-Encoding 'compress' and 'deflate' I need a server supporting these
Refactoring to do:
Refactoring/cleanup to do:
- move struct buffer to HTTP_CONNECTION
- cleanup mget.c: move parse_html / parse_css into own C file
- write test routines (e.g. normalize_path)
- use gcc/clang 'nonnull' attribute specifier where possible
Done:
- https with gnutls