Fix typo in function name
Preliminary support for HobbyBoards Multitemp
regex for property parsing
Add more regex parsing
Clean up after parse_sn
Use regex in 1-wire slave ID parsing
Fix a potential memory leak in parse-address
Merge branch 'regex'
Change Parse_Address to use new regex routines
Change host parsing to new regex code
Beter encapsulation of regexec returning strings
regex host
Fix bad URL handling bug
Make regex compiling not return a run-time error
Merge branch 'master' into regex
Improved presence property -- works for uncached
Merge branch 'master' of ssh://git.code.sf.net/...
LIBUSB_CFLAGS
Remove unneeded header in ow_enet_monitor
Work on Mock adapter
Move usb_scan_interval to bus structure
max_clients is ftp-only
Move enet_timeout to bus structure and remove u...
Merge branch 'master' of ssh://git.code.sf.net/...
Release 3.1p0
Merge branch 'libusb'
Release 3.0p2
k1wm has fixed it's timing issues -- ready for use
Fix header file in ow_arg.c
Fix usb=scan
Change Normal exit to completion -- otherwise s...
Del_InFlight -- default entries
Clean up logging in USB scanning
USB scan mutex error
Update support for checking libusb
Merge branch 'master' into libusb
K1WM corrections from Martin Rapavy
k1wm fix typo in header
Added K1WM from Martin Rapavy
More minor K!WM fixes -- typos and casts
Clear search accelerator flag for DS1WM
Fix PDR interpretation in DS1WM
Release 3.0p1
Change sequence in DS1WM device discovery.
Added HTTP support for sparse arrays
Show some tunable parameters in interface fo th...
DS1WM initial support
Actual DS1WM code module
Mode corrections of DS1991
Update DS1991 code
DS1991 updates
Updated DS1991
Release 3.0p0
Fix function parameters
Fix function parameter
Fix restart for owftpd
Chage restart pause to 5 seconds
owftpd handles no port better (for OSX)
Add pause in exit to allow execve restart
More elegant listening loop stop
Avoid called mutex attr destroy twice
Try to fix owtcl on OSX
typos
restart work
fix inotify problems
inotify code added
OSX doesn't like #warn macro
config monitoring code
Add basic inotify/kevent infrastructure
Add routines to help restart cleanly
Launchd work
Put launchd support into the listen socket process
Fix ow_launchd for #defined out behavior
Setup_Launchd
Correct the header name
New files
Add launchd scafolding files
launchd
clean up owhttpd defines
Use OSX built-in getline
OSX found a cast problem in ow_cache
OSX changes including making _GNU_SOURCE more r...
fix for OSX time var sizes
uninitalized var in semaphore workaraound
OSX semaphore
OSX fix time size
OSX header for strcasecmp
OSX changes
OSX style changes
Style changes for OS X
cygwin error suppression
more cygwin error suppression
cygwin pedantic changes for compiler warnings
I just uploaded a win-32 version (built on XP). It doesn't include the languages...
More cygwin work
Add __BSD_VISIBLE for Cygwin defines
New release 2.9p9
Look up owphp. For example: http://owfs.sourceforge.net/owphp.html
Mature regex infrastructure
Add regex header file