Fix a bug where DS9097U could be stuck in MODE_STRONG5 if result is
received with errors.
36 lines of code changed in 5 files:
Update device bus_nr in cache after each read/write to avoid expired data.
20 lines of code changed in 3 files:
DS18S20 fix. Scratch pad write only 2 bytes.
8 lines of code changed in 1 file:
Fixed a bug in ClientConnect() when connection fails. Added some more
error variables and error checking since I noticed a hanging
serial adapter after 12 hours reading.
91 lines of code changed in 8 files:
DFS1921 fixes to mission date, mission in progress, added delay.
93 lines of code changed in 1 file:
Check presence of first /bus.x at least.. It should be done on all parts
of the path, but it will be too much network traffic between owserver and
owfs without any big improvement.
11 lines of code changed in 3 files:
Fix a bug when using urls with /text
15 lines of code changed in 2 files:
Fixed a bug when reading status bits from USB-adapter. 16'th byte was read
even if it wasn't available in buffer. Added detection of short-cut on
bus too.
76 lines of code changed in 1 file:
Just a compilation warning.
2 lines of code changed in 1 file:
Fixes to FillMission for mission date
30 lines of code changed in 1 file:
Got rid of scoping error in RunAccepted (HandlerRoutine) and actually eliminated the parameter altogether.
9 lines of code changed in 1 file:
Added ServerPresence prototype
2 lines of code changed in 1 file:
Fredrick Simonsson's fix
3 lines of code changed in 1 file:
Added ServerPresence() to return which in-device has a specific
connected device. When the device is found, it's cached with
Cache_Add_Device(bus_nr, sn).
FS_ParsedName() will check for presense again and return error if not
found on any in-devices.
337 lines of code changed in 14 files:
Replaced SemiGlobal to a uint32_t to make it endian safe. Some bugs fixed
when more than 3 owservers were used in a serie. The path got unuseable
after too many hops.
225 lines of code changed in 17 files:
Getting closer on DS1921 -- "Easystart" works, but there is a problem reading the mission timestamp.
118 lines of code changed in 3 files:
Change date-as-number to "udate" instead of "counter". Affects DS1921, DS1915 DS1917 DS1904 DS1984. Update the man pages, too.
123 lines of code changed in 6 files:
added alarmlog and temperature log to DS1921
150 lines of code changed in 1 file:
DS1921 -- fixed double lock (lockup) in temperature conversion
4 lines of code changed in 1 file:
DS1921 writing now fixed. Date input handling improved in ow_write
21 lines of code changed in 2 files:
1921 cleanup -- still problem with data write.
7 lines of code changed in 2 files:
BigEndian problem when sending semiglobal.
15 lines of code changed in 1 file:
Reversed some changes which wasn't really correct. extention is ignored
for pn_system just to let /system/adapter/version.4 work as good as
possible. Need to change some minor things for "owfs" too since it
still fails at some points. (filesize problem)
17 lines of code changed in 3 files:
Have to skip presencecheck totally when receiving a path from a remote
owserver.
72 lines of code changed in 6 files:
Change file name "reset" to "por".
9 lines of code changed in 2 files:
Alarms supported.
6 lines of code changed in 2 files:
DS1921 thermocron updates -- OW_MIP for mission in progress and corrected temperature conversion
36 lines of code changed in 1 file:
Some bug fixes for the filelength when reading files. Now it seems to work
perfect. Some more cleanup could still be done though.
60 lines of code changed in 8 files:
Some cleanup and bugs fixed. Reduced the communication between
owserver and client since most file-sizes are known and shouldn't
be requested from remote owserver.
583 lines of code changed in 16 files:
Full fix of subdirectories
109 lines of code changed in 2 files:
Checking in the recent changes where bus.n is added to
directory-listing. There might be some bugs in the code,
but I have to checkin before it's too much to handle.
Multiple owservers should be accessed in a chain now, and
the user can specify which server to read from.
Known bug: /statistics/directory/bus doesn't work.
718 lines of code changed in 20 files:
Read file-size from remote owserver
97 lines of code changed in 1 file:
1921 sample rate code
24 lines of code changed in 1 file:
Thermochron work
77 lines of code changed in 1 file:
*** empty log message ***
168 lines of code changed in 3 files:
add "statter" script to create StatCVS data.
41 lines of code changed in 2 files:
added to DS1977 set_number/xxx, use_number/xxx
215 lines of code changed in 3 files:
*** empty log message ***
4 lines of code changed in 1 file:
DS1977 support
315 lines of code changed in 5 files:
new approach to FS_parsedname using strsep.
134 lines of code changed in 4 files:
*** empty log message ***
37 lines of code changed in 3 files:
Moving tdestroy() compat-function to ow_util.c
41 lines of code changed in 3 files:
Add #define VALGRIND, just to be able to find memory-leaks.
(Valgrind doesn't accept the mutex-locks done in ConnectionThread)
21 lines of code changed in 1 file:
removed closelog() since it's done in LibClose()
2 lines of code changed in 2 files:
Some compilation warnings, cleanup fixes and uninitialized memory
found by valgrind.
32 lines of code changed in 2 files:
Fix compiler warning
4 lines of code changed in 1 file:
Fix a minor memory leak when not calling tdestroy at exit.
21 lines of code changed in 3 files:
formatting changes. Fix owserver error on Handler type.
389 lines of code changed in 16 files:
Some minor changes that I forgot.
9 lines of code changed in 1 file:
Memory leak.
4 lines of code changed in 1 file:
Lots of changes to add better support for multiple input and
output devices in owserver. Many of the changes are also made
to support MMU-less processors.
526 lines of code changed in 18 files:
sem.h deprecated
2 lines of code changed in 1 file:
clean up device locks (remove slots and semaphores)
129 lines of code changed in 12 files:
DS1993L support
41 lines of code changed in 1 file: