
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 190 (100.0%) | 2277 (100.0%) | 11.9 |
| alfille | 122 (64.2%) | 1437 (63.1%) | 11.7 |
| d1mag | 59 (31.1%) | 435 (19.1%) | 7.3 |
| vtt | 4 (2.1%) | 361 (15.9%) | 90.2 |
| oskin | 2 (1.1%) | 31 (1.4%) | 15.5 |
| nhuillard | 1 (0.5%) | 8 (0.4%) | 8.0 |
| geocar | 2 (1.1%) | 5 (0.2%) | 2.5 |
Fix from Jacob Joseph -- allow_other can now work in config file.
2 lines of code changed in 1 file:
Address some compiler warnings
2 lines of code changed in 1 file:
return_code work
5 lines of code changed in 1 file:
Start of return code implementation -- fuse directory callback
7 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.)
2 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:
Added named constant for path == NULL
2 lines of code changed in 1 file:
More NULL to named variables. Found some minor errors along the way. (Announce had a potential Mutex lockup on error).
2 lines of code changed in 1 file:
Substitute constants for many NULLs
4 lines of code changed in 1 file:
Change LibSetup to return good if any buses are found, else Bad (This includes pseudo buses like USB scan and zeroconf and w1)
4 lines of code changed in 1 file:
More cleanup of pthread code -- remove unused semaphore functions.
2 lines of code changed in 1 file:
Fix double cread calls by fuse (just ignore if offset is after file).
25 lines of code changed in 1 file:
Change function returns. Specifically API and _detect
4 lines of code changed in 1 file:
return types for FS_ParseName
4 lines of code changed in 1 file:
Clean up fuse option parsing.
27 lines of code changed in 1 file:
Improve encapsulation of charblob and memblob structures.
2 lines of code changed in 1 file:
Change error messages to automatically add newline. A lot of minor changes.
21 lines of code changed in 3 files:
Separate busmaster command line parsing (ARG_...) to a separate file.
4 lines of code changed in 1 file:
Found a memory leak in the sibling allocation.
12 lines of code changed in 2 files:
Minor refactoring
4 lines of code changed in 1 file:
Bundle connection_out and connection_side into control structures. Mainly for convenience and control of global proliferation.
5 lines of code changed in 1 file:
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:
(114 more)