
| 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 |
Added /setings/alias/list
2 lines of code changed in 1 file:
Fix adding terminating NULL in ownet_read from nleonard617
4 lines of code changed in 1 file:
Move bus traffic monitoring functions to their own files.
1 lines of code changed in 1 file:
Update return types for tcp_wait and EnterBackground
1 lines of code changed in 1 file:
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:
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:
changes for compiler warnings and trying to use owlib files in ownet.
9 lines of code changed in 1 file:
Add support for dirallslash
11 lines of code changed in 1 file:
Improve encapsulation of charblob and memblob structures.
3 lines of code changed in 1 file:
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:
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:
alias for read/write/dir
4 lines of code changed in 1 file:
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:
Add a condition-variable to wait for the setup to be complete.
6 lines of code changed in 1 file:
Just fix some typos.
3 lines of code changed in 1 file:
Add OWNET_present() & OWNET_finish() in OWNET.
Add OW_present() in OWCAPI.
74 lines of code changed in 4 files:
Fix a bug in ownet
4 lines of code changed in 2 files:
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:
Remove duplicated pthread_detach()
1 lines of code changed in 1 file:
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:
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:
Add Debug_Writev() to ownet as well...
32 lines of code changed in 1 file:
Avahi (and Bonjour) browsing now fully implemented and working, including dynamic allocation and removal of buses).
5 lines of code changed in 2 files:
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:
(3 more)