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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 124 (100.0%) | 6276 (100.0%) | 50.6 |
| alfille | 71 (57.3%) | 5333 (85.0%) | 75.1 |
| d1mag | 53 (42.7%) | 943 (15.0%) | 17.7 |
Fix some problems when compiling with --disable-mt.
5 lines of code changed in 2 files:
Fix compilation problems with Solaris.
4 lines of code changed in 2 files:
Fix many 1-line if-statements without braces.
178 lines of code changed in 8 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.
18 lines of code changed in 7 files:
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:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
6 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
14 lines of code changed in 1 file:
Remove pid storage
1 lines of code changed in 1 file:
Remove ow_opt -- no options and no ow_util
2 lines of code changed in 3 files:
Considerable cleanup removing much dead code and using better locking.
264 lines of code changed in 14 files:
Split up owlib into separate parts for better comprehension
205 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
623 lines of code changed in 20 files:
ownet read and write (put and get)
113 lines of code changed in 4 files:
OWNET dirlist now works!
33 lines of code changed in 3 files:
Make some fixes for ownetlib
41 lines of code changed in 8 files:
More code removal for linownet
129 lines of code changed in 12 files:
Remove the dummy* files from libownet
3 lines of code changed in 3 files:
libownet work. Integrating prior work into skeleton
31 lines of code changed in 1 file:
Add files for libownet
4546 lines of code changed in 27 files:
Add ownet/c skeleton and --enable-libownet flag to configure.ac
54 lines of code changed in 4 files: