Directory module/owhttpd/src/c/

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

Browse with ViewVC

[root]/module/owhttpd/src/c

Lines of Code

module/owhttpd/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 313 (100.0%) 9004 (100.0%) 28.7
alfille 237 (75.7%) 6926 (76.9%) 29.2
d1mag 64 (20.4%) 1060 (11.8%) 16.5
vtt 4 (1.3%) 791 (8.8%) 197.7
peterk 3 (1.0%) 191 (2.1%) 63.6
oskin 3 (1.0%) 25 (0.3%) 8.3
nhuillard 1 (0.3%) 9 (0.1%) 9.0
geocar 1 (0.3%) 2 (0.0%) 2.0

Most Recent Commits

alfille 2011-12-19 21:40 Rev.: 1.98

remove a spurious character

2 lines of code changed in 1 file:

alfille 2011-12-19 20:15 Rev.: 1.97

Fix debug message formatting error.

2 lines of code changed in 1 file:

alfille 2011-12-18 19:47 Rev.: 1.96

Remove some extra debug code

2 lines of code changed in 1 file:

alfille 2011-12-17 22:14

Fix getline problem

6 lines of code changed in 2 files:

alfille 2011-12-17 22:02 Rev.: 1.6

Add footter to icon response

4 lines of code changed in 1 file:

alfille 2011-12-17 21:56 Rev.: 1.93

Simplify "ReadToCR"

7 lines of code changed in 1 file:

alfille 2011-12-06 17:19 Rev.: 1.92

Manage a null pn in http return

9 lines of code changed in 1 file:

alfille 2011-12-06 16:37 Rev.: 1.91

initialize http_code for compiler warning

2 lines of code changed in 1 file:

alfille 2011-11-04 19:44 Rev.: 1.51

Fix error transcribing Spadim's Json patches.

2 lines of code changed in 1 file:

alfille 2011-11-03 20:53

Add Json support (to owhttpd) from Roberto Spadim

288 lines of code changed in 4 files:

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

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 17:56

Fix strange characters in alias names for owhttpd. Escape properly for web interface.

95 lines of code changed in 3 files:

alfille 2011-05-10 20:53 Rev.: 1.72

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

2 lines of code changed in 1 file:

alfille 2010-12-21 07:36 Rev.: 1.13

Device name moved to different structure -- missed this update in owhttpd

2 lines of code changed in 1 file:

alfille 2010-11-16 11:06 Rev.: 1.71

Debub message to help pinpoint location of close seg fault

2 lines of code changed in 1 file:

alfille 2010-09-24 16:30 Rev.: 1.88

Added named constant for path == NULL

2 lines of code changed in 1 file:

alfille 2010-09-24 16:04

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

13 lines of code changed in 3 files:

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

Add named constants for pthread attr and time(NULL)

2 lines of code changed in 1 file:

alfille 2010-09-22 22:17

Substitute constants for many NULLs

11 lines of code changed in 2 files:

alfille 2010-08-28 09:55 Rev.: 1.47

Fix structure directories -- only show 0th element, don't try visibility, improve web display , and get format codes in sync.

94 lines of code changed in 1 file:

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

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

8 lines of code changed in 1 file:

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

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-01 21:17 Rev.: 1.85

Clean up allocate_write_buffer return type

2 lines of code changed in 1 file:

alfille 2010-06-01 19:30 Rev.: 1.84

Some work on file upload in owhttpd -- clean up offset issues.

2 lines of code changed in 1 file:

alfille 2010-05-25 15:57 Rev.: 1.69

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

5 lines of code changed in 1 file:

alfille 2010-05-09 21:11 Rev.: 1.68

Update return types for tcp_wait and EnterBackground

2 lines of code changed in 1 file:

alfille 2010-05-09 20:18 Rev.: 1.67

Fix for a copies malloc pointer in ow_ha5 and a bunch of return type fixes.

3 lines of code changed in 1 file:

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

Change function returns. Specifically API and _detect

5 lines of code changed in 1 file:

alfille 2010-04-21 22:21

Improvements on remote alias, alias names in owhttpd, and alias names for fake adapter.

5 lines of code changed in 2 files:

alfille 2010-04-21 13:17

move httpunescape to it's own file

49 lines of code changed in 4 files:

alfille 2010-04-17 14:15 Rev.: 1.65

Cleaner implementation of ServerProcess. a litle less aggressively threaded, but still high performance.

2 lines of code changed in 1 file:

alfille 2010-04-07 14:54 Rev.: 1.81

Change the return type of OWQ_Create and fix a return value error in the presence data from owserver.

2 lines of code changed in 1 file:

alfille 2010-03-27 21:09 Rev.: 1.45

Fix the problem with the swig routines. Tested extensively for owperl and a new owdata.pl example added.

6 lines of code changed in 1 file:

alfille 2010-03-22 22:31 Rev.: 1.44

Work on clarifying read function returns.

8 lines of code changed in 1 file:

alfille 2010-02-27 16:55 Rev.: 1.80

Clean up handling of too long error messages, and switch fgets to getline.

7 lines of code changed in 1 file:

alfille 2010-02-27 12:28

Simplify function names starting with FS_OWQ_ to just OWQ_

15 lines of code changed in 2 files:

alfille 2010-02-27 11:41 Rev.: 1.78

Siblings had a 0 length buffer (since ascii representation not needed), but that confused read which thought it was a direct_io read at the end of the file. Fixed with a 1-byte default buffer with no wasted allocations.

2 lines of code changed in 1 file:

alfille 2010-02-23 21:19 Rev.: 1.42

Remove FS_OWQ_from_pn

3 lines of code changed in 1 file:

alfille 2010-02-22 21:59

Clean up of one_wire_query structure creation. Now allocating structure and allocating/assigning buffers is separate.

34 lines of code changed in 2 files:

alfille 2010-02-14 21:35

Use only 1 OWQ destroyer.

6 lines of code changed in 2 files:

(172 more)

Generated by StatCVS 0.7.0