Directory owfs/module/owserver/src/c/

Directory Created:
2004-12-14 20:44
Total Files:
12
Deleted Files:
0
Lines of Code:
1411

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 262 (100.0%) 5361 (100.0%) 20.4
alfille 184 (70.2%) 4205 (78.4%) 22.8
d1mag 77 (29.4%) 1050 (19.6%) 13.6
peterk 1 (0.4%) 106 (2.0%) 106.0

Most Recent Commits

alfille 2008-11-02 19:10 Rev.: 1.109

Fix up default and ephemeral ports.

1 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: owserver.c (+1 -5)
alfille 2008-10-30 11:53 Rev.: 1.108

*** empty log message ***

1 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: owserver.c (+1 -3)
alfille 2008-07-06 19:13 Rev.: 1.20

comments and braces

11 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: data.c (+11 -7)
d1mag 2008-06-18 10:05

Fix many 1-line if-statements without braces.

215 lines of code changed in 8 files:

alfille 2008-06-17 19:09 Rev.: 1.18

Make sure null message (owserver) has 0 offset. Not required, but more elegant than random garbage.

2 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: dir.c (+2 -2)
d1mag 2008-06-17 07:32

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.

20 lines of code changed in 4 files:

d1mag 2008-06-17 05:01 Rev.: 1.24

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.

2 lines of code changed in 1 file:

alfille 2008-04-10 22:41

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.

14 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: dir.c (+9 -30), dirall.c (+5 -32)
alfille 2008-04-07 20:15 Rev.: 1.4

Test sidetap code with netcat and it works!

21 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: to_side.c (+21 -7)
alfille 2008-04-07 19:21

Clean up sidetap code.

44 lines of code changed in 3 files:

alfille 2008-04-07 10:04

Update cache and store to reader/writer locks and more sidetap code.

29 lines of code changed in 3 files:

alfille 2008-04-06 15:26

owserver sidetap code -- including larger header and multiple taps. Compiles but not tested.

221 lines of code changed in 6 files:

alfille 2008-04-05 16:31

Add infrastructure for sidetap connections -- owlib work. Includes options, help, tcp code. Still needs owserver work and a client.

20 lines of code changed in 3 files:

alfille 2008-04-05 12:08 Rev.: 1.9

Style change to if statement

5 lines of code changed in 1 file:

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

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-24 21:19 Rev.: 1.104

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

14 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: owserver.c (+14 -5)
alfille 2008-03-17 21:15

Move locking mutexes to a single structure to de-clutter the namespace.

4 lines of code changed in 2 files:

alfille 2008-03-14 19:48 Rev.: 1.102

Moved shutdown_in_progress to StateInfo struct

4 lines of code changed in 1 file:

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

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

170 lines of code changed in 9 files:

alfille 2007-11-08 19:31

Fix for remote bus names being included in specified directories.

19 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: dir.c (+8 -7), dirall.c (+11 -10)
alfille 2007-10-29 10:06 Rev.: 1.13

Remove some debugging code.

1 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: dir.c (+1 -6)
alfille 2007-10-29 10:03

Better path checks in owserver. More stat changes moving error entries from generic counters to bus-specific

38 lines of code changed in 4 files:

alfille 2007-10-21 11:10

Fixed "interface" -- a property of the bus. This meant some cleanup and bug fixes for remote bus, and cleanup of filename parsing. Indeed, the bulk of the work is in parsename.c which validates and parses the correct syntax.

16 lines of code changed in 4 files:

alfille 2007-10-10 19:58

Change storing bus number to bus pointer in struct parsedname

7 lines of code changed in 3 files:

alfille 2007-09-24 12:31

Fixed problem in owlib DIRALL client processing.

12 lines of code changed in 3 files:

alfille 2007-09-23 20:31 Rev.: 1.9

Refactoring: Separate out include files for major structrues (filetype, device, parsedname) and change pn->in to pn->selected_connection for readability

4 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: dir.c (+2 -2), dirall.c (+2 -2)
alfille 2007-09-20 18:39 Rev.: 1.8

Steven Bauer's fix for a NULL pointer in dirall.c when there is an empty directory.

8 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: dirall.c (+8 -6)
alfille 2007-09-20 09:54 Rev.: 1.14

prettier names for device structure elements

5 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: read.c (+5 -5)
alfille 2007-09-19 21:49

pn.dev becomes pn.selected_device

4 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: dir.c (+2 -2), dirall.c (+2 -2)
alfille 2007-09-19 17:33 Rev.: 1.100

Minor changes to reduce confusion of names indevice indevices outdevice outdevices

2 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: owserver.c (+2 -2)
alfille 2007-09-19 13:58 Rev.: 1.12

Fix for LCD error -- didn't set filetype in shallow oew in screenX so width wasnt known in lineX. Also changed OWQ_make to more understandable OWQ_allocate_struct_and_pointer

2 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: data.c (+2 -2)
alfille 2007-09-18 20:07

change fd to file_descriptor for clarity

19 lines of code changed in 5 files:

alfille 2007-08-29 20:31

clean up owserver debug messages.

6 lines of code changed in 3 files:

alfille 2007-08-12 20:32 Rev.: 1.6

Added directory flags to owtap, and discovered that DIRALL wasn't supporting them! -- fixed

3 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: dirall.c (+3 -2)
alfille 2007-08-07 22:02 Rev.: 1.10

Persistence supported in owtap. Fixed no_diral handling (and potential owserver bug).

2 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: data.c (+2 -1)
alfille 2007-08-05 18:46

Added testing support for developers of ownet: no_dirall, no_get no_persistence pingcrazy, along with man page and help page updates.

27 lines of code changed in 2 files:

d1mag 2007-08-02 05:57 Rev.: 1.13

Found the bug.. allocating 1 byte extra.

3 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: read.c (+3 -4)
d1mag 2007-08-01 06:47 Rev.: 1.12

Sorry for all changes to the cvs, but I have to checkin to recompile all cross-compiled platforms.

14 lines of code changed in 1 file:

  • owfs/module/owserver/src/c: read.c (+14 -5)
d1mag 2007-08-01 06:05

Some minor fixes

16 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: data.c (+7 -6), read.c (+9 -8)
d1mag 2007-08-01 02:26

Add some debug output... Tracing a bug on openwrt.

19 lines of code changed in 2 files:

  • owfs/module/owserver/src/c: data.c (+2 -1), read.c (+17 -2)

(131 more)

Generated by StatCVS 0.6.0