Directory module/owlib/src/include/

Directory Created:
2004-03-01 23:14
Total Files:
116
Deleted Files:
7
Lines of Code:
11021

Browse with ViewVC

[root]/module/owlib/src/include

Lines of Code

module/owlib/src/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1658 (100.0%) 23966 (100.0%) 14.4
alfille 1423 (85.8%) 18591 (77.6%) 13.0
d1mag 204 (12.3%) 4178 (17.4%) 20.4
vtt 28 (1.7%) 1182 (4.9%) 42.2
geocar 2 (0.1%) 8 (0.0%) 4.0
jacobdp 1 (0.1%) 7 (0.0%) 7.0

Most Recent Commits

alfille 2012-05-15 21:44 Rev.: 1.8

Implement Michael Markstaller's USB fixes.

1 lines of code changed in 1 file:

alfille 2012-04-13 22:52 Rev.: 1.25

external directory seaech support

8 lines of code changed in 1 file:

alfille 2012-04-10 20:24

Add more exteranl support -- adds to tree, structure works, directory still a work in progress.

10 lines of code changed in 4 files:

alfille 2012-04-09 20:32 Rev.: 1.28

remove older filetype flag pointers.

1 lines of code changed in 1 file:

alfille 2012-04-08 15:13

All the external parts on in place -- the actual testing is next.

14 lines of code changed in 2 files:

alfille 2012-04-07 22:41 Rev.: 1.10

Add parsedname processing for external devices.

7 lines of code changed in 1 file:

alfille 2012-04-07 21:07 Rev.: 1.9

Move sone of the external sensor and property tree handling to a separate file

4 lines of code changed in 1 file:

alfille 2012-04-07 20:52

change name of sn_alias to sn_not_sn since it can be alias or external

6 lines of code changed in 2 files:

alfille 2012-04-07 12:45

Back out extra field member in struct fietype -- we can use the read function much more effectively and not require a mostly useless field in every device property.

13 lines of code changed in 2 files:

alfille 2012-04-07 12:35 Rev.: 1.8

Add external read with script handling -- still not hooked into tree structure.

13 lines of code changed in 1 file:

alfille 2012-04-06 21:29 Rev.: 1.46

Improve device_name in parsed_name structure

2 lines of code changed in 1 file:

alfille 2012-04-03 20:01

Add another member to the device structure -- requires a new field to to every device.

25 lines of code changed in 4 files:

alfille 2012-03-29 21:54 Rev.: 1.35

Fix order of Properties entry

2 lines of code changed in 1 file:

alfille 2012-03-29 21:32 Rev.: 1.6

Fix sensor and property parsing.

10 lines of code changed in 1 file:

alfille 2012-03-24 20:38 Rev.: 1.5

Add sensor data field and simplifying macro

2 lines of code changed in 1 file:

alfille 2012-03-20 21:12 Rev.: 1.4

Update external to reflect the new separate structure elements in the PROPERTY line -- see the owfs.org site

10 lines of code changed in 1 file:

alfille 2012-03-20 18:18 Rev.: 1.3

Fix the family tree references and creation

2 lines of code changed in 1 file:

alfille 2012-03-19 11:57 Rev.: 1.2

Add family tree

10 lines of code changed in 1 file:

alfille 2012-03-18 06:17

Add ow_external.h to project

69 lines of code changed in 2 files:

alfille 2012-03-16 19:28

Fix from Jacob Joseph -- allow_other can now work in config file.

8 lines of code changed in 2 files:

alfille 2012-03-13 22:48 Rev.: 1.33

Add program_type_external

2 lines of code changed in 1 file:

alfille 2012-03-12 17:18 Rev.: 1.323

Add O_CLSEXEC to open() to allow safe forking for plugins

4 lines of code changed in 1 file:

  • module/owlib/src/include: ow.h (+4 -1)
alfille 2012-01-22 20:33

Add channel lock to buslock and add some indirrection to SOC

5 lines of code changed in 2 files:

alfille 2012-01-17 20:47

channel work

5 lines of code changed in 2 files:

alfille 2012-01-17 19:48

start to break out channel-specific routines -- first with new place-holding ow_channel.[ch]

42 lines of code changed in 4 files:

alfille 2012-01-17 19:29 Rev.: 1.18

Add mutex and head so all channels in enet3 don't collide

3 lines of code changed in 1 file:

alfille 2012-01-17 18:56 Rev.: 1.17

Add channel number field for ENET3

2 lines of code changed in 1 file:

alfille 2012-01-15 16:01 Rev.: 1.16

Avahi isn't cygwin compatible -- use Bonjour and protect code

1 lines of code changed in 1 file:

alfille 2011-12-20 10:15 Rev.: 1.14

Fix compiler warning.

2 lines of code changed in 1 file:

alfille 2011-12-19 20:16 Rev.: 1.27

Add example_slave

2 lines of code changed in 1 file:

alfille 2011-12-19 19:39

Add example_slave

25 lines of code changed in 2 files:

alfille 2011-12-13 20:34 Rev.: 1.32

Use more netlink macros, and remove a buggy memory free

2 lines of code changed in 1 file:

  • module/owlib/src/include: ow_w1.h (+2 -1)
alfille 2011-12-10 20:29

Change buspath and pathlength to ds2409_hubs and ds2409_depth to decrease "path" overuse.

8 lines of code changed in 2 files:

alfille 2011-12-06 21:50 Rev.: 1.43

Static buffer in parsedname structure for path name copies

3 lines of code changed in 1 file:

alfille 2011-12-06 16:32

Add support for sparse property arrays

13 lines of code changed in 3 files:

alfille 2011-12-06 16:31 Rev.: 1.6

fix argument type in call to err_msg

2 lines of code changed in 1 file:

alfille 2011-11-25 18:56 Rev.: 1.31

w1_bind is now equivalent to w1 netlink socket opening

2 lines of code changed in 1 file:

  • module/owlib/src/include: ow_w1.h (+2 -2)
alfille 2011-11-25 18:54

Add structure packing pragma.

12 lines of code changed in 3 files:

alfille 2011-11-15 20:37

Patch from James Whitlock for w1 thread error.

8 lines of code changed in 2 files:

alfille 2011-11-10 21:19 Rev.: 1.5

return_code work

5 lines of code changed in 1 file:

(885 more)

Generated by StatCVS 0.7.0