Directory module/owshell/src/c/

Directory Created:
2006-09-19 18:09
Total Files:
21
Deleted Files:
0
Lines of Code:
3666

Browse with ViewVC

[root]/module/owshell/src/c

Lines of Code

module/owshell/src/c/ Lines of Code

Developers

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

Most Recent Commits

alfille 2012-03-20 18:09

Add owexist to owshell

47 lines of code changed in 3 files:

alfille 2012-03-12 19:06 Rev.: 1.18

Add close on fork to socket()

5 lines of code changed in 1 file:

alfille 2012-02-14 11:41

Add "-q" or "--quiet" option to owshell routines to suppress error messages

75 lines of code changed in 8 files:

alfille 2011-07-08 11:34 Rev.: 1.32

Eloy Paris can't leave well enough alone. Take test out of inner loop.

14 lines of code changed in 1 file:

alfille 2011-07-08 07:06 Rev.: 1.31

Fixes from Eloy Paris for owread to handle binary data

13 lines of code changed in 1 file:

alfille 2011-07-08 06:42 Rev.: 1.30

Eloy Paris found a bug in owread -- hex display of bytes were confused sign.

2 lines of code changed in 1 file:

alfille 2011-04-05 21:16

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:

alfille 2011-03-08 20:37 Rev.: 1.28

Cyril Lavier contributed spelling corrections

2 lines of code changed in 1 file:

alfille 2010-08-07 20:40

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:

alfille 2010-04-24 10:38 Rev.: 1.18

Change function returns. Specifically API and _detect

1 lines of code changed in 1 file:

  • module/owshell/src/c: ow_opt.c (+1 -2)
alfille 2010-02-01 16:32

Add slash support to owshell

15 lines of code changed in 4 files:

d1mag 2009-10-19 07:11 Rev.: 1.11

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:

alfille 2009-10-17 16:24 Rev.: 1.10

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:

alfille 2009-08-04 07:12

Separate busmaster command line parsing (ARG_...) to a separate file.

5 lines of code changed in 2 files:

d1mag 2009-07-05 08:12 Rev.: 1.11

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:

  • module/owshell/src/c: ow_net.c (+20 -12)
alfille 2009-07-04 11:53 Rev.: 1.26

Fix Linkhub-E to use smarter telnet parsing.

26 lines of code changed in 1 file:

alfille 2009-04-12 20:17 Rev.: 1.25

alias for read/write/dir

6 lines of code changed in 1 file:

d1mag 2009-01-19 15:11 Rev.: 1.9

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:

d1mag 2009-01-15 14:13 Rev.: 1.15

just fix end of file..

1 lines of code changed in 1 file:

d1mag 2009-01-05 06:04 Rev.: 1.3

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:

d1mag 2008-12-22 03:05 Rev.: 1.24

Add some more result-output to owshell which was accidently commented.

4 lines of code changed in 1 file:

d1mag 2008-12-21 13:08 Rev.: 1.23

How about some result-output from owshell?!? One comment too much?

2 lines of code changed in 1 file:

alfille 2008-12-20 15:43 Rev.: 1.22

2.7p12 full HA7E support.

8 lines of code changed in 1 file:

d1mag 2008-12-19 06:49 Rev.: 1.8

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:

d1mag 2008-12-18 07:06 Rev.: 1.21

Some more debugging posibility to owshell.

74 lines of code changed in 1 file:

alfille 2008-11-09 12:14 Rev.: 1.14

Fix benign compiler warning

2 lines of code changed in 1 file:

alfille 2008-11-08 22:19

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:

alfille 2008-09-30 18:43

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:

alfille 2008-09-29 11:14

Added optional size and offset to owread and owwrite. Hexidecimal mode, too.

132 lines of code changed in 3 files:

d1mag 2008-06-18 10:05

Fix many 1-line if-statements without braces.

8 lines of code changed in 4 files:

d1mag 2008-06-17 07:32

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:

d1mag 2008-06-17 05:01 Rev.: 1.16

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:

d1mag 2008-04-02 16:09 Rev.: 1.15

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:

alfille 2008-03-04 16:25

Minor changes to compiler warnings.

8 lines of code changed in 4 files:

d1mag 2008-01-30 07:15

Indent all .c and .h files with code_format-script.

162 lines of code changed in 14 files:

d1mag 2007-12-21 04:31 Rev.: 1.13

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:

alfille 2007-11-10 13:38

Clean up process exit in owshell to unload library.

34 lines of code changed in 8 files:

alfille 2007-11-10 13:25

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:

alfille 2007-10-27 17:23 Rev.: 1.6

Fixup of bus-specific errors.

1 lines of code changed in 1 file:

alfille 2007-09-24 12:31 Rev.: 1.14

Fixed problem in owlib DIRALL client processing.

2 lines of code changed in 1 file:

(40 more)

Generated by StatCVS 0.7.0