<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/hinata.git, branch master</title>
<subtitle>[WIP] cross-platform multi-thread downloader
</subtitle>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/'/>
<entry>
<title>ui: no more titlebar</title>
<updated>2024-03-02T13:07:42+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T13:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=b315720fcd6ad9af0f0d9c023e81ebf34b1be6a4'/>
<id>b315720fcd6ad9af0f0d9c023e81ebf34b1be6a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: make about popup movable</title>
<updated>2024-03-02T12:47:02+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T12:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=96e9d5ef47ef58a4f7b4c9b86bf899ec413d331b'/>
<id>96e9d5ef47ef58a4f7b4c9b86bf899ec413d331b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: draw ascii-art icon in about popup</title>
<updated>2024-03-02T12:14:18+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T12:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=cf31015f6a3cc205cb682f154478599b36040382'/>
<id>cf31015f6a3cc205cb682f154478599b36040382</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>process_url: merge_and_cleanup: do not block ui thread</title>
<updated>2024-03-02T10:42:28+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T10:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346'/>
<id>3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/ffmpeg: fix remux progress</title>
<updated>2024-03-02T07:54:25+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T07:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=ce6c2dcbaff65ef5f9f817f3a8c50c8a1a8094eb'/>
<id>ce6c2dcbaff65ef5f9f817f3a8c50c8a1a8094eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tree-wide: use FREE_AND_NULLIFY macro and reformat code</title>
<updated>2024-03-02T04:55:03+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T04:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=74ebee5d3a81a39766ba8cd436a548449ea887b0'/>
<id>74ebee5d3a81a39766ba8cd436a548449ea887b0</id>
<content type='text'>
Jeez idk why i forgot the pass-by-value feature, so the original version
never gets the pointer nullified.

Fix it by using our favourite C-style macro.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeez idk why i forgot the pass-by-value feature, so the original version
never gets the pointer nullified.

Fix it by using our favourite C-style macro.
</pre>
</div>
</content>
</entry>
<entry>
<title>process_url: do not update curl status during callback</title>
<updated>2024-03-02T04:53:05+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-02T04:53:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=62c193bd4e464ec9d847b8abff21e10dfc7b511e'/>
<id>62c193bd4e464ec9d847b8abff21e10dfc7b511e</id>
<content type='text'>
... and in turn fixes the race condition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and in turn fixes the race condition
</pre>
</div>
</content>
</entry>
<entry>
<title>xmake: come back to NFD</title>
<updated>2024-03-01T15:29:19+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-01T15:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=f4309930b547aa845f2f12824109fb606d9fb217'/>
<id>f4309930b547aa845f2f12824109fb606d9fb217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xmake: move deps to third_party dir</title>
<updated>2024-03-01T14:30:17+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2024-03-01T13:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=2c23cf4b3968a2c4f86253dcadba9779bc00e6ff'/>
<id>2c23cf4b3968a2c4f86253dcadba9779bc00e6ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>status: support large file sizes on 64bit systems</title>
<updated>2024-03-01T14:30:16+00:00</updated>
<author>
<name>Mole Shang</name>
<email>135e2@135e2.dev</email>
</author>
<published>2023-08-10T14:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/hinata.git/commit/?id=085c2a88d44ebac41c64c32ee6b796ff64e5331f'/>
<id>085c2a88d44ebac41c64c32ee6b796ff64e5331f</id>
<content type='text'>
Convert all unsigned long nums to unsigned long long in order to
let the UI safely display sizes &gt;= 4GB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert all unsigned long nums to unsigned long long in order to
let the UI safely display sizes &gt;= 4GB
</pre>
</div>
</content>
</entry>
</feed>
