<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/core, branch v4.8.5</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.8.5</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.8.5'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-01-23T01:35:23Z</updated>
<entry>
<title>Bluetooth: don't crash if BT is turned off</title>
<updated>2019-01-23T01:35:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-01-23T01:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ec8eac185b5d42e5e250eac3678b67b36c89c46a'/>
<id>urn:sha1:ec8eac185b5d42e5e250eac3678b67b36c89c46a</id>
<content type='text'>
At least on a Mac we can get here without a discoveryAgent if BT is off,
so don't derefence the NULL pointer in that case.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>BLE debug: make things less verbose</title>
<updated>2019-01-22T00:07:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-01-21T22:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0e1bd02df6cfd94c1fe61a23bccd6f86fbdc23be'/>
<id>urn:sha1:0e1bd02df6cfd94c1fe61a23bccd6f86fbdc23be</id>
<content type='text'>
Unless run with '-v -v -v'.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>libdivecomputer: small wording change in a warning</title>
<updated>2019-01-22T00:07:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-01-21T21:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c000123121f64e6cb03a39d0e0e3bba12b3a0491'/>
<id>urn:sha1:c000123121f64e6cb03a39d0e0e3bba12b3a0491</id>
<content type='text'>
While in theory the DEVINFO event should give us the correct detected
product, it's also possible that the code that usually detects the
product gave up and returns an unknown model.

Try to have the message reflect that situation more accurately.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't allow empty username for git</title>
<updated>2019-01-22T00:06:17Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2019-01-12T09:04:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fc66c767fbf552743c13ecec4141a4c153490cd5'/>
<id>urn:sha1:fc66c767fbf552743c13ecec4141a4c153490cd5</id>
<content type='text'>
When no real name is set in /etc/passwd the username ends
up being ",,,". Git does not like that. Actually, only the
part before the first comma is the name, the rest is office
and phone number. We don't want those.

Before we only testing for the username being a NULL pointer.

Reported-by: Keith Grimes
Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Use state structure for sample rate info</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-01-03T04:56:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ddac55a3f12bd11fc8b3c412c919d1d9312b3a9c'/>
<id>urn:sha1:ddac55a3f12bd11fc8b3c412c919d1d9312b3a9c</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use correct value for PO2</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2019-01-01T13:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=39d5860602494a550450756ca6ca0361b9fbbed1'/>
<id>urn:sha1:39d5860602494a550450756ca6ca0361b9fbbed1</id>
<content type='text'>
averagePPO2 appears to be correct value instead of currentPPO2SetPoint.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Grab correct setpoint on Shearwater cloud import</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-12-31T04:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6aa51c623240d4cf3fd75aef1162980c5f5f1d81'/>
<id>urn:sha1:6aa51c623240d4cf3fd75aef1162980c5f5f1d81</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use different time field as it seems to be more correct</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-12-30T14:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f78f3075c49bcec322ba8e8077b8b72b5520b8fa'/>
<id>urn:sha1:f78f3075c49bcec322ba8e8077b8b72b5520b8fa</id>
<content type='text'>
The starTimestamp is 4 hours apart on 2 different DCs within the sample
log. DiveDate on the dive_logs table seems to be correct, but must be
converted from human readable format.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Sample rate varies between dives</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-12-29T20:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4aac746bf02148bdb9e2615ec6d8a9151c53b474'/>
<id>urn:sha1:4aac746bf02148bdb9e2615ec6d8a9151c53b474</id>
<content type='text'>
Seems that Shearwater cloud stores sample rate into the database and
it is not constant within the log.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Initial support for Shearwater Cloud</title>
<updated>2019-01-22T00:04:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-12-29T19:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f5ef586c72d0f5b47bd019deda95c28633596a63'/>
<id>urn:sha1:f5ef586c72d0f5b47bd019deda95c28633596a63</id>
<content type='text'>
This works to some extent to part of a sample log I received. However,
still quite a bit more work is needed.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
</feed>
