<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librequesttracker.git, branch master</title>
<subtitle>Library for accessing Request Tracker's REST 1.0 interface
</subtitle>
<id>https://darapsa.org/librequesttracker.git/atom?h=master</id>
<link rel='self' href='https://darapsa.org/librequesttracker.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/'/>
<updated>2022-07-13T12:07:16Z</updated>
<entry>
<title>Wasmness test instead of emscriptenness</title>
<updated>2022-07-13T12:07:16Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-07-13T12:07:16Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=c400df631c1915f12c5fc1b21e040ed588bad12e'/>
<id>urn:sha1:c400df631c1915f12c5fc1b21e040ed588bad12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable ticket history attachment memory release</title>
<updated>2022-02-03T06:44:07Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-03T06:44:07Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=c36c5a02153388c43b7615614bb7cf44ec5ccd0b'/>
<id>urn:sha1:c36c5a02153388c43b7615614bb7cf44ec5ccd0b</id>
<content type='text'>
as it causes a crash.
</content>
</entry>
<entry>
<title>Response userData is not freed here for Emscripten</title>
<updated>2022-02-02T15:12:42Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T15:12:42Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=1616421120fc238beda654696541275c9aa0744c'/>
<id>urn:sha1:1616421120fc238beda654696541275c9aa0744c</id>
<content type='text'>
When the user data is a pointer to the callback function, not a POST
body, it must not be freed, otherwise the app will crash/not function.
For now freeing it is handed to the user, which in this case, is
qrtclient. It's freed when it's a POST body, e.g. when logging in, and
no freeing code when GETting data from REST API.
</content>
</entry>
<entry>
<title>Asynchronous connection</title>
<updated>2022-02-02T01:29:10Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:29:10Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=12cde42c929b63a1ef1b2ad7f3482336419980b2'/>
<id>urn:sha1:12cde42c929b63a1ef1b2ad7f3482336419980b2</id>
<content type='text'>
Important updates:
1. Emscripten port.
2. HTTP request code copied from libicclient &amp; slightly fixed.
3. Cookies, for maintaining authorisation between different async
   handles.
</content>
</entry>
<entry>
<title>Fix Android macro and tidy up</title>
<updated>2022-02-02T01:18:58Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:18:58Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=ebfa1718a36a8a0f3cf4571bc48b1990129af703'/>
<id>urn:sha1:ebfa1718a36a8a0f3cf4571bc48b1990129af703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put commas at the end</title>
<updated>2022-02-02T01:13:21Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:13:21Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=3cdd7f552d2d7b816901851a10aa61b65b365934'/>
<id>urn:sha1:3cdd7f552d2d7b816901851a10aa61b65b365934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put commas at the end</title>
<updated>2022-02-02T01:12:38Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:12:38Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=877f673df32a362bb6332b36df2237a3fdc0961c'/>
<id>urn:sha1:877f673df32a362bb6332b36df2237a3fdc0961c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reindent and put commas at the end</title>
<updated>2022-02-02T01:10:05Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:10:05Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=8e812b300f156cdb48d3658095ad71893f386ea3'/>
<id>urn:sha1:8e812b300f156cdb48d3658095ad71893f386ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reindent and put commas at the end</title>
<updated>2022-02-02T01:09:03Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:09:03Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=fc3a1fe3a918c1dd0588ea4bf83f07887dced2c7'/>
<id>urn:sha1:fc3a1fe3a918c1dd0588ea4bf83f07887dced2c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder towards a more standard layout</title>
<updated>2022-02-02T01:05:14Z</updated>
<author>
<name>ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀</name>
<email>erik@darapsa.co.id</email>
</author>
<published>2022-02-02T01:05:14Z</published>
<link rel='alternate' type='text/html' href='https://darapsa.org/librequesttracker.git/commit/?id=bdaba2211814832fe18d61abb555ce91c8c45b61'/>
<id>urn:sha1:bdaba2211814832fe18d61abb555ce91c8c45b61</id>
<content type='text'>
</content>
</entry>
</feed>
