Directory module/ownet/c/src/c/

Directory Created:
2008-01-10 03:41
Total Files:
24
Deleted Files:
9
Lines of Code:
4709

Browse with ViewVC

[root]/module/ownet/c/src/c

Lines of Code

module/ownet/c/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 157 (100.0%) 6644 (100.0%) 42.3
alfille 86 (54.8%) 5393 (81.2%) 62.7
d1mag 71 (45.2%) 1251 (18.8%) 17.6

Most Recent Commits

alfille 2011-03-08 20:40 Rev.: 1.8

Added /setings/alias/list

2 lines of code changed in 1 file:

alfille 2010-07-28 06:13 Rev.: 1.10

Fix adding terminating NULL in ownet_read from nleonard617

4 lines of code changed in 1 file:

alfille 2010-07-22 12:28 Rev.: 1.9

Move bus traffic monitoring functions to their own files.

1 lines of code changed in 1 file:

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

Update return types for tcp_wait and EnterBackground

1 lines of code changed in 1 file:

alfille 2010-04-23 20:39 Rev.: 1.7

Alias work. Now works first time with local alias for remote device. Also change path_busless to path_to_server

1 lines of code changed in 1 file:

alfille 2010-02-09 15:19

Cleanup of one_wire_query object -- keep reaping info in structure (acts more like a true object).

9 lines of code changed in 2 files:

alfille 2010-02-06 17:55 Rev.: 1.11

changes for compiler warnings and trying to use owlib files in ownet.

9 lines of code changed in 1 file:

alfille 2010-02-01 00:49 Rev.: 1.3

Add support for dirallslash

11 lines of code changed in 1 file:

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

Improve encapsulation of charblob and memblob structures.

3 lines of code changed in 1 file:

d1mag 2009-10-19 07:11 Rev.: 1.6

Fix a typo in owshell/src/c/getaddrinfo.c.
Make sure resolv.h is included after sys/types.h as well.

9 lines of code changed in 1 file:

alfille 2009-10-17 16:24 Rev.: 1.5

Changed order of include files in getaddrinfo to allow compiling on openbsd -- problem discovered by Mads Hjorth.

3 lines of code changed in 1 file:

alfille 2009-04-12 20:17 Rev.: 1.6

alias for read/write/dir

4 lines of code changed in 1 file:

d1mag 2009-01-19 15:11 Rev.: 1.4

Make it possible to compile with Windows and Cygwin.
avahi fails with too many errors, so I comment away if OW_CYGWIN.

2 lines of code changed in 1 file:

d1mag 2009-01-13 06:28 Rev.: 1.5

Add a condition-variable to wait for the setup to be complete.

6 lines of code changed in 1 file:

  • module/ownet/c/src/c: error.c (+6 -4)
d1mag 2009-01-08 03:40 Rev.: 1.9

Just fix some typos.

3 lines of code changed in 1 file:

d1mag 2009-01-07 10:11

Add OWNET_present() & OWNET_finish() in OWNET.
Add OW_present() in OWCAPI.

74 lines of code changed in 4 files:

d1mag 2009-01-05 07:51 Rev.: 1.7

Fix a bug in ownet

4 lines of code changed in 2 files:

d1mag 2009-01-05 06:04

Merge error.c, ow_mutexes.h ow_debug.h between ownet/c and owlib.
Fix some compilation warnings.

166 lines of code changed in 3 files:

d1mag 2009-01-04 01:57 Rev.: 1.8

Remove duplicated pthread_detach()

1 lines of code changed in 1 file:

alfille 2009-01-01 20:30 Rev.: 1.7

Thread work. Better diagnostics and a join after cancel removed in ow_net_server.c which was giving segfaults on close.

7 lines of code changed in 1 file:

d1mag 2008-12-19 06:49

Add wrapper functions to most pthread_mutex-calls.
New command line options added:
"--fatal_debug" and "--fatal_debug_file /tmp/owfs_fatal"

11 lines of code changed in 3 files:

d1mag 2008-12-18 07:07 Rev.: 1.5

Add Debug_Writev() to ownet as well...

32 lines of code changed in 1 file:

alfille 2008-11-09 19:25 Rev.: 1.9

Avahi (and Bonjour) browsing now fully implemented and working, including dynamic allocation and removal of buses).

5 lines of code changed in 2 files:

d1mag 2008-09-11 07:17

Fix some problems when compiling with --disable-mt.

5 lines of code changed in 2 files:

d1mag 2008-06-23 06:46

Fix compilation problems with Solaris.

4 lines of code changed in 2 files:

d1mag 2008-06-18 10:05

Fix many 1-line if-statements without braces.

178 lines of code changed in 8 files:

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.

18 lines of code changed in 7 files:

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

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.

6 lines of code changed in 1 file:

alfille 2008-04-03 20:39 Rev.: 1.7

Steven Bauer's patches to remove unsigned char from parameters in ownetapi.

6 lines of code changed in 2 files:

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

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

14 lines of code changed in 1 file:

alfille 2008-04-01 21:01 Rev.: 1.4

Remove pid storage

1 lines of code changed in 1 file:

alfille 2008-04-01 20:55

Remove ow_opt -- no options and no ow_util

2 lines of code changed in 3 files:

alfille 2008-04-01 20:39

Considerable cleanup removing much dead code and using better locking.

264 lines of code changed in 14 files:

alfille 2008-03-13 21:01 Rev.: 1.4

Split up owlib into separate parts for better comprehension

205 lines of code changed in 1 file:

  • module/ownet/c/src/c: ow_opt.c (+205 -188)
d1mag 2008-01-30 07:15

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

623 lines of code changed in 20 files:

alfille 2008-01-11 20:03

ownet read and write (put and get)

113 lines of code changed in 4 files:

alfille 2008-01-11 13:04

OWNET dirlist now works!

33 lines of code changed in 3 files:

d1mag 2008-01-11 03:47

Make some fixes for ownetlib

41 lines of code changed in 8 files:

alfille 2008-01-10 21:11

More code removal for linownet

129 lines of code changed in 12 files:

alfille 2008-01-10 14:17

Remove the dummy* files from libownet

3 lines of code changed in 3 files:

(3 more)

Generated by StatCVS 0.7.0