Directory owfs/module/owlib/src/include/

Directory Created:
2004-03-01 23:14
Total Files:
76
Deleted Files:
3
Lines of Code:
8118

Browse with ViewVC

[root]/owfs/module/owlib/src/include

Lines of Code

owfs/module/owlib/src/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 894 (100.0%) 17154 (100.0%) 19.1
alfille 699 (78.2%) 12122 (70.7%) 17.3
d1mag 164 (18.3%) 3835 (22.4%) 23.3
vtt 28 (3.1%) 1182 (6.9%) 42.2
geocar 2 (0.2%) 8 (0.0%) 4.0
jacobdp 1 (0.1%) 7 (0.0%) 7.0

Most Recent Commits

alfille 2008-11-09 00:12 Rev.: 1.117

Change reconnect threshold to 3 failures

2 lines of code changed in 1 file:

alfille 2008-11-08 22:19

Big changes (new version 2.7p8)
Grouped some globals into Inbound_Control,
Got rid of array of locks in each parsedname.
Fixed code for adding and removing connection_in's dynamically
Fixed a bug when a bad adapter would block further fake adapters.
Cleaned up DS9490 name scheme.
Got rid of "SimpleBusName"
Made sure all snprintf's are UCLIBC protected.
Stopped caching fake , tester and w1 directories.

27 lines of code changed in 5 files:

alfille 2008-11-07 16:58 Rev.: 1.115

struct inbound_control to gather inbound connection info.

9 lines of code changed in 1 file:

alfille 2008-11-06 20:58 Rev.: 1.114

Add browse resolve routines to add and remove a zerconf entry.

3 lines of code changed in 1 file:

alfille 2008-11-06 20:51 Rev.: 1.113

Added support for excising an entry frin the linked inbound list -- allows dynamic appearance of w1 and browsed links.

6 lines of code changed in 1 file:

alfille 2008-11-06 15:51 Rev.: 1.112

Add w1 to enum lists. Start of w1 support.

9 lines of code changed in 1 file:

alfille 2008-11-05 20:14 Rev.: 1.3

Added Avahi browse -- still needs to actually create a connection_in structure.

121 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow_avahi.h (+121 -1)
alfille 2008-11-01 22:13

Added Avahi announcing support. Also found a network ordering bug in the port number for both Bonjour and Avahi

696 lines of code changed in 3 files:

alfille 2008-11-01 09:50 Rev.: 1.6

Add 2 more dynamically loaded library handles (for avahi )

3 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow_dl.h (+3 -1)
alfille 2008-11-01 08:52

Added avahi defines for "publishing". Rather than grab all the header files, we use lot of void * for struct *.

304 lines of code changed in 2 files:

alfille 2008-11-01 08:49 Rev.: 1.10

Added Global enum for zero-conf type.

3 lines of code changed in 1 file:

alfille 2008-10-30 15:32 Rev.: 1.111

Clean up of serial and USB rate selection. Possible error on com port as well.

5 lines of code changed in 1 file:

alfille 2008-10-30 11:51 Rev.: 1.110

Changes in DS9097U for baud changing.

0 lines of code changed in 1 file:

alfille 2008-10-28 19:11 Rev.: 1.109

Added reconnect read/write to interface/settings.

Allows you to force a reconnect.

12 lines of code changed in 1 file:

alfille 2008-10-28 14:49 Rev.: 1.108

DS9097U (DS2480B) adapter work: cleamed out old Ulevel code, increased and better calculated transaction lengths, added mode change backup to RESET.

4 lines of code changed in 1 file:

alfille 2008-10-21 22:04 Rev.: 1.25

HA7Net discovery works!

2 lines of code changed in 1 file:

alfille 2008-10-14 14:43 Rev.: 1.107

changing overdrive management

11 lines of code changed in 1 file:

alfille 2008-10-11 23:09 Rev.: 1.24

Sibling conversion on the DS2415 timer and DS2413 switch as well as more Thermocron work

5 lines of code changed in 1 file:

