[root]/owfs/module/owhttpd/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 241 (100.0%) | 8.3 |
| alfille | 21 (72.4%) | 170 (70.5%) | 8.0 |
| vtt | 3 (10.3%) | 61 (25.3%) | 20.3 |
| d1mag | 5 (17.2%) | 10 (4.1%) | 2.0 |
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: