Directory owfs/module/owfs/src/c/

Directory Created:
2004-03-01 23:14
Total Files:
5
Deleted Files:
1
Lines of Code:
543

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 166 (100.0%) 2136 (100.0%) 12.8
alfille 98 (59.0%) 1296 (60.7%) 13.2
d1mag 59 (35.5%) 435 (20.4%) 7.3
vtt 4 (2.4%) 361 (16.9%) 90.2
oskin 2 (1.2%) 31 (1.5%) 15.5
nhuillard 1 (0.6%) 8 (0.4%) 8.0
geocar 2 (1.2%) 5 (0.2%) 2.5

Most Recent Commits

d1mag 2008-06-18 10:05

Fix many 1-line if-statements without braces.

33 lines of code changed in 2 files:

d1mag 2008-06-17 07:32 Rev.: 1.75

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.

6 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+6 -6)
d1mag 2008-06-17 05:01 Rev.: 1.33

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.

4 lines of code changed in 1 file:

alfille 2008-04-10 22:41 Rev.: 1.48

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.

5 lines of code changed in 1 file:

alfille 2008-04-08 21:02 Rev.: 1.47

Fix for bus.0/uncached/bus.0 directory listing.

3 lines of code changed in 1 file:

d1mag 2008-04-02 16:09 Rev.: 1.32

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

18 lines of code changed in 1 file:

alfille 2008-03-24 21:19 Rev.: 1.74

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

30 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+30 -22)
alfille 2008-03-14 19:48 Rev.: 1.73

Moved shutdown_in_progress to StateInfo struct

2 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+2 -2)
alfille 2008-03-04 16:28 Rev.: 1.72

Change to configuration file processing -- program-specific. Also add ow_opt.h include file.

4 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+4 -4)
d1mag 2008-01-30 07:15

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

15 lines of code changed in 3 files:

alfille 2007-09-19 21:22 Rev.: 1.45

moved from pn.ft to pn.selected_filetype for clarity

2 lines of code changed in 1 file:

alfille 2007-09-19 17:33 Rev.: 1.70

Minor changes to reduce confusion of names indevice indevices outdevice outdevices

5 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+5 -5)
d1mag 2007-08-22 03:55 Rev.: 1.69

Add ; to line

2 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+2 -2)
d1mag 2007-06-18 00:45 Rev.: 1.31

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

2 lines of code changed in 1 file:

alfille 2007-01-29 23:19

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

366 lines of code changed in 3 files:

alfille 2007-01-15 19:42 Rev.: 1.43

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:

alfille 2007-01-14 14:49 Rev.: 1.42

Switch to the new dir2 functions to prevent callbacks.

21 lines of code changed in 1 file:

d1mag 2007-01-05 04:23 Rev.: 1.30

Lots of Makefile changes to compile clean on MacOSX.

4 lines of code changed in 1 file:

alfille 2006-12-02 21:23 Rev.: 1.67

add --allow_other shorthand for fuse options

9 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+9 -1)
d1mag 2006-11-13 07:24 Rev.: 1.66

Fix interupted systemcall from accept.. and change exit-function on wrt54g

5 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+5 -3)
d1mag 2006-11-10 08:05 Rev.: 1.65

Some changes in the signal handling... Should probably ignore and handle
the signals much better now.

5 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+5 -3)
d1mag 2006-11-02 06:20 Rev.: 1.29

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

2 lines of code changed in 1 file:

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

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

6 lines of code changed in 1 file:

d1mag 2006-10-27 06:07 Rev.: 1.27

A very beta check-in to make it possible to compile for cygwin+bonjour.
There are some extra debug-output which will be removed soon.

8 lines of code changed in 1 file:

alfille 2006-08-27 22:04 Rev.: 1.64

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

4 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+4 -8)
alfille 2006-08-27 13:05 Rev.: 1.63

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

7 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+7 -6)
alfille 2006-08-22 20:49 Rev.: 1.62

configuration file support

17 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+17 -14)
alfille 2006-08-01 08:38

Accept FUSE 1.4

7 lines of code changed in 2 files:

alfille 2006-07-19 21:06

Changes to defines for 2.6 version of fuse

18 lines of code changed in 2 files:

alfille 2006-06-16 08:32 Rev.: 1.26

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

4 lines of code changed in 1 file:

d1mag 2006-06-07 00:45 Rev.: 1.59

Noticed some bugs... sigh..

2 lines of code changed in 1 file:

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

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

5 lines of code changed in 2 files:

d1mag 2006-05-31 07:20

Fix fuse compilation for older fuse-versions... (fuse-2.2.1)
Skip signal handling in owfs, since fuse do that in helper-functions.

30 lines of code changed in 2 files:

alfille 2006-05-28 13:29

Simplify include files.

3 lines of code changed in 3 files:

d1mag 2006-05-24 08:39 Rev.: 1.24

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

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

8 lines of code changed in 4 files:

alfille 2006-05-12 16:31 Rev.: 1.37

Don't set "BUSRET" here -- it's a parameter set in ow_server to flag owserver directory handling of requested bus.

1 lines of code changed in 1 file:

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

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

7 lines of code changed in 1 file:

alfille 2006-05-05 06:45 Rev.: 1.54

Correct fuse_main call -- Christian Magnusson pointed out the error.

1 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+1 -6)
d1mag 2006-05-05 02:42 Rev.: 1.53

Only used single threaded fuse..

5 lines of code changed in 1 file:

  • owfs/module/owfs/src/c: owfs.c (+5 -4)

(93 more)

Generated by StatCVS 0.6.0