<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://project.juiblex.co.uk/hg/razor/</link>
    <language>en-us</language>

    <title>razor: librazor/atomic-ktm.c history</title>
    <description>librazor/atomic-ktm.c revision history</description>
    <item>
    <title>Fix bug causing invalid URI to be passed to razor_atomic_remove</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{889dc38157ac}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Fix bug causing invalid URI to be passed to razor_atomic_remove]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Mon, 05 Mar 2018 20:35:27 +0000</pubDate>
</item>
<item>
    <title>Port KTM driver to URI-based API</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{8e4bf84a7bb8}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Port KTM driver to URI-based API]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 07 Jul 2016 11:04:10 +0100</pubDate>
</item>
<item>
    <title>Switch to a URI-based API</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{008c75a5e08d}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Switch to a URI-based API]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Mon, 04 Jul 2016 10:48:18 +0100</pubDate>
</item>
<item>
    <title>Add error domains and codes</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{0a5e583393e1}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Add error domains and codes]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Tue, 09 Sep 2014 15:27:12 +0100</pubDate>
</item>
<item>
    <title>Drop drive letter from path to razor root when RAZOR_ROOT set.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{cf499fd51df7}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Drop drive letter from path to razor root when RAZOR_ROOT set.<br/>
<br/>
If the RAZOR_ROOT environment variable was set to eg., /root then on<br/>
Microsoft Windows we were trying to use paths such as /rootC:/Programs<br/>
which is obviously wrong. Instead we should drop the drive letter<br/>
giving paths of the form /root/Programs. Note that the drive letter is<br/>
_not_ migrated to C:/root/Programs: If a root of C:/root was desired<br/>
then RAZOR_ROOT would have been set to C:/root.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sat, 23 Aug 2014 16:07:09 +0100</pubDate>
</item>
<item>
    <title>Allow multiple atomic transactions to be used with one root object.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{8cbc438cc298}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Allow multiple atomic transactions to be used with one root object.<br/>
This allows transactions that include barriers to be performed<br/>
while holding an exclusive system lock.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 16 Feb 2012 17:33:47 +0000</pubDate>
</item>
<item>
    <title>Add an error object.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{6112bcc5d1cf}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Add an error object.<br/>
This is intended to dis-entangle the two roles that the atomic<br/>
object has evolved into so that atomic need only be used where<br/>
atomic actions are actually being undertaken.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Sat, 11 Feb 2012 23:50:26 +0000</pubDate>
</item>
<item>
    <title>Emulate atomic transactions</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{d0aa9e0a6d04}/librazor/atomic-ktm.c</link>
    <description><![CDATA[Emulate atomic transactions]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 09 Feb 2012 20:42:08 +0000</pubDate>
</item>

  </channel>
</rss>
