
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 313 (100.0%) | 9004 (100.0%) | 28.7 |
| alfille | 237 (75.7%) | 6926 (76.9%) | 29.2 |
| d1mag | 64 (20.4%) | 1060 (11.8%) | 16.5 |
| vtt | 4 (1.3%) | 791 (8.8%) | 197.7 |
| peterk | 3 (1.0%) | 191 (2.1%) | 63.6 |
| oskin | 3 (1.0%) | 25 (0.3%) | 8.3 |
| nhuillard | 1 (0.3%) | 9 (0.1%) | 9.0 |
| geocar | 1 (0.3%) | 2 (0.0%) | 2.0 |
remove a spurious character
2 lines of code changed in 1 file:
Fix debug message formatting error.
2 lines of code changed in 1 file:
Remove some extra debug code
2 lines of code changed in 1 file:
Fix getline problem
6 lines of code changed in 2 files:
Add footter to icon response
4 lines of code changed in 1 file:
Simplify "ReadToCR"
7 lines of code changed in 1 file:
Manage a null pn in http return
9 lines of code changed in 1 file:
initialize http_code for compiler warning
2 lines of code changed in 1 file:
Fix error transcribing Spadim's Json patches.
2 lines of code changed in 1 file:
Add Json support (to owhttpd) from Roberto Spadim
288 lines of code changed in 4 files:
Better naming for program type (used to change the handing of some comon features in the library like the default port asignments.)
2 lines of code changed in 1 file:
Fix strange characters in alias names for owhttpd. Escape properly for web interface.
95 lines of code changed in 3 files:
Consolidate some of the exit code and signal catching code into the library.
2 lines of code changed in 1 file:
Device name moved to different structure -- missed this update in owhttpd
2 lines of code changed in 1 file:
Debub message to help pinpoint location of close seg fault
2 lines of code changed in 1 file:
Added named constant for path == NULL
2 lines of code changed in 1 file:
More NULL to named variables. Found some minor errors along the way. (Announce had a potential Mutex lockup on error).
13 lines of code changed in 3 files:
Add named constants for pthread attr and time(NULL)
2 lines of code changed in 1 file:
Substitute constants for many NULLs
11 lines of code changed in 2 files:
Fix structure directories -- only show 0th element, don't try visibility, improve web display , and get format codes in sync.
94 lines of code changed in 1 file:
Change the read and write functions to cache properly. Clean up the code. Make sure that memory reads return a length.
8 lines of code changed in 1 file:
Change LibSetup to return good if any buses are found, else Bad (This includes pseudo buses like USB scan and zeroconf and w1)
4 lines of code changed in 1 file:
Clean up allocate_write_buffer return type
2 lines of code changed in 1 file:
Some work on file upload in owhttpd -- clean up offset issues.
2 lines of code changed in 1 file:
More cleanup of pthread code -- remove unused semaphore functions.
5 lines of code changed in 1 file:
Update return types for tcp_wait and EnterBackground
2 lines of code changed in 1 file:
Fix for a copies malloc pointer in ow_ha5 and a bunch of return type fixes.
3 lines of code changed in 1 file:
Change function returns. Specifically API and _detect
5 lines of code changed in 1 file:
Improvements on remote alias, alias names in owhttpd, and alias names for fake adapter.
5 lines of code changed in 2 files:
move httpunescape to it's own file
49 lines of code changed in 4 files:
Cleaner implementation of ServerProcess. a litle less aggressively threaded, but still high performance.
2 lines of code changed in 1 file:
Change the return type of OWQ_Create and fix a return value error in the presence data from owserver.
2 lines of code changed in 1 file:
Fix the problem with the swig routines. Tested extensively for owperl and a new owdata.pl example added.
6 lines of code changed in 1 file:
Work on clarifying read function returns.
8 lines of code changed in 1 file:
Clean up handling of too long error messages, and switch fgets to getline.
7 lines of code changed in 1 file:
Simplify function names starting with FS_OWQ_ to just OWQ_
15 lines of code changed in 2 files:
Siblings had a 0 length buffer (since ascii representation not needed), but that confused read which thought it was a direct_io read at the end of the file. Fixed with a 1-byte default buffer with no wasted allocations.
2 lines of code changed in 1 file:
Remove FS_OWQ_from_pn
3 lines of code changed in 1 file:
Clean up of one_wire_query structure creation. Now allocating structure and allocating/assigning buffers is separate.
34 lines of code changed in 2 files:
Use only 1 OWQ destroyer.
6 lines of code changed in 2 files:
(172 more)