use lrint for rounding temperature to temp limit
3 lines of code changed in 2 files:
use lrint for rounding temperature to temp limit
6 lines of code changed in 3 files:
Writing to latch equivalent to writing to PIO
2 lines of code changed in 1 file:
Cleaned up latch write in DS2413 a bit
5 lines of code changed in 1 file:
More sophisticated DS2413 support -- add incidental data caching (i.e. latch state when PIO state read).
70 lines of code changed in 2 files:
Add braces to single-line "if" statements
23 lines of code changed in 1 file:
Split parseshallow into separate file ow_parseshallow.c
95 lines of code changed in 3 files:
Fix for FS_read_sibling -- positive return value is good.
2 lines of code changed in 1 file:
Add owq_create_shallow_bitfiend to make a copy that points to a bitfield for sibling calculations (sensed/PIO)
4 lines of code changed in 2 files:
Add owq_create_shallow_bitfiend to make a copy that points to a bitfield for sibling calculations (sensed/PIO)
39 lines of code changed in 4 files:
Add braces to single-line "if" statements
81 lines of code changed in 1 file:
Cleaned up DS2413 code based on a bug report of Allesio Sangalli
41 lines of code changed in 1 file:
Updates to owside.tcl -- changing help messages.
35 lines of code changed in 2 files:
Marco Rogantini's changes for the serial port setup.
9 lines of code changed in 1 file:
Add owside tcl script to monitor OWSERVER
1407 lines of code changed in 5 files:
Add owside tcl program to monitor owserver conversations
472 lines of code changed in 3 files:
Minor compiler error squashing and owside.tcl work
416 lines of code changed in 5 files:
Change owhttpd reads to use full parsedname strcture.
324 lines of code changed in 3 files:
Big change -- Parse all directory entries so callbacks get true struct parsename and can simply peal off the file name. Might make dir a little slower, but greatly simplifies all the code. Well tested on owserver, owfs, owhttpd.
279 lines of code changed in 14 files:
Fix for bus.0/uncached/bus.0 directory listing.
71 lines of code changed in 5 files:
Test sidetap code with netcat and it works!
29 lines of code changed in 2 files:
Clean up sidetap code.
44 lines of code changed in 3 files:
Update cache and store to reader/writer locks and more sidetap code.
260 lines of code changed in 22 files:
Style change: use brackets for single line "if" statements
32 lines of code changed in 2 files:
owserver sidetap code -- including larger header and multiple taps. Compiles but not tested.
268 lines of code changed in 11 files:
Add infrastructure for sidetap connections -- owlib work. Includes options, help, tcp code. Still needs owserver work and a client.
517 lines of code changed in 17 files:
Style change to if statement
5 lines of code changed in 1 file:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
10 lines of code changed in 4 files:
Put in Christian Magnusson's correction for "HAVE_SEMAPHORE_H"
8 lines of code changed in 2 files:
Missing sem.h in src/include/Makefile.am caused some problem.
Found a bug in ownet/c/src/include/sem.h and module/owlib/src/include/sem.h
but haven't fixed it... HAVE_SEMAPHORE is never defined. (should add _H)
Perhaps done by purpose to test the semaphore replacement though...
17 lines of code changed in 6 files:
Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg
157 lines of code changed in 15 files:
Fix man page for ownet
11 lines of code changed in 2 files:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
5 lines of code changed in 1 file:
Remove pid storage
1 lines of code changed in 3 files:
Remove ow_opt -- no options and no ow_util
4 lines of code changed in 5 files:
Considerable cleanup removing much dead code and using better locking.
353 lines of code changed in 20 files:
Use "sem.h" in rwlock.h which has test for HAVE_SEMAPHORE embedded into it.
2 lines of code changed in 1 file: