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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 86 (100.0%) | 4562 (100.0%) | 53.0 |
| alfille | 54 (62.8%) | 4286 (94.0%) | 79.3 |
| d1mag | 32 (37.2%) | 276 (6.0%) | 8.6 |
Fix some problems when compiling with --disable-mt.
2 lines of code changed in 1 file:
Fix compilation problems with Solaris.
2 lines of code changed in 1 file:
Fix many 1-line if-statements without braces.
34 lines of code changed in 4 files:
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.
21 lines of code changed in 3 files:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
4 lines of code changed in 1 file:
Put in Christian Magnusson's correction for "HAVE_SEMAPHORE_H"
4 lines of code changed in 1 file:
Missing sem.h in src/include/Makefile.am caused some problem.
Found a bug in ownet/c/src/include/sem.h and module/owlib/src/include/sem.h
but haven't fixed it... HAVE_SEMAPHORE is never defined. (should add _H)
Perhaps done by purpose to test the semaphore replacement though...
7 lines of code changed in 2 files:
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
4 lines of code changed in 1 file:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
5 lines of code changed in 1 file:
Remove pid storage
0 lines of code changed in 2 files:
Remove ow_opt -- no options and no ow_util
2 lines of code changed in 2 files:
Considerable cleanup removing much dead code and using better locking.
89 lines of code changed in 6 files:
Indent all .c and .h files with code_format-script.
155 lines of code changed in 14 files:
New example
0 lines of code changed in 2 files:
ownet read and write (put and get)
38 lines of code changed in 4 files:
OWNET dirlist now works!
2 lines of code changed in 1 file:
Make some fixes for ownetlib
9 lines of code changed in 3 files:
More code removal for linownet
7 lines of code changed in 7 files:
libownet work. Integrating prior work into skeleton
128 lines of code changed in 3 files:
Add files for libownet
4007 lines of code changed in 24 files:
Add ownet/c skeleton and --enable-libownet flag to configure.ac
42 lines of code changed in 3 files: