Directory module/owfs/src/c/

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

Browse with ViewVC

[root]/module/owfs/src/c

Lines of Code

module/owfs/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 190 (100.0%) 2277 (100.0%) 11.9
alfille 122 (64.2%) 1437 (63.1%) 11.7
d1mag 59 (31.1%) 435 (19.1%) 7.3
vtt 4 (2.1%) 361 (15.9%) 90.2
oskin 2 (1.1%) 31 (1.4%) 15.5
nhuillard 1 (0.5%) 8 (0.4%) 8.0
geocar 2 (1.1%) 5 (0.2%) 2.5

Most Recent Commits

alfille 2012-03-16 19:28 Rev.: 1.87

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

2 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+2 -6)
alfille 2011-12-18 19:26 Rev.: 1.86

Address some compiler warnings

2 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+2 -1)
alfille 2011-11-10 21:19 Rev.: 1.59

return_code work

5 lines of code changed in 1 file:

alfille 2011-11-08 20:54 Rev.: 1.58

Start of return code implementation -- fuse directory callback

7 lines of code changed in 1 file:

alfille 2011-08-09 20:54 Rev.: 1.85

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

2 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+2 -2)
alfille 2011-05-10 20:53 Rev.: 1.84

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

1 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+1 -28)
alfille 2010-09-24 16:30 Rev.: 1.57

Added named constant for path == NULL

2 lines of code changed in 1 file:

alfille 2010-09-24 16:04 Rev.: 1.56

More NULL to named variables. Found some minor errors along the way. (Announce had a potential Mutex lockup on error).

2 lines of code changed in 1 file:

alfille 2010-09-22 22:17 Rev.: 1.55

Substitute constants for many NULLs

4 lines of code changed in 1 file:

alfille 2010-07-17 20:49 Rev.: 1.83

Change LibSetup to return good if any buses are found, else Bad (This includes pseudo buses like USB scan and zeroconf and w1)

4 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+4 -2)
alfille 2010-05-25 15:57 Rev.: 1.82

More cleanup of pthread code -- remove unused semaphore functions.

2 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+2 -2)
alfille 2010-04-28 20:50 Rev.: 1.54

Fix double cread calls by fuse (just ignore if offset is after file).

25 lines of code changed in 1 file:

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

Change function returns. Specifically API and _detect

4 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+4 -5)
alfille 2010-04-06 14:46 Rev.: 1.53

return types for FS_ParseName

4 lines of code changed in 1 file:

alfille 2010-03-02 21:41 Rev.: 1.11

Clean up fuse option parsing.

27 lines of code changed in 1 file:

alfille 2010-01-31 22:01 Rev.: 1.52

Improve encapsulation of charblob and memblob structures.

2 lines of code changed in 1 file:

alfille 2010-01-25 10:08

Change error messages to automatically add newline. A lot of minor changes.

21 lines of code changed in 3 files:

alfille 2009-08-04 07:12 Rev.: 1.79

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

4 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+4 -4)
alfille 2009-03-28 20:37

Found a memory leak in the sibling allocation.

12 lines of code changed in 2 files:

alfille 2009-03-25 20:30 Rev.: 1.50

Minor refactoring

4 lines of code changed in 1 file:

alfille 2008-11-10 09:33 Rev.: 1.77

Bundle connection_out and connection_side into control structures. Mainly for convenience and control of global proliferation.

5 lines of code changed in 1 file:

  • module/owfs/src/c: owfs.c (+5 -5)
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:

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

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

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

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

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

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

  • module/owfs/src/c: owfs.c (+9 -1)

(114 more)

Generated by StatCVS 0.7.0