Directory module/owlib/src/c/

Directory Created:
2004-03-01 23:14
Total Files:
203
Deleted Files:
17
Lines of Code:
53379

Browse with ViewVC

[root]/module/owlib/src/c

Lines of Code

module/owlib/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7990 (100.0%) 221963 (100.0%) 27.7
alfille 6766 (84.7%) 180113 (81.1%) 26.6
d1mag 1123 (14.1%) 30732 (13.8%) 27.3
vtt 41 (0.5%) 8697 (3.9%) 212.1
pascalbaerten 15 (0.2%) 1469 (0.7%) 97.9
jacobdp 7 (0.1%) 299 (0.1%) 42.7
oskin 29 (0.4%) 281 (0.1%) 9.6
dcolling 1 (0.0%) 232 (0.1%) 232.0
peterk 4 (0.1%) 93 (0.0%) 23.2
tkkasse 2 (0.0%) 36 (0.0%) 18.0
geocar 1 (0.0%) 6 (0.0%) 6.0
wheirman 1 (0.0%) 5 (0.0%) 5.0

Most Recent Commits

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

Implement Michael Markstaller's USB fixes.

43 lines of code changed in 1 file:

alfille 2012-05-15 06:40 Rev.: 1.14

Michael Markstaller's USB debugging messages added.

60 lines of code changed in 1 file:

alfille 2012-05-13 08:40 Rev.: 1.230

Michael Markstaller adds better debugging messages

11 lines of code changed in 1 file:

alfille 2012-05-13 08:33 Rev.: 1.229

Michael Markstaller suggests different slew rate

4 lines of code changed in 1 file:

alfille 2012-05-06 16:21

Add owexternal check and flag for external permission

14 lines of code changed in 3 files:

alfille 2012-04-15 21:13 Rev.: 1.20

Correct EEEF moisture meter entry.

3 lines of code changed in 1 file:

alfille 2012-04-14 14:51

Fix external directories -- subdir order and flag.

15 lines of code changed in 4 files:

alfille 2012-04-13 22:52

external directory seaech support

66 lines of code changed in 3 files:

alfille 2012-04-13 22:21 Rev.: 1.19

Added support for the new Hobby Boards Moisture Meter

144 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.

241 lines of code changed in 11 files:

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

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.

195 lines of code changed in 4 files:

alfille 2012-04-08 07:57 Rev.: 1.104

Corrected a bug in DS2482 detection code (bad pointer in messages) found by Patryk

21 lines of code changed in 1 file:

alfille 2012-04-07 22:41

Add parsedname processing for external devices.

67 lines of code changed in 5 files:

alfille 2012-04-07 21:07

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

58 lines of code changed in 3 files:

alfille 2012-04-07 20:55 Rev.: 1.1

Add FS_w_external (although it needs work)

158 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

8 lines of code changed in 3 files:

alfille 2012-04-07 20:52 Rev.: 1.9

Exclude sn lock for external -- (use a different mutex)

6 lines of code changed in 1 file:

alfille 2012-04-07 13:41 Rev.: 1.178

From Johan Str??m

6 lines of code changed in 1 file:

alfille 2012-04-07 13:34

FreeBSD patch from Johan Str??m

2 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.

1518 lines of code changed in 38 files:

alfille 2012-04-07 12:35

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

154 lines of code changed in 3 files:

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

Work on script reading interface

4 lines of code changed in 1 file:

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

Improve device_name in parsed_name structure

43 lines of code changed in 1 file:

alfille 2012-04-04 13:49

Add ow_read_external.c

634 lines of code changed in 2 files:

alfille 2012-04-03 20:01

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

1532 lines of code changed in 40 files:

alfille 2012-04-03 13:38 Rev.: 1.208

Minor refactoring of FS_devdir

4 lines of code changed in 1 file:

  • module/owlib/src/c: ow_dir.c (+4 -3)
alfille 2012-04-01 13:20

SOCK_CLOEXEC doesn't seem to be supported

6 lines of code changed in 2 files:

alfille 2012-04-01 13:18 Rev.: 1.27

CLO_EXEC doesn't seem to be supported

3 lines of code changed in 1 file:

alfille 2012-03-29 21:54

Fix order of Properties entry

20 lines of code changed in 2 files:

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

Fix sensor and property parsing.

12 lines of code changed in 1 file:

alfille 2012-03-27 20:58

Fix pointer refrences for tree search in external parsing

10 lines of code changed in 2 files:

alfille 2012-03-27 20:27 Rev.: 1.163

Hook up calls to process sensor and property configuration lines

5 lines of code changed in 1 file:

  • module/owlib/src/c: ow_opt.c (+5 -3)
alfille 2012-03-27 15:27 Rev.: 1.150

Fix bug found by Ivan Lisenkov -- temperature limits for the DS18X20s were being cast to uint_8 instead of int_8 and thus negative values were being excluded.

2 lines of code changed in 1 file:

alfille 2012-03-27 12:35 Rev.: 1.60

SOCK_CLOEXEC causes problems with default server adderss opening.

4 lines of code changed in 1 file:

alfille 2012-03-26 22:07 Rev.: 1.14

Clear owexternal.h vs owserver.h

2 lines of code changed in 1 file:

alfille 2012-03-25 20:56 Rev.: 1.9

Default property lengths

32 lines of code changed in 1 file:

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

Add sensor data field and simplifying macro

73 lines of code changed in 1 file:

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

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

130 lines of code changed in 1 file:

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

Fix the family tree references and creation

8 lines of code changed in 1 file:

(2092 more)

Generated by StatCVS 0.7.0