
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 166 (100.0%) | 2136 (100.0%) | 12.8 |
| alfille | 98 (59.0%) | 1296 (60.7%) | 13.2 |
| d1mag | 59 (35.5%) | 435 (20.4%) | 7.3 |
| vtt | 4 (2.4%) | 361 (16.9%) | 90.2 |
| oskin | 2 (1.2%) | 31 (1.5%) | 15.5 |
| nhuillard | 1 (0.6%) | 8 (0.4%) | 8.0 |
| geocar | 2 (1.2%) | 5 (0.2%) | 2.5 |
Fix many 1-line if-statements without braces.
33 lines of code changed in 2 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.
6 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.
4 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.
5 lines of code changed in 1 file:
Fix for bus.0/uncached/bus.0 directory listing.
3 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
18 lines of code changed in 1 file:
Clean up of daemon mode and owcapi/swig modes -- uses read-write-locks.
30 lines of code changed in 1 file:
Moved shutdown_in_progress to StateInfo struct
2 lines of code changed in 1 file:
Change to configuration file processing -- program-specific. Also add ow_opt.h include file.
4 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
15 lines of code changed in 3 files:
moved from pn.ft to pn.selected_filetype for clarity
2 lines of code changed in 1 file:
Minor changes to reduce confusion of names indevice indevices outdevice outdevices
5 lines of code changed in 1 file:
Add ; to line
2 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:
Pretty-up code using sript: code_format.sh in /src/scripts
366 lines of code changed in 3 files:
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:
Switch to the new dir2 functions to prevent callbacks.
21 lines of code changed in 1 file:
Lots of Makefile changes to compile clean on MacOSX.
4 lines of code changed in 1 file:
add --allow_other shorthand for fuse options
9 lines of code changed in 1 file:
Fix interupted systemcall from accept.. and change exit-function on wrt54g
5 lines of code changed in 1 file:
Some changes in the signal handling... Should probably ignore and handle
the signals much better now.
5 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.
2 lines of code changed in 1 file:
Remove compile-dependency to libdnssd.so and dnssd.dll. Load them in real-time instead.
6 lines of code changed in 1 file:
A very beta check-in to make it possible to compile for cygwin+bonjour.
There are some extra debug-output which will be removed soon.
8 lines of code changed in 1 file:
Added system/configuration
More stray global vars placed in Global structure
4 lines of code changed in 1 file:
Fix for owfs infinite loop in parameter parsing.
Add owopt_packed.
7 lines of code changed in 1 file:
configuration file support
17 lines of code changed in 1 file:
Accept FUSE 1.4
7 lines of code changed in 2 files:
Changes to defines for 2.6 version of fuse
18 lines of code changed in 2 files:
fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions
4 lines of code changed in 1 file:
Noticed some bugs... sigh..
2 lines of code changed in 1 file:
Change the compilation flags... those are read from owfs_config.h instead.
5 lines of code changed in 2 files:
Fix fuse compilation for older fuse-versions... (fuse-2.2.1)
Skip signal handling in owfs, since fuse do that in helper-functions.
30 lines of code changed in 2 files:
Simplify include files.
3 lines of code changed in 3 files:
Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.
4 lines of code changed in 1 file:
Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.
8 lines of code changed in 4 files:
Don't set "BUSRET" here -- it's a parameter set in ow_server to flag owserver directory handling of requested bus.
1 lines of code changed in 1 file:
1. get rid of "* const var" syntax.
2. use BYTE typedef
3. eliminate an uncommon realloc corner case memory leak.
4. improve "bus.n" handling
7 lines of code changed in 1 file:
Correct fuse_main call -- Christian Magnusson pointed out the error.
1 lines of code changed in 1 file:
Only used single threaded fuse..
5 lines of code changed in 1 file:
(93 more)