November 2006 Commit Log

Number of Commits:
43
Number of Active Developers:
4
peterk 2006-11-30 19:07

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:

peterk 2006-11-30 18:41 Rev.: 1.8

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:

d1mag 2006-11-30 07:36 Rev.: 1.155

Fix some spaces...

3 lines of code changed in 1 file:

d1mag 2006-11-30 07:21

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:

d1mag 2006-11-30 03:36

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:

alfille 2006-11-29 08:09 Rev.: 1.5

Improved NSIS script for creating windows installer -- points source to sourceforge and fixes version

199 lines of code changed in 1 file:

d1mag 2006-11-27 10:10

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:

alfille 2006-11-26 18:04

Changed COM port settings to make serial LINK work consistently.

16 lines of code changed in 2 files:

alfille 2006-11-26 13:53 Rev.: 1.18

Better code for DS2502U -- ascii routine.

3 lines of code changed in 1 file:

alfille 2006-11-26 13:52 Rev.: 1.11

Missing "break" for CRC8 check in switch -- broke DS1982U.

5 lines of code changed in 1 file:

alfille 2006-11-25 21:23

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:

alfille 2006-11-25 20:16

Fix for simultaneous temperature and voltage conversions.

93 lines of code changed in 3 files:

alfille 2006-11-24 20:55

Cache changes: cache internal representation (binary data) rather than ascii format. Also, only cache local properties.

358 lines of code changed in 6 files:

d1mag 2006-11-24 07:50 Rev.: 1.2

don't free any memory...

23 lines of code changed in 1 file:

d1mag 2006-11-24 07:02

Fix bug in parsing bus.x from remote server.

40 lines of code changed in 2 files:

d1mag 2006-11-23 14:25 Rev.: 1.8

Have to check HAVE_GETOPT_H

3 lines of code changed in 1 file:

d1mag 2006-11-23 13:50

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:

alfille 2006-11-18 17:53

Fix for device search when no devices are seen.

8 lines of code changed in 2 files:

alfille 2006-11-16 20:39

Start in Cache handling lower down in code.

42 lines of code changed in 3 files:

alfille 2006-11-16 19:24

separate cache includes into ow_cache.h

94 lines of code changed in 3 files:

alfille 2006-11-14 21:33

Use integer conversion routines internally.

30 lines of code changed in 8 files:

alfille 2006-11-14 20:27

Added ow_integer.h convenience functions

46 lines of code changed in 3 files:

alfille 2006-11-14 18:19

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:

d1mag 2006-11-13 07:24

Fix interupted systemcall from accept.. and change exit-function on wrt54g

29 lines of code changed in 2 files:

alfille 2006-11-12 20:27

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:

d1mag 2006-11-11 00:57

Sorry... duplicate files are needed in owshell for some make-versions...

1453 lines of code changed in 4 files:

d1mag 2006-11-10 10:34

Some more updates for openwrt and signal handling + pid-file.

24 lines of code changed in 3 files:

d1mag 2006-11-10 08:05

Some changes in the signal handling... Should probably ignore and handle
the signals much better now.

101 lines of code changed in 6 files:

d1mag 2006-11-09 15:57

Ignore SIGHUP instead of handle it in a function (with buggy output).

26 lines of code changed in 2 files:

d1mag 2006-11-09 15:07

Remove some more duplicate files in owshell.

5 lines of code changed in 5 files:

d1mag 2006-11-09 13:37

Remove duplicate include files which already exists in owlib/src/include/

2 lines of code changed in 7 files:

oskin 2006-11-07 12:02 Rev.: 1.105

Adding the terminating '\0' character

5 lines of code changed in 1 file:

alfille 2006-11-05 15:02 Rev.: 1.27

typo fixed

1 lines of code changed in 1 file:

alfille 2006-11-05 14:49 Rev.: 1.26

rpm wants includes specified

2 lines of code changed in 1 file:

alfille 2006-11-05 13:40 Rev.: 1.3

typo fixed

1 lines of code changed in 1 file:

alfille 2006-11-05 12:15

Add dns_sd (Bonjour) headers to owshell

3 lines of code changed in 3 files:

alfille 2006-11-04 21:42

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:

alfille 2006-11-04 13:27 Rev.: 1.151

next release 2.5p6

2 lines of code changed in 1 file:

alfille 2006-11-04 09:39

Fix FS_readpostparse and FS_writepostparse so owshell can't crash owserver. How embarassing.

27 lines of code changed in 5 files:

alfille 2006-11-02 21:40 Rev.: 1.28

Bad test for return value in ow.i

2 lines of code changed in 1 file:

d1mag 2006-11-02 09:49 Rev.: 1.3

Change order of linking

1 lines of code changed in 1 file:

d1mag 2006-11-02 07:41

Some minor changes to make owserver work with Bonjour too.

19 lines of code changed in 2 files:

d1mag 2006-11-02 06:20

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:

October 2006 »

Generated by StatCVS 0.6.0