alfille 2008-10-10 20:44

Move some BYTE manipulation macros to ow_bitwork.h

62 lines of code changed in 4 files:

alfille 2008-10-10 20:43 Rev.: 1.23

Sibling functions (for reading/writing properties in the same device -- a form of symbolic links).

2 lines of code changed in 1 file:

alfille 2008-10-10 19:52 Rev.: 1.22

Internal change to sibling read and write functions.

10 lines of code changed in 1 file:

alfille 2008-10-07 18:30

Improved sibling work now supports arrays.

13 lines of code changed in 2 files:

alfille 2008-10-05 11:35 Rev.: 1.4

Add PROPERTY_LENGTH_HIDDEN to make hidden file types -- allows better cache handling for bit properties.

15 lines of code changed in 1 file:

alfille 2008-10-05 11:33 Rev.: 1.13

Added dirlength to struct parsedname -- length of path before the property (used for sibling).

2 lines of code changed in 1 file:

alfille 2008-09-25 16:50

DS2482 i2c updates -- allows multiple adapters on a bus, and bus scanning.

4 lines of code changed in 2 files:

d1mag 2008-09-11 07:17 Rev.: 1.9

Fix some problems when compiling with --disable-mt.

2 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: rwlock.h (+2 -2)
alfille 2008-08-25 12:51 Rev.: 1.105

Serial communication reads now have a timeout and common interface in ow_com_read.

2 lines of code changed in 1 file:

alfille 2008-08-25 11:11

Serial communication writes now have a timeout and common interface in ow_com_write. This should ignore EWOULDBLOCK errors generated by some USB->serial interfaces.

4 lines of code changed in 2 files:

d1mag 2008-06-30 15:46 Rev.: 1.20

Fix problem when compiling with --disable-cache.

2 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow_cache.h (+2 -2)
d1mag 2008-06-24 08:55

Solaris already have rwlock_init() and rwlock_t defined in synch.h.
but rwlock_write_lock() is called rw_wrlock(). This means that some functions
were called from ow_rwlock.c, and some from thread.so.
Functions and types are renamed to with prefix "my_", eg. my_rwlock_init()
to make sure correct functions are used. libowcapi works on Solaris now.

32 lines of code changed in 2 files:

d1mag 2008-06-24 06:06 Rev.: 1.297

Some better tests in the configure-script to allow owftpd to build on Solaris.

12 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow.h (+12 -6)
d1mag 2008-06-24 03:27 Rev.: 1.296

Add test for strings.h since strcasecmp needs it.

6 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow.h (+6 -1)
d1mag 2008-06-23 06:46 Rev.: 1.8

Fix compilation problems with Solaris.

2 lines of code changed in 1 file:

d1mag 2008-06-18 10:05

Fix many 1-line if-statements without braces.

110 lines of code changed in 9 files:

d1mag 2008-06-17 07:32

Puhh.. Finally found the problem with the python-module.
Global is a reserved variable-name in python2.5, so it's renamed to Globals now.

23 lines of code changed in 4 files:

d1mag 2008-06-12 05:39 Rev.: 1.19

Add set_error_level and set_error_print to owcapi, and make it useable from swig/tcl-module.

3 lines of code changed in 1 file:

d1mag 2008-06-11 13:43 Rev.: 1.294

Change order in include file.

21 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow.h (+21 -6)
alfille 2008-04-29 06:23 Rev.: 1.293

use lrint for rounding temperature to temp limit

1 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow.h (+1 -2)
alfille 2008-04-28 23:06 Rev.: 1.292

use lrint for rounding temperature to temp limit

2 lines of code changed in 1 file:

  • owfs/module/owlib/src/include: ow.h (+2 -1)
alfille 2008-04-22 08:50 Rev.: 1.12

Add owq_create_shallow_bitfiend to make a copy that points to a bitfield for sibling calculations (sensed/PIO)

2 lines of code changed in 1 file:

(467 more)

Generated by StatCVS 0.6.0