[root]/module/owhttpd/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 34 (100.0%) | 253 (100.0%) | 7.4 |
| alfille | 26 (76.5%) | 182 (71.9%) | 7.0 |
| vtt | 3 (8.8%) | 61 (24.1%) | 20.3 |
| d1mag | 5 (14.7%) | 10 (4.0%) | 2.0 |
Fix strange characters in alias names for owhttpd. Escape properly for web interface.
2 lines of code changed in 1 file:
move httpunescape to it's own file
4 lines of code changed in 1 file:
Improve encapsulation of charblob and memblob structures.
2 lines of code changed in 1 file:
Add support for file upload (http POST) for binary fields.
2 lines of code changed in 1 file:
Start of processing POST in owhttpd. Also fixing some errors in URL handling.
2 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
2 lines of code changed in 1 file:
object for write -- higher level functions converted. Soft conversion for some of the aggregate work.
2 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
14 lines of code changed in 1 file:
Some signal-handling changes. It works on Solaris too...
Thread-handling is changed in ow_net.c. I think it's a bit easier to follow
the threads and functions now, and there are no multiple pthread_detach().
These changes might work for Debian Sarge too... hopefully...
2 lines of code changed in 1 file:
Simplify include files.
2 lines of code changed in 1 file:
Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.
5 lines of code changed in 2 files:
Don't install the header-files anymore. Only owcapi.h is installed.
1 lines of code changed in 1 file:
Simplify FS_dir and FS_dir_remote by combining duplicate code.
Handle favicon.ico in owhttpd
6 lines of code changed in 1 file:
Added ParsedNamePlus to combine path and file. Use this to considerably clean up owhttpd.
2 lines of code changed in 1 file:
Split up owhttpd_handler to make design clearer. No real change to function or code.
40 lines of code changed in 1 file:
fixes to owhttpd directory-- especially structure
2 lines of code changed in 1 file:
Add the damn owhttpd AGAIN
1 lines of code changed in 1 file:
Add the damn owhttpd AGAIN
43 lines of code changed in 2 files:
*** empty log message ***
5 lines of code changed in 3 files:
makefile tabs restored
1 lines of code changed in 1 file:
Mistakenly removed owhttpd when adding owserver. Restored.
1 lines of code changed in 2 files:
:q
.
:q
----------------------------------------------------------------------
43 lines of code changed in 1 file:
more owserver general directory design
4 lines of code changed in 3 files:
Clean up Adapter names (enum)
Better thread statistics
floats changed to doubles
some unsigned/signed fussing
cleaned up directory listings
4 lines of code changed in 1 file:
Merged back changes from MODULE_MERGE branch
61 lines of code changed in 3 files: