
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 435 (100.0%) | 6521 (100.0%) | 14.9 |
| alfille | 336 (77.2%) | 5176 (79.4%) | 15.4 |
| d1mag | 98 (22.5%) | 1239 (19.0%) | 12.6 |
| peterk | 1 (0.2%) | 106 (1.6%) | 106.0 |
Add owexternal check and flag for external permission
4 lines of code changed in 1 file:
owexternal is now a build of owserver
15 lines of code changed in 1 file:
Fix owserver / owexternal confusion for compilation.
9 lines of code changed in 3 files:
Change owexternal references to owserver
27 lines of code changed in 13 files:
Clean up more external/server confusion
0 lines of code changed in 1 file:
Add program_type_external
2 lines of code changed in 1 file:
Add owexternal as a special owserver that handles non-1wire devices
2 lines of code changed in 1 file:
Add owexternal as a special owserver that handles non-1wire devices
29 lines of code changed in 13 files:
Add close on fork to pipes
3 lines of code changed in 1 file:
Static buffer in parsedname structure for path name copies
3 lines of code changed in 1 file:
remove impossible negative size test in unsigned var
2 lines of code changed in 1 file:
Eliminate unused return value of pthread_join
3 lines of code changed in 1 file:
Don't detach the data handling thread (so joining actually works).
1 lines of code changed in 1 file:
Add thread_join to attack a subtle thread synchronization errror in owserver
13 lines of code changed in 1 file:
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:
Allow zero length writes -- needed for clearing alias name
6 lines of code changed in 1 file:
Fix some code comments
1 lines of code changed in 1 file:
Fixed bug in debug code for presence message. virtual buses (like structure) were being used for some error codes.
2 lines of code changed in 1 file:
Consolidate some of the exit code and signal catching code into the library.
6 lines of code changed in 1 file:
Add unaliased and uncached as flags. Also change Globals to be the primary source of the flags, with SetLocalFlags() setting LocalFlags. Handling merging of properties (uncached and unaliased) to sibling, owserver.
12 lines of code changed in 1 file:
Cyril Lavier contributed spelling corrections
8 lines of code changed in 3 files:
More NULL to named variables. Found some minor errors along the way. (Announce had a potential Mutex lockup on error).
2 lines of code changed in 1 file:
charblob defined constant
4 lines of code changed in 2 files:
Add named constants for pthread attr and time(NULL)
2 lines of code changed in 1 file:
Changed much of the thread contingency to make the commands behave as NOP when threading not used instead of #if macro work.
4 lines of code changed in 3 files:
Change the read and write functions to cache properly. Clean up the code. Make sure that memory reads return a length.
2 lines of code changed in 1 file:
Fix for owserver crash on MIPS
37 lines of code changed in 1 file:
Fix a typo
2 lines of code changed in 1 file:
owserver and owserver_enet to traffic mode
2 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:
OWNet updates (slash, fix pressure scale, write offset) and minor changes to tcp_read
9 lines of code changed in 1 file:
change name of shutdown_in_progress to avoid a name collision
5 lines of code changed in 1 file:
Update return types for tcp_wait and EnterBackground
5 lines of code changed in 2 files:
Fix symbol collision in the MUTEX_... macros
9 lines of code changed in 3 files:
Clean up server communication considerably. Different encapsulation. Close connection rather than read overly long response. Move duplicate ServerDIR/DIRALL code to separate function.
7 lines of code changed in 1 file:
Tighten up the mutex attributes. Use new macros to encapsulate all mutex handling.
11 lines of code changed in 3 files:
Change function returns. Specifically API and _detect
4 lines of code changed in 1 file:
Remove some debugging code
2 lines of code changed in 1 file:
Now send serial number with presence.
13 lines of code changed in 2 files:
More cleanup file compiler warnings
2 lines of code changed in 1 file:
(217 more)