
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 75 (100.0%) | 1378 (100.0%) | 18.3 |
| alfille | 49 (65.3%) | 1055 (76.6%) | 21.5 |
| d1mag | 25 (33.3%) | 237 (17.2%) | 9.4 |
| peterk | 1 (1.3%) | 86 (6.2%) | 86.0 |
Address some compiler warnings
2 lines of code changed in 1 file:
Better naming for program type (used to change the handing of some comon features in the library like the default port asignments.)
3 lines of code changed in 1 file:
Fix for Makefile.ac conditional in owcapi -- Debian patch assumed Makefile syntax was from a980s or later. No "else if" construct. Really. What lazy language designers.
7 lines of code changed in 1 file:
Consolidate some of the exit code and signal catching code into the library.
1 lines of code changed in 1 file:
Debian change
4 lines of code changed in 1 file:
Change function returns. Specifically API and _detect
28 lines of code changed in 1 file:
Several changes, including for for owcapi (and owtcl) as well as extensive function return fixes.
7 lines of code changed in 1 file:
Simplify function names starting with FS_OWQ_ to just OWQ_
4 lines of code changed in 1 file:
Clean up of one_wire_query structure creation. Now allocating structure and allocating/assigning buffers is separate.
7 lines of code changed in 1 file:
Improve encapsulation of charblob and memblob structures.
4 lines of code changed in 1 file:
Separate busmaster command line parsing (ARG_...) to a separate file.
2 lines of code changed in 1 file:
Fix in owcapi for empty directory
15 lines of code changed in 1 file:
Found a memory leak in the sibling allocation.
6 lines of code changed in 1 file:
Add OWNET_present() & OWNET_finish() in OWNET.
Add OW_present() in OWCAPI.
21 lines of code changed in 1 file:
If's need brackets, even for single line.
9 lines of code changed in 1 file:
Fix many 1-line if-statements without braces.
60 lines of code changed in 1 file:
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.
3 lines of code changed in 1 file:
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:
Add set_error_level and set_error_print to owcapi, and make it useable from swig/tcl-module.
11 lines of code changed in 1 file:
Minor compiler error squashing and owside.tcl work
2 lines of code changed in 1 file:
Big change -- Parse all directory entries so callbacks get true struct parsename and can simply peal off the file name. Might make dir a little slower, but greatly simplifies all the code. Well tested on owserver, owfs, owhttpd.
4 lines of code changed in 1 file:
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
16 lines of code changed in 1 file:
Fixes for owcapi. The example program is cleaned up. The API references are corrected. More intelligent parameter parsing is done (some is pushed upstream into owlib). Minor stylistic changes (1-line if's get brackets when I run across them).
34 lines of code changed in 1 file:
Clean up of daemon mode and owcapi/swig modes -- uses read-write-locks.
68 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
21 lines of code changed in 1 file:
Link owshell without libpthread since it doesn't need it.
2 lines of code changed in 1 file:
Set max buffersize after allocating the buffer.
29 lines of code changed in 1 file:
Add soname to libowcapi too.
2 lines of code changed in 1 file:
Huge changes. Extended one_wire_query support for all aspects. Really checked out the memory reading/writing functions. Tested DS1921, DS1810 DS2406 DS2436, ...
4 lines of code changed in 1 file:
conversion to one_wire_query -- it's slow, alas. Up to read_postpostparse.
35 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
199 lines of code changed in 1 file:
Fix pointer error in getval
3 lines of code changed in 1 file:
Remove the duplicate non-nestable directory functions. (The old ones that don't pass a void * for data.)
2 lines of code changed in 1 file:
Change owcapi to not use nested directory functions
53 lines of code changed in 1 file:
Build a correct shared library called cygow-0.dll which is used for all applications... owcapi also builds correct now.
6 lines of code changed in 1 file:
Update some more .cvsignore files.
2 lines of code changed in 1 file:
Remove compile-dependency to libdnssd.so and dnssd.dll. Load them in real-time instead.
1 lines of code changed in 1 file:
Additional changes to seperate out the nested functions for platforms which don't support them.
86 lines of code changed in 1 file:
Added system/configuration
More stray global vars placed in Global structure
18 lines of code changed in 1 file:
Fix for owfs infinite loop in parameter parsing.
Add owopt_packed.
18 lines of code changed in 1 file:
(28 more)