Directory owfs/module/owcapi/src/c/

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

Browse with ViewVC

[root]/owfs/module/owcapi/src/c

Lines of Code

owfs/module/owcapi/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 1267 (100.0%) 20.7
alfille 36 (59.0%) 965 (76.2%) 26.8
d1mag 24 (39.3%) 216 (17.0%) 9.0
peterk 1 (1.6%) 86 (6.8%) 86.0

Most Recent Commits

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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/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:

  • owfs/module/owcapi/src/c: owcapi.c (+18 -18)
alfille 2006-06-16 08:32

fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions

7 lines of code changed in 2 files:

d1mag 2006-06-06 16:14 Rev.: 1.22

Some minor fixes for owcapi and example.

12 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+12 -9)
alfille 2006-06-06 15:38 Rev.: 1.21

fixed owcapi -- didn't handle return values properly.

8 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+8 -3)
d1mag 2006-06-06 06:40

Change the compilation flags... those are read from owfs_config.h instead.

3 lines of code changed in 2 files:

alfille 2006-05-31 07:23 Rev.: 1.19

Added new IsDir macro, and file_list changes for owftpd.

2 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+2 -7)
d1mag 2006-05-29 05:07 Rev.: 1.18

Fix compilation for Solaris.

2 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+2 -1)
alfille 2006-05-27 21:01 Rev.: 1.17

Big change -- Improved filesize algorithm, eliminate ServerSize.
Also change read to use PresenceCheck to find the right bus, rather than reading them all.
Same change to write
Use server_mode flag to signal server vs all other invokation of libow.
remove file ow_size

3 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+3 -3)
d1mag 2006-05-26 08:09 Rev.: 1.16

hmmm... appname is not available here... set it to owcapi

2 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+2 -2)
d1mag 2006-05-26 08:04 Rev.: 1.15

Fix some argument handling...

19 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+19 -15)
alfille 2006-05-25 20:45 Rev.: 1.14

owcapi changes, and man page added.

54 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+54 -51)
d1mag 2006-05-24 08:39 Rev.: 1.9

Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.

3 lines of code changed in 1 file:

d1mag 2006-05-17 09:15

Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.

4 lines of code changed in 2 files:

alfille 2006-05-07 15:37 Rev.: 1.12

1. get rid of "* const var" syntax.
2. use BYTE typedef
3. eliminate an uncommon realloc corner case memory leak.
4. improve "bus.n" handling

4 lines of code changed in 1 file:

  • owfs/module/owcapi/src/c: owcapi.c (+4 -2)
alfille 2006-04-25 18:46 Rev.: 1.11

PID changes -- now a separate flag for programs that shouldn't go in to background themselves. Hooks for setting pid file in owfs.

2 lines of code changed in 1 file:

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

(14 more)

Generated by StatCVS 0.6.0