Backup serial options on open, restore on close
Revert "Merge pull request #4 from heinervdm/master"
Added Travis GitHub integration for basic automated build verificaiton
Unbreak FreeBSD build when Avahi is present
Updated README to indicate move to github
NOTE: Project moved to github
NOTE: Tickets moved to github
Merge branch 'echrstnn-fix-owinit'
Problems reading memory pages from DS2438
Merged. Took some time today to study the code to understand OWQ_offset, for my own benifit. Here is what I figured out, for future reference :) OWQ_offset is default 0 from OWQ_allocate_read_buffer and OWQ_size is derived from the filetype struct field suglen, 8 in this case. If OWQ_offset is set (in i.e. owserver read.c based on incoming request), ow_read.c will adjust OWQ_size in adjust_file_size (from FS_r_local), ensuring it never copies longer than the "file" length.
ds2438: explicitly set OWQ_length when reading page
DS18(B)20 resolution cache fix
ow_testhelper.h missing from 3.2p1 source code archive
Merged.
Fix ow_testhelper.h missing from source code archive
Changes to man regarding LinkUSB and FTDI addressing
Hi, thanks for contribution! Not too familiar with that device, but setting OWQ_size seems sensible. I'm curious though, what is OWQ_offset(owq) usually set to? Always zero? Seems a bit odd to write to data[OWQ_offset(owq)] instead of data[0], especially since data is not initialized.
Ignore man3/IBLSS.3
Fix race conditions in ow_regcomp
Free regexes at exit
LINK: unbreak non-ftdi access mode
ftdi support has been tested on MacOS, and works, yes.
DS2408 display fix
Silence LLVM static analyzer: Assigned value is...
LLVM static analyzer : Double free
LLVM static analyzer : fix memory leak
LLVM static analyzer : cleanup unused assignments
LLVM static analyzer : false positives, not rea...
remove unittest "binary" which should have not ...
clean target: do not try to remove my home dir ...
Remove & ignore files generated by bootstrap
Updated gitignores
Added first unittest: FS_input_ascii_array
fix last item length in FS_input_ascii_array
properly set OWQ_size for each owq_part when wr...
compat.h: only include compat_netdb.h if needed
Undo accidentally commited files
perl ownet: do not add zero-padding to payload
owusbprobe: respect OW_USB
Unbreak dlopen detection on FreeBSD
Merge branch 'ftdi'
Disable 19200 mode for LINK when using ct_serial
ow_ftdi: ensure we allow bytes to be written be...
ow_ftdi: %PRIu64 -> %zu for size_t
ow_ftdi: Fix implicit function declarations
ow_ftdi: fix misk warnings
owusbprobe: fix TTY device listing, filter lock...
owusbprobe: minor cleanups, fix a libusb_close ...
owusbprobe: scan for any /dev/tty|cua|uc. devic...
owusbprobe: cleanups, add "bus nr" addressing i...
owusbprobe: Added detection/identification of D...
Fix implicit reference
Move min/max into ow_ftdi
include sys/param if it exists, not based on OS
Fix order of DS2490 parameters
printf fix
Added owusbprobe
ftdi: use min/max instead of MIN/MAX
Cleanups
Add (optional) libftdi support for all serial d...
ftdi def fix
RemoveIn: execute bus close function before rip...
Removed bus_linkusb and made ct_ftdi usable as ...
All devices: On shutdown, call COM_free after d...
ftdi: move latency timer/rts setup to open func...
LINK: fix shutdown speed reset to improve start...
ow_ftdi/linkusb fix: make sure to set RTS on open
Merge remote-tracking branch 'origin/master' in...
Detect both libftdi1 and libftdi (but prefer 1.x)
Merge branch 'master' into ftdi-linkusb
Merge remote-tracking branch 'origin/master' in...
Merge branch 'master' into ftdi-linkusb
+1 for this merge. I've been using it on my dev bus for quite a while now, and works...
Thanks for the report! This was already solved in https://sourceforge.net/p/owfs/code/ci/289eaf2329b8cc8b80aa85c6e8572bd6be124629/...
This was already solved in https://sourceforge.net/p/owfs/code/ci/289eaf2329b8cc...
FreeBSD compile fix for owfs
Fix build issue when building without EXTENDED_...
Merge branch 'master' into ftdi-linkusb
Add linkusb to VISIBLE_LINK, making it possible...
Merge branch 'link-aux'
Change LINK aux names to auxctrl and auxsense
Merge branch 'master' into ftdi-linkusb-clean
Added support to interact with LINK 12/45/USB A...
FreeBSD compile fixes
Ok, so sourceforge is behaving a bit strange.. Both MR 4 and 6 are now for the same...
Please close this broken merge-request (seems I cannot do it myself?). Replaced with...
owwrite: fix writing of hex '00', which failed ...
FreeBSD compile fixes
owwrite: fix writing of hex '00', which failed ...
Merge branch 'master' into ftdi-linkusb
Merge branch 'master' into ftdi-linkusb
Merge branch 'fbsd-xopen-source-version' into f...
Another owftdi_slurp fix, only slurp if connect...
FreeBSD: use _XOPEN_SOURCE=600 instead of 500
owftdi: misc close fixes
owftdi_read: fix traffic report output; for mul...
Fix owftdi_slurp to actually slurp properly
Merge remote-tracking branch 'origin/master' in...
ow_com_write ftdi: missing break in case of fai...
owserver/owlib does not respect (lack of) alias flag