
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 235 (100.0%) | 9156 (100.0%) | 38.9 |
| alfille | 141 (60.0%) | 6538 (71.4%) | 46.3 |
| d1mag | 93 (39.6%) | 2616 (28.6%) | 28.1 |
| peterk | 1 (0.4%) | 2 (0.0%) | 2.0 |
Add owexist to owshell
47 lines of code changed in 3 files:
Add close on fork to socket()
5 lines of code changed in 1 file:
Add "-q" or "--quiet" option to owshell routines to suppress error messages
75 lines of code changed in 8 files:
Eloy Paris can't leave well enough alone. Take test out of inner loop.
14 lines of code changed in 1 file:
Fixes from Eloy Paris for owread to handle binary data
13 lines of code changed in 1 file:
Eloy Paris found a bug in owread -- hex display of bytes were confused sign.
2 lines of code changed in 1 file:
Modify owshell for unaliased, as well as clean up handling of global settings. Still need to test and add man page changes.
49 lines of code changed in 3 files:
Cyril Lavier contributed spelling corrections
2 lines of code changed in 1 file:
Fix Avahi browsing including dynamic additions and delation. Also fixed error reporting and made the Dynamic linking more talky.
8 lines of code changed in 2 files:
Change function returns. Specifically API and _detect
1 lines of code changed in 1 file:
Add slash support to owshell
15 lines of code changed in 4 files:
Fix a typo in owshell/src/c/getaddrinfo.c.
Make sure resolv.h is included after sys/types.h as well.
7 lines of code changed in 1 file:
Changed order of include files in getaddrinfo to allow compiling on openbsd -- problem discovered by Mads Hjorth.
2 lines of code changed in 1 file:
Separate busmaster command line parsing (ARG_...) to a separate file.
5 lines of code changed in 2 files:
Improve -s option for owshell. "-s server" and "-s 192.168.3.1" with both use
port 4304 automatically. "-s 4304" will connect to 127.0.0.1:4304.
20 lines of code changed in 1 file:
Fix Linkhub-E to use smarter telnet parsing.
26 lines of code changed in 1 file:
alias for read/write/dir
6 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.
8 lines of code changed in 1 file:
just fix end of file..
1 lines of code changed in 1 file:
Merge error.c, ow_mutexes.h ow_debug.h between ownet/c and owlib.
Fix some compilation warnings.
1 lines of code changed in 1 file:
Add some more result-output to owshell which was accidently commented.
4 lines of code changed in 1 file:
How about some result-output from owshell?!? One comment too much?
2 lines of code changed in 1 file:
2.7p12 full HA7E support.
8 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"
6 lines of code changed in 1 file:
Some more debugging posibility to owshell.
74 lines of code changed in 1 file:
Fix benign compiler warning
2 lines of code changed in 1 file:
Big changes (new version 2.7p8)
Grouped some globals into Inbound_Control,
Got rid of array of locks in each parsedname.
Fixed code for adding and removing connection_in's dynamically
Fixed a bug when a bad adapter would block further fake adapters.
Cleaned up DS9490 name scheme.
Got rid of "SimpleBusName"
Made sure all snprintf's are UCLIBC protected.
Stopped caching fake , tester and w1 directories.
10 lines of code changed in 2 files:
Added owshell options --size= and --start= to allow reading/writing in middle of memory location.
Added owshell option --hex to read/write in hexidecimal
Added owget which is a combination owdir and owread.
113 lines of code changed in 6 files:
Added optional size and offset to owread and owwrite. Hexidecimal mode, too.
132 lines of code changed in 3 files:
Fix many 1-line if-statements without braces.
8 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:
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.
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
13 lines of code changed in 1 file:
Minor changes to compiler warnings.
8 lines of code changed in 4 files:
Indent all .c and .h files with code_format-script.
162 lines of code changed in 14 files:
Fix a warning from valgrind. Might be a hidden bug in the cache-code actually.
Add some other misc comments.
4 lines of code changed in 1 file:
Clean up process exit in owshell to unload library.
34 lines of code changed in 8 files:
Cleaned up syntax and default server port handling in owshell. Moved "connection in" to a static structure and simplified it for owserver-only connections.
108 lines of code changed in 11 files:
Fixup of bus-specific errors.
1 lines of code changed in 1 file:
Fixed problem in owlib DIRALL client processing.
2 lines of code changed in 1 file:
(40 more)