October 2005 Commit Log

Number of Commits:
50
Number of Active Developers:
2
alfille 2005-10-21 22:56 Rev.: 1.18

DS2423 counters only need 12 characters to display.

2 lines of code changed in 1 file:

d1mag 2005-10-18 07:27 Rev.: 1.73

Some more error-checking in the configure script.

42 lines of code changed in 1 file:

d1mag 2005-10-18 06:11

Make some version tests on FUSE.
Temporary add --disable-fusetest to ignore this test and make it possible
to compile for fuse-1.4 or fuse-2.1.

316 lines of code changed in 2 files:

d1mag 2005-10-18 04:18 Rev.: 1.37

remove white-space

2 lines of code changed in 1 file:

alfille 2005-10-17 22:22 Rev.: 1.13

Added better locking to SWIG

56 lines of code changed in 1 file:

alfille 2005-10-17 21:54

Geo Carncross' ideas on C api protection.

157 lines of code changed in 4 files:

d1mag 2005-10-17 09:24 Rev.: 1.31

Typo

2 lines of code changed in 1 file:

d1mag 2005-10-17 09:05

PowerByte for USB-adapter didn't work correct.
Adding some debug rows to trace further problems with 2450 in parasitic mode.
Remove linefeed in debug-output to stderr.

132 lines of code changed in 4 files:

alfille 2005-10-16 21:58 Rev.: 1.12

Added OWCAPI-style init protection to SWIG

28 lines of code changed in 1 file:

alfille 2005-10-16 14:35 Rev.: 1.6

owcapi -- fix mutex definition

2 lines of code changed in 1 file:

d1mag 2005-10-16 04:00 Rev.: 1.74

Change debug-ouput

2 lines of code changed in 1 file:

d1mag 2005-10-16 03:35 Rev.: 1.70

Sorry... It should be strcat just in case path is /text/uncached/xxx

3 lines of code changed in 1 file:

alfille 2005-10-16 00:29

Added protection in OWCAPI for forgetting "init"

53 lines of code changed in 2 files:

alfille 2005-10-15 22:25

Geo's changes to owcapi

68 lines of code changed in 3 files:

d1mag 2005-10-14 16:22

Use FUSE_USE_VERSION in owfs.c instead of FUSE_MAJOR_VERSION which
wasn't always correct.

16 lines of code changed in 2 files:

d1mag 2005-10-14 12:26 Rev.: 1.53

WRT54G patch

2 lines of code changed in 1 file:

d1mag 2005-10-14 08:32 Rev.: 1.43

Oops... removed a printf

1 lines of code changed in 1 file:

d1mag 2005-10-14 08:09

Updated owfs to support fuse-2.4 and arguments to fuse_open() with a
new parameter --fuse_open_opt="direct_io" for example.
(direct_io was a fuse-mount-option before but is now a fuse-open-option)

81 lines of code changed in 3 files:

d1mag 2005-10-14 02:51

Fix for handling processes on uClibc

8 lines of code changed in 3 files:

d1mag 2005-10-14 01:00

Fix buffer overflow which showed up for MacOS X.

15 lines of code changed in 3 files:

d1mag 2005-10-13 09:20 Rev.: 1.11

Missing man-page in Makefile

2 lines of code changed in 1 file:

d1mag 2005-10-13 09:08

Some more updates

5 lines of code changed in 2 files:

d1mag 2005-10-13 08:16

Some fixes to build dist and rpm for 64-bit platforms.

34 lines of code changed in 3 files:

d1mag 2005-10-13 06:38 Rev.: 1.11

Change hard-link count to 1 for all directories. 'find' should work on more
systems with this.

15 lines of code changed in 1 file:

d1mag 2005-10-13 05:23 Rev.: 1.5

Makefiles fixed and there should not be any difference to i386 platforms

0 lines of code changed in 1 file:

d1mag 2005-10-13 05:19 Rev.: 1.8

Install php-module in correct directory (php-config --extension-dir)

7 lines of code changed in 1 file:

d1mag 2005-10-13 04:48 Rev.: 1.10

Cleanup some more files when making clean

4 lines of code changed in 1 file:

d1mag 2005-10-13 04:20

Noticed that OW_USB and OW_CACHE only should be necessary when compiling
owlib, and not the binaries. Cleaned up the Makefiles a bit after that.

39 lines of code changed in 13 files:

d1mag 2005-10-13 00:39 Rev.: 1.8

Cleanup all files.

2 lines of code changed in 1 file:

d1mag 2005-10-12 23:26 Rev.: 1.1

New Makefile

6 lines of code changed in 1 file:

d1mag 2005-10-12 23:25

Tried "make dist" and "make rpm", and noticed there were lots of things
missing in the makefiles.

173 lines of code changed in 10 files:

d1mag 2005-10-12 08:26

Fix some library problems when compiling for Solaris.

3 lines of code changed in 2 files:

d1mag 2005-10-12 06:54 Rev.: 1.2

B115200 isn't supported by MacOS X

7 lines of code changed in 1 file:

d1mag 2005-10-12 06:24 Rev.: 1.6

Fix dependencies again to libow.

2 lines of code changed in 1 file:

d1mag 2005-10-12 04:42

Fix potential memory leak from FS_ParsedName(), and call to FS_ParsedName_destroy()
is not needed if initialization fails. Add extra libraries automatically in
configure-script to simplify compilation to MacOSX and Solaris hosts.

99 lines of code changed in 13 files:

d1mag 2005-10-12 04:39

Remove ./configure from the bootstrap script. This should not be done
automatically, since next released version will contain pre-built
configure-script.

30 lines of code changed in 9 files:

alfille 2005-10-11 16:37

OWCAPI addedd. Simple C library for OWFS.

786 lines of code changed in 6 files:

alfille 2005-10-11 15:52 Rev.: 1.1

Start of DS9123O adapter support

603 lines of code changed in 1 file:

d1mag 2005-10-11 15:01 Rev.: 1.4

Update Makefile.am to make dependencies work to libow.so

4 lines of code changed in 1 file:

alfille 2005-10-09 22:40 Rev.: 1.3

Makefile work

2 lines of code changed in 1 file:

alfille 2005-10-09 21:46 Rev.: 1.2

OWCAPI addedd. Simple C library for OWFS.

18 lines of code changed in 3 files:

alfille 2005-10-08 22:42 Rev.: 1.1

Fixing CVS problems between owfs and owcapi

364 lines of code changed in 12 files:

alfille 2005-10-08 22:37

Fixing CVS problems between owfs and owcapi

1 lines of code changed in 3 files:

alfille 2005-10-08 22:33 Rev.: 1.15

Revert unintentional changes

12 lines of code changed in 1 file:

alfille 2005-10-08 21:48

*** empty log message ***

10 lines of code changed in 4 files:

alfille 2005-10-08 21:46

OWCAPI addedd. Simple C library for OWFS.

42 lines of code changed in 3 files:

d1mag 2005-10-03 01:19

Removed timezone completely from gettimeofday() since it shouldn't be needed.

8 lines of code changed in 2 files:

alfille 2005-10-02 22:48

bitfield write fix. TempGap fix. Better comments.

146 lines of code changed in 5 files:

alfille 2005-10-01 16:32 Rev.: 1.5

Fix a stupid "complement check" in reading from PIO registers

1 lines of code changed in 1 file:

alfille 2005-10-01 16:21 Rev.: 1.4

Fix a stupid "complement check" in reading from PIO registers

1 lines of code changed in 1 file:

September 2005 »

Generated by StatCVS 0.6.0