Directory module/owserver/src/c/

Directory Created:
2004-12-14 20:44
Total Files:
15
Deleted Files:
2
Lines of Code:
1525

Browse with ViewVC

[root]/module/owserver/src/c

Lines of Code

module/owserver/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 435 (100.0%) 6521 (100.0%) 14.9
alfille 336 (77.2%) 5176 (79.4%) 15.4
d1mag 98 (22.5%) 1239 (19.0%) 12.6
peterk 1 (0.2%) 106 (1.6%) 106.0

Most Recent Commits

alfille 2012-05-06 16:21 Rev.: 1.130

Add owexternal check and flag for external permission

4 lines of code changed in 1 file:

alfille 2012-05-06 10:15 Rev.: 1.33

owexternal is now a build of owserver

15 lines of code changed in 1 file:

alfille 2012-03-27 12:34

Fix owserver / owexternal confusion for compilation.

9 lines of code changed in 3 files:

alfille 2012-03-26 22:42

Change owexternal references to owserver

27 lines of code changed in 13 files:

alfille 2012-03-26 22:16 Rev.: 1.3

Clean up more external/server confusion

0 lines of code changed in 1 file:

alfille 2012-03-13 22:48 Rev.: 1.2

Add program_type_external

2 lines of code changed in 1 file:

alfille 2012-03-13 21:40 Rev.: 1.1

Add owexternal as a special owserver that handles non-1wire devices

2 lines of code changed in 1 file:

alfille 2012-03-13 20:05

Add owexternal as a special owserver that handles non-1wire devices

29 lines of code changed in 13 files:

alfille 2012-03-13 09:13 Rev.: 1.15

Add close on fork to pipes

3 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+3 -1)
alfille 2011-12-06 21:50 Rev.: 1.29

Static buffer in parsedname structure for path name copies

3 lines of code changed in 1 file:

  • module/owserver/src/c: read.c (+3 -10)
alfille 2011-12-06 16:34 Rev.: 1.49

remove impossible negative size test in unsigned var

2 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+2 -5)
alfille 2011-09-06 19:44 Rev.: 1.14

Eliminate unused return value of pthread_join

3 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+3 -5)
alfille 2011-09-06 19:43 Rev.: 1.48

Don't detach the data handling thread (so joining actually works).

1 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+1 -3)
alfille 2011-09-06 10:32 Rev.: 1.13

Add thread_join to attack a subtle thread synchronization errror in owserver

13 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+13 -10)
alfille 2011-08-09 20:54 Rev.: 1.128

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:

alfille 2011-08-07 12:39 Rev.: 1.47

Allow zero length writes -- needed for clearing alias name

6 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+6 -4)
alfille 2011-08-07 12:39 Rev.: 1.12

Fix some code comments

1 lines of code changed in 1 file:

  • module/owserver/src/c: write.c (+1 -2)
alfille 2011-06-22 20:54 Rev.: 1.46

Fixed bug in debug code for presence message. virtual buses (like structure) were being used for some error codes.

2 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+2 -2)
alfille 2011-05-10 20:53 Rev.: 1.127

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

6 lines of code changed in 1 file:

alfille 2011-04-05 14:03 Rev.: 1.45

Add unaliased and uncached as flags. Also change Globals to be the primary source of the flags, with SetLocalFlags() setting LocalFlags. Handling merging of properties (uncached and unaliased) to sibling, owserver.

12 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+12 -1)
alfille 2011-03-08 20:36

Cyril Lavier contributed spelling corrections

8 lines of code changed in 3 files:

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

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:

  • module/owserver/src/c: data.c (+2 -2)
alfille 2010-09-23 22:23

charblob defined constant

4 lines of code changed in 2 files:

alfille 2010-09-23 21:10 Rev.: 1.12

Add named constants for pthread attr and time(NULL)

2 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+2 -2)
alfille 2010-09-07 06:31

Changed much of the thread contingency to make the commands behave as NOP when threading not used instead of #if macro work.

4 lines of code changed in 3 files:

alfille 2010-08-25 21:16 Rev.: 1.27

Change the read and write functions to cache properly. Clean up the code. Make sure that memory reads return a length.

2 lines of code changed in 1 file:

  • module/owserver/src/c: read.c (+2 -2)
alfille 2010-08-18 14:36 Rev.: 1.11

Fix for owserver crash on MIPS

37 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+37 -33)
alfille 2010-08-02 20:07 Rev.: 1.20

Fix a typo

2 lines of code changed in 1 file:

alfille 2010-08-01 05:41 Rev.: 1.19

owserver and owserver_enet to traffic mode

2 lines of code changed in 1 file:

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

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:

alfille 2010-06-14 14:37 Rev.: 1.20

OWNet updates (slash, fix pressure scale, write offset) and minor changes to tcp_read

9 lines of code changed in 1 file:

alfille 2010-05-26 10:39 Rev.: 1.125

change name of shutdown_in_progress to avoid a name collision

5 lines of code changed in 1 file:

alfille 2010-05-09 21:11

Update return types for tcp_wait and EnterBackground

5 lines of code changed in 2 files:

alfille 2010-05-08 13:47

Fix symbol collision in the MUTEX_... macros

9 lines of code changed in 3 files:

alfille 2010-05-02 22:17 Rev.: 1.18

Clean up server communication considerably. Different encapsulation. Close connection rather than read overly long response. Move duplicate ServerDIR/DIRALL code to separate function.

7 lines of code changed in 1 file:

alfille 2010-04-27 18:27

Tighten up the mutex attributes. Use new macros to encapsulate all mutex handling.

11 lines of code changed in 3 files:

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

Change function returns. Specifically API and _detect

4 lines of code changed in 1 file:

alfille 2010-04-19 12:56 Rev.: 1.8

Remove some debugging code

2 lines of code changed in 1 file:

  • module/owserver/src/c: loop.c (+2 -6)
alfille 2010-04-19 12:25

Now send serial number with presence.

13 lines of code changed in 2 files:

  • module/owserver/src/c: data.c (+2 -2)
alfille 2010-04-19 10:02 Rev.: 1.39

More cleanup file compiler warnings

2 lines of code changed in 1 file:

  • module/owserver/src/c: data.c (+2 -2)

(217 more)

Generated by StatCVS 0.7.0