The error_level and error_print globals were moved into the Global structure but the change wasn't reflected in the SWIG based interfaces. There are now four functions that provide access to the error_level and error_print variables - set_error_level, get_error_level, set_error_print and get_error_print.
27 lines of code changed in 2 files:
Added __hash__ to return the hash of the sensor path. Allows for better support when Sensors are put into sets.Set. Added a new exception called exUnknownSensor that is raised whenever there's a problem reading from a Sensor. This should allow for a more robust python environment.
54 lines of code changed in 1 file:
Fix some spaces...
3 lines of code changed in 1 file:
Fix rand() bug for cygwin... for some reason the seed is reset in each
new thread and rand() returns 0 in the first call.
44 lines of code changed in 8 files:
Some fixes for the windows version... Problem with owread is still there.
Probably some endian issue/bug.
50 lines of code changed in 13 files:
Improved NSIS script for creating windows installer -- points source to sourceforge and fixes version
199 lines of code changed in 1 file:
Add --disable-zero again... It really save some memory on small embedded systems to remove that support... and remove dependency to libdl.so.
143 lines of code changed in 16 files:
Changed COM port settings to make serial LINK work consistently.
16 lines of code changed in 2 files:
Better code for DS2502U -- ascii routine.
3 lines of code changed in 1 file:
Missing "break" for CRC8 check in switch -- broke DS1982U.
5 lines of code changed in 1 file:
Minor fixes for simlutaneous. debug message for Cache_Del_Common. Remote unused Cache_Del_Property and Cache_Del_Friend
7 lines of code changed in 3 files:
Fix for simultaneous temperature and voltage conversions.
93 lines of code changed in 3 files:
Cache changes: cache internal representation (binary data) rather than ascii format. Also, only cache local properties.
358 lines of code changed in 6 files:
don't free any memory...
23 lines of code changed in 1 file:
Fix bug in parsing bus.x from remote server.
40 lines of code changed in 2 files:
Have to check HAVE_GETOPT_H
3 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...
250 lines of code changed in 12 files:
Fix for device search when no devices are seen.
8 lines of code changed in 2 files:
Start in Cache handling lower down in code.
42 lines of code changed in 3 files:
separate cache includes into ow_cache.h
94 lines of code changed in 3 files:
Use integer conversion routines internally.
30 lines of code changed in 8 files:
Added ow_integer.h convenience functions
46 lines of code changed in 3 files:
Proper fix for non-null terminated ascii string in FS_output_X routines. (Problem was cache addition). Serg Oskin's second approach.
61 lines of code changed in 5 files:
Fix interupted systemcall from accept.. and change exit-function on wrt54g
29 lines of code changed in 2 files:
Fix the server problem by moving some structures into connection_out and checking that the thread we're trying to kill still exists.
443 lines of code changed in 4 files:
Sorry... duplicate files are needed in owshell for some make-versions...
1453 lines of code changed in 4 files:
Some more updates for openwrt and signal handling + pid-file.
24 lines of code changed in 3 files:
Some changes in the signal handling... Should probably ignore and handle
the signals much better now.
101 lines of code changed in 6 files:
Ignore SIGHUP instead of handle it in a function (with buggy output).
26 lines of code changed in 2 files:
Remove some more duplicate files in owshell.
5 lines of code changed in 5 files:
Remove duplicate include files which already exists in owlib/src/include/
2 lines of code changed in 7 files:
Adding the terminating '\0' character
5 lines of code changed in 1 file:
typo fixed
1 lines of code changed in 1 file:
rpm wants includes specified
2 lines of code changed in 1 file:
typo fixed
1 lines of code changed in 1 file:
Add dns_sd (Bonjour) headers to owshell
3 lines of code changed in 3 files:
Added simplification routine for ascii output -- FS_output_ascii_z. Added DS2438 Multisensor type (iButtonline product line).
58 lines of code changed in 9 files:
next release 2.5p6
2 lines of code changed in 1 file:
Fix FS_readpostparse and FS_writepostparse so owshell can't crash owserver. How embarassing.
27 lines of code changed in 5 files:
Bad test for return value in ow.i
2 lines of code changed in 1 file:
Change order of linking
1 lines of code changed in 1 file:
Some minor changes to make owserver work with Bonjour too.
19 lines of code changed in 2 files:
Build a correct shared library called cygow-0.dll which is used for all applications... owcapi also builds correct now.
72 lines of code changed in 13 files: