[root]/module/owshell/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 51 (100.0%) | 1199 (100.0%) | 23.5 |
| alfille | 36 (70.6%) | 1159 (96.7%) | 32.1 |
| d1mag | 15 (29.4%) | 40 (3.3%) | 2.6 |
Add "-q" or "--quiet" option to owshell routines to suppress error messages
6 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.)
1 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.
17 lines of code changed in 1 file:
Cyril Lavier contributed spelling corrections
2 lines of code changed in 1 file:
Add slash support to owshell
4 lines of code changed in 1 file:
Fix for DS2409 bus paths
1 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:
Clean up parsedname a bit, remove the largely unused cache bit
1 lines of code changed in 1 file:
alias for read/write/dir
3 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.
1 lines of code changed in 1 file:
Added optional size and offset to owread and owwrite. Hexidecimal mode, too.
5 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.
4 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
7 lines of code changed in 1 file:
Clean up process exit in owshell to unload library.
2 lines of code changed in 1 file:
Cleaned up syntax and default server port handling in owshell. Moved "connection in" to a static structure and simplified it for owserver-only connections.
12 lines of code changed in 1 file:
Fixup of bus-specific errors.
1 lines of code changed in 1 file:
Fixed problem in owlib DIRALL client processing.
5 lines of code changed in 1 file:
Minor changes to reduce confusion of names indevice indevices outdevice outdevices
3 lines of code changed in 1 file:
change fd to file_descriptor for clarity
3 lines of code changed in 1 file:
license change
5 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
172 lines of code changed in 1 file:
Support in OWNet.pm and owdir for dirall. Fix bare ports in OWNet.pm
4 lines of code changed in 1 file:
Added modules/ownet Makefiles
Moved network reading from ow_net to ow_tcp_read
Ran 'indent -kr -ts4'
2 lines of code changed in 1 file:
Support for HA3, HA4B (trvila) and improved help options/
1 lines of code changed in 1 file:
Some fixes for the windows version... Problem with owread is still there.
Probably some endian issue/bug.
2 lines of code changed in 1 file:
Add --disable-zero again... It really save some memory on small embedded systems to remove that support... and remove dependency to libdl.so.
4 lines of code changed in 1 file:
Have to check HAVE_GETOPT_H
3 lines of code changed in 1 file:
Remove duplicate include files which already exists in owlib/src/include/
2 lines of code changed in 7 files:
typo fixed
1 lines of code changed in 1 file:
Add dns_sd (Bonjour) headers to owshell
3 lines of code changed in 3 files:
Add some missing .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.
4 lines of code changed in 1 file:
Lots of changes for cygwin and windows compilation... Try to load library dynamically
and fix compilation errors.
12 lines of code changed in 1 file:
Added autoserver (Bonjour) option to owshell programs (and modified man pages).
Added write to owftpd (and modified man pages).
12 lines of code changed in 1 file:
owshell work -- works!
6 lines of code changed in 2 files:
Fix for directories of files.
1 lines of code changed in 1 file:
Improvements on owshell
17 lines of code changed in 1 file:
Start of owshell work
866 lines of code changed in 5 files: