Make is possible to compile owcapi with C++
10 lines of code changed in 1 file:
Paul Davis (ziggy) fixes for python ownet for DS2409 branching adapters.
10 lines of code changed in 1 file:
Update more cvsignore files
2 lines of code changed in 2 files:
Update the cvsignore files
5 lines of code changed in 2 files:
Add .cvsignore
1 lines of code changed in 1 file:
Avoid problem with python2.2
8 lines of code changed in 2 files:
Ignore Makefiles.
2 lines of code changed in 1 file:
Some changes to rpm-packages and Makefiles.
Add required file bcadd.php? to ownet/php-example.
164 lines of code changed in 7 files:
Remove /module/swig/python/ownet since it's a duplicate of module/ownet/python
2 lines of code changed in 1 file:
Moving to newer release
2 lines of code changed in 1 file:
ownet python install
9 lines of code changed in 1 file:
Updating the Makefiles... some more work needs to be done.
21 lines of code changed in 5 files:
Updated Makefile.am contents to install ownet on make install. Added additional network i/o checks to verify that we're receiving the correct protocol header from the server.
50 lines of code changed in 4 files:
pn2.dev wasn't set to NULL in FS_w_convert(), and simultaneous conversion
wasn't started on all devices. Any reason to this?
2 lines of code changed in 1 file:
Change some indentation... Especially in ow_cache.c to make is more readable.
Fix a problem in tdestroy() for WRT54G. Still problem with simultaneous reading for WRT54G though.
Added some minor debug-output in ow_com too to hunt down a problem when closing serial-adapter when owserver is in foreground.
283 lines of code changed in 8 files:
Added modules/ownet Makefiles
Moved network reading from ow_net to ow_tcp_read
Ran 'indent -kr -ts4'
438 lines of code changed in 26 files:
Add ownet to Makefile
2 lines of code changed in 1 file:
ownet Makefile
7 lines of code changed in 1 file:
Corrected the Readme.txt example for installing the python ownet module from CVS source code.
2 lines of code changed in 1 file:
Moving ownet.py
99 lines of code changed in 2 files:
Moving ownet.py
675 lines of code changed in 2 files:
ownet reorginization -- pure language modules that run against owserver
1032 lines of code changed in 9 files:
ownet.php -- pure php module by Roberto Spadim
0 lines of code changed in 1 file:
Hunting down simultaneous cache problem -- minor change -- use void pointer in cache
23 lines of code changed in 2 files:
Bug in DS2438 memory writing reported by Oleg Andriyev in the Dallas 1-wire forums
31 lines of code changed in 3 files:
Fix cache test in Cache_Get
16 lines of code changed in 1 file:
Error in PARMSET_DS0_WoR_7us found be Dr. Simon Melhuish
2 lines of code changed in 1 file:
Windows installer fix
10 lines of code changed in 1 file:
Abort when adapter is found
3 lines of code changed in 1 file:
FS_poll_convert mod to allow for faster DS2438-only bus on first convert.
6 lines of code changed in 1 file:
Improvements in simultaneous -- no longer frees bus during conversion -- in fact it blocks until conversion is done.
145 lines of code changed in 9 files:
remove debugging message
4 lines of code changed in 1 file:
Add a "clearevent" node to the DS2409 directories. Breaks nothing, but unclear semantics of the alarm cache.
56 lines of code changed in 2 files:
2.5p8
2 lines of code changed in 1 file:
spelling
2 lines of code changed in 1 file:
Jan Kandziora's changes to DS2409 bus selection.
26 lines of code changed in 3 files:
Fix for binary read of cached data corrupting memory.
Changed formatting to:
indent -kr -ts4
19135 lines of code changed in 88 files:
Support for HA3, HA4B (trvila) and improved help options -- man page reflects this.
65 lines of code changed in 5 files:
Ran 'indent -kr' in owlib to make the code formatting a little more consistent.
22885 lines of code changed in 138 files:
Support for HA3, HA4B (trvila) and improved help options/
327 lines of code changed in 13 files:
Added a flag to mark DS2409 path as muddled and needs to be rebuilt.
14 lines of code changed in 4 files:
Added Jan Kandziora's options for quick directory scan -- simultaenous/present and simultaneous/single. Returns properly formated device name.
63 lines of code changed in 1 file:
Fix from Jan Kandziora for DS2409 command code to turn off branch.
3 lines of code changed in 1 file:
Converted "fake" adapter to use the dirblob structure.
28 lines of code changed in 5 files:
Jan Kandziora's code for finding (quickly) if there are any devices on a bus. /simultaneous/present
35 lines of code changed in 1 file:
Fix for alarm caching -- bug found by Jan Kandziora
3 lines of code changed in 1 file:
Simplify some of the DS2804 transactions.
5 lines of code changed in 1 file:
Changes to TAI-8570 barometer possibly fixing error in temperature conversion.
85 lines of code changed in 1 file:
Change python lib detection a bit...
18 lines of code changed in 1 file:
Changed references to the old web site on sourceforge at http://owfs.sf.net to the new site at http://www.owfs.org.
125 lines of code changed in 62 files:
Unpowered retry on DS18S20 is an issue.
7 lines of code changed in 1 file:
Rename owdir.c
1 lines of code changed in 1 file:
Fix powered temperature conversions -- change in trxn_match semantics caused problem. Also for DS18B20 as well as 18S20.
12 lines of code changed in 1 file:
Fix powered temperature conversions -- change in trxn_match semantics caused problem.
13 lines of code changed in 1 file:
Change order in configure.ac which setting conditional variables.
35 lines of code changed in 1 file:
Fix debug messages to add carriage return.
3 lines of code changed in 1 file:
owtcl bug fix
10 lines of code changed in 1 file:
Fix bug when parsing "/tmp/1wire/bus.0/bus." It should return parse_error.
2 lines of code changed in 1 file:
Rename owdir.c example to owcapiexample.c
79 lines of code changed in 4 files:
Fixed DS2408-based Hobby Boards LCD screen.
Added more transaction types, including delays
Added Cache_Get_Internal_strict which is how it seems to be used everywhere.
80 lines of code changed in 4 files:
Cache_Get_Internal_Strict cleanup
3 lines of code changed in 2 files:
Added simple match to transaction, and added Cache_Get_Internal_Strict, where the data size is known (but checked). Saves making a size_t variable everywhere and checking.
53 lines of code changed in 12 files:
add --allow_other shorthand for fuse options
2 lines of code changed in 1 file:
add --allow_other shorthand for fuse options
28 lines of code changed in 5 files:
Setup of user-mode access to udev -- based on Peter Kropf's work
67 lines of code changed in 1 file: