Directory module/owcapi/src/c/

Directory Created:
2005-10-08 22:43
Total Files:
3
Deleted Files:
0
Lines of Code:
246

Browse with ViewVC

[root]/module/owcapi/src/c

Lines of Code

module/owcapi/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 75 (100.0%) 1378 (100.0%) 18.3
alfille 49 (65.3%) 1055 (76.6%) 21.5
d1mag 25 (33.3%) 237 (17.2%) 9.4
peterk 1 (1.3%) 86 (6.2%) 86.0

Most Recent Commits

alfille 2011-12-18 19:26 Rev.: 1.54

Address some compiler warnings

2 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+2 -1)
alfille 2011-08-09 20:54 Rev.: 1.53

Better naming for program type (used to change the handing of some comon features in the library like the default port asignments.)

3 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+3 -3)
alfille 2011-05-31 09:04 Rev.: 1.19

Fix for Makefile.ac conditional in owcapi -- Debian patch assumed Makefile syntax was from a980s or later. No "else if" construct. Really. What lazy language designers.

7 lines of code changed in 1 file:

alfille 2011-05-10 20:53 Rev.: 1.52

Consolidate some of the exit code and signal catching code into the library.

1 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+1 -8)
alfille 2011-03-13 20:15 Rev.: 1.18

Debian change

4 lines of code changed in 1 file:

alfille 2010-04-24 10:38 Rev.: 1.51

Change function returns. Specifically API and _detect

28 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+28 -22)
alfille 2010-04-01 21:51 Rev.: 1.50

Several changes, including for for owcapi (and owtcl) as well as extensive function return fixes.

7 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+7 -83)
alfille 2010-02-27 12:28 Rev.: 1.49

Simplify function names starting with FS_OWQ_ to just OWQ_

4 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+4 -4)
alfille 2010-02-22 21:59 Rev.: 1.48

Clean up of one_wire_query structure creation. Now allocating structure and allocating/assigning buffers is separate.

7 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+7 -26)
alfille 2010-01-31 22:01 Rev.: 1.47

Improve encapsulation of charblob and memblob structures.

4 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+4 -4)
alfille 2009-08-04 07:12 Rev.: 1.46

Separate busmaster command line parsing (ARG_...) to a separate file.

2 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+2 -2)
alfille 2009-05-31 11:04 Rev.: 1.45

Fix in owcapi for empty directory

15 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+15 -6)
alfille 2009-03-28 20:37 Rev.: 1.44

Found a memory leak in the sibling allocation.

6 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+6 -6)
d1mag 2009-01-07 10:11 Rev.: 1.43

Add OWNET_present() & OWNET_finish() in OWNET.
Add OW_present() in OWCAPI.

21 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+21 -2)
alfille 2008-06-24 19:44 Rev.: 1.42

If's need brackets, even for single line.

9 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+9 -5)
d1mag 2008-06-18 10:05 Rev.: 1.41

Fix many 1-line if-statements without braces.

60 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+60 -60)
d1mag 2008-06-17 07:32 Rev.: 1.40

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.

3 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+3 -3)
d1mag 2008-06-17 05:01 Rev.: 1.17

Compile shared libraries with -fPIC as it should be done from the beginning.
Trying to solve swig/python problem on 64bit servers. Not possible to access
Global struct from the swig-module for some reason. (works on 32 bit)
Clean up make files and update to libtool-1.5.26.

6 lines of code changed in 1 file:

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

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

11 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+11 -1)
alfille 2008-04-13 20:32 Rev.: 1.38

Minor compiler error squashing and owside.tcl work

2 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+2 -2)
alfille 2008-04-10 22:41 Rev.: 1.37

Big change -- Parse all directory entries so callbacks get true struct parsename and can simply peal off the file name. Might make dir a little slower, but greatly simplifies all the code. Well tested on owserver, owfs, owhttpd.

4 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+4 -5)
d1mag 2008-04-02 16:09 Rev.: 1.16

Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg

16 lines of code changed in 1 file:

alfille 2008-03-29 14:09 Rev.: 1.36

Fixes for owcapi. The example program is cleaned up. The API references are corrected. More intelligent parameter parsing is done (some is pushed upstream into owlib). Minor stylistic changes (1-line if's get brackets when I run across them).

34 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+34 -40)
alfille 2008-03-24 21:19 Rev.: 1.35

Clean up of daemon mode and owcapi/swig modes -- uses read-write-locks.

68 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+68 -61)
d1mag 2008-01-30 07:15 Rev.: 1.34

Indent all .c and .h files with code_format-script.

21 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+21 -22)
d1mag 2007-06-18 00:45 Rev.: 1.15

Link owshell without libpthread since it doesn't need it.

2 lines of code changed in 1 file:

d1mag 2007-06-05 02:41 Rev.: 1.33

Set max buffersize after allocating the buffer.

29 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+29 -28)
d1mag 2007-05-21 12:05 Rev.: 1.14

Add soname to libowcapi too.

2 lines of code changed in 1 file:

alfille 2007-03-24 18:06 Rev.: 1.32

Huge changes. Extended one_wire_query support for all aspects. Really checked out the memory reading/writing functions. Tested DS1921, DS1810 DS2406 DS2436, ...

4 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+4 -4)
alfille 2007-02-28 21:11 Rev.: 1.31

conversion to one_wire_query -- it's slow, alas. Up to read_postpostparse.

35 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+35 -23)
alfille 2007-01-29 23:19 Rev.: 1.30

Pretty-up code using sript: code_format.sh in /src/scripts

199 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+199 -172)
alfille 2007-01-15 21:09 Rev.: 1.29

Fix pointer error in getval

3 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+3 -3)
alfille 2007-01-15 19:42 Rev.: 1.28

Remove the duplicate non-nestable directory functions. (The old ones that don't pass a void * for data.)

2 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+2 -2)
alfille 2007-01-15 12:53 Rev.: 1.27

Change owcapi to not use nested directory functions

53 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+53 -126)
d1mag 2006-11-02 06:20 Rev.: 1.13

Build a correct shared library called cygow-0.dll which is used for all applications... owcapi also builds correct now.

6 lines of code changed in 1 file:

d1mag 2006-10-31 07:31 Rev.: 1.2

Update some more .cvsignore files.

2 lines of code changed in 1 file:

d1mag 2006-10-30 07:33 Rev.: 1.12

Remove compile-dependency to libdnssd.so and dnssd.dll. Load them in real-time instead.

1 lines of code changed in 1 file:

peterk 2006-10-09 15:20 Rev.: 1.26

Additional changes to seperate out the nested functions for platforms which don't support them.

86 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+86 -1)
alfille 2006-08-27 22:04 Rev.: 1.25

Added system/configuration
More stray global vars placed in Global structure

18 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+18 -37)
alfille 2006-08-27 13:05 Rev.: 1.24

Fix for owfs infinite loop in parameter parsing.
Add owopt_packed.

18 lines of code changed in 1 file:

  • module/owcapi/src/c: owcapi.c (+18 -18)

(28 more)

Generated by StatCVS 0.7.0