Lots of changes to improve debugging mutex-prob...
Add support to URL's like http://server:3001/te...
pn_state extended with pn_text and is now used ...
Just some type-casting
Too many close() on socket.
Handle interupted system call in UT_delay
Change bus_time, pause_time to float, and updat...
Some optimization...
Some updates for uClinux and uClibc.
Update bus_time correctly.
Just cleaning up...
Just some compilation warnings.
Some type-casting.
Just some type-casting.
Change array to fixed size.
Fix some type-casting.
Don't update bus_time if system-clock has changed.
Make it possible to read/write "register" and "...
Don't wait if delay is 0.
*** empty log message ***
Support latest version of fuse where fuse_dirfi...
Pid-file was wrong(again) if started in backgro...
Change USE_UCLIBC to __UCLIBC__ which is define...
remove #include
fuse_new() type-casting for different fuse-vers...
Handle different fuse-versions where dirfill_t ...
daemon() workaround for embedded systems with u...
Fix syslog() problem for WRT54G with uClibc-0.9.19
Support latest cvs-fuse version 2.2 which has o...
Buggy writing... fix now...
Add support for DS2433
Add support to DS2433
structure filelength is raised since some files...
Ascii aggregate isn't comma-separated either...
Fix mutex problem for uClibc (Coldfire without ...
Ignore SIGPIPE.
Better defines to remove syslog() functions.
Fix problems with UCLIBC. (Mutexes and pthread_...
Cleanup mutexes for uclibc
Fix compilation error if OW_USB isn't defined
Fix thread problem with uclibc
ds2433
Add man-page for DS2433
Exit when SIGHUP and SIGTERM
Ignore SIGPIPE if socket is closed.
memory and version return correct length now......
pid_file bug fixed.
FS_detail() should return either 16, or -errorcode
Bug in NewIn and NewOut...
Support offset in FS_detail and FS_ascii
Fix includes... owfs_config.h and ow.h must be ...
Fix calculation of bus_time
DS2480_read() read as many bytes as possible no...
Log one more error possibility if memcmp fails.
Lots of new error counters and new read/write f...
Should return -1 on error.
Makeing a loop of the retries while save a few ...
Patches to fix read/write retries and statistic...
Split up statistics into arrays in case there a...
Some more error debugging to USB adapter and ow...
Reverse some changes I made before...
Wrong placed #if
/statistics/bus array re-written a bit... I re...
Support for DS1991 MultiKey memory.
Thread should return with pthread_exit();
Some minor changes that I forgot.
Lots of changes to add better support for multi...
Memory leak.
Fix a minor memory leak when not calling tdestr...
Add #define VALGRIND, just to be able to find m...
removed closelog() since it's done in LibClose()
Some compilation warnings, cleanup fixes and un...
Moving tdestroy() compat-function to ow_util.c
Read file-size from remote owserver
Checking in the recent changes where bus.n is a...
Some cleanup and bugs fixed. Reduced the commun...
Some bug fixes for the filelength when reading ...
BigEndian problem when sending semiglobal.
Have to skip presencecheck totally when receivi...
Reversed some changes which wasn't really corre...
Replaced SemiGlobal to a uint32_t to make it en...
Added ServerPresence() to return which in-devic...
Fixed a bug when reading status bits from USB-a...
Check presence of first /bus.x at least.. It sh...
Fix a bug when using urls with /text
Just a compilation warning.
Fixed a bug in ClientConnect() when connection ...
Update device bus_nr in cache after each read/w...
Fix a bug where DS9097U could be stuck in MODE_...
Add preliminary support for overdrive speed on ...
Add preliminary support for DS1923. My DS1923 d...
in->name should not be set to NULL after detect...
Fix overdrive compile error.
Don't call FullFileLength() any more since it d...
Forgot to support multiple in-devices for overd...
Fix some issues with simultaneous read and writ...
Return '0' for temperature instead of -EINVAL +...
Cleanup signal handlers and some new tests with...