<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch v0.8.3.5</title>
<subtitle>Robin Krahl's fork of cgit</subtitle>
<id>https://git.ireas.org/cgit/atom?h=v0.8.3.5</id>
<link rel='self' href='https://git.ireas.org/cgit/atom?h=v0.8.3.5'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/'/>
<updated>2011-03-05T12:52:39Z</updated>
<entry>
<title>CGIT 0.8.3.5</title>
<updated>2011-03-05T12:52:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-03-05T12:52:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=9e849950dc7c1f2fb6ffa62ab65bd30f35717d13'/>
<id>urn:sha1:9e849950dc7c1f2fb6ffa62ab65bd30f35717d13</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Avoid trailing slash in virtual-root</title>
<updated>2011-03-05T12:50:40Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-03-05T12:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=d0cb8413ffd5319c623d832802abe6a6d5795679'/>
<id>urn:sha1:d0cb8413ffd5319c623d832802abe6a6d5795679</id>
<content type='text'>
When setting virtual-root from cgitrc, care is taken to avoid trailing
slashes. But when no virtual-root setting is specified, SCRIPT_FILE
from the web server is used without similar checks. This patch fixes the
inconsistency, which could lead to double-slashes in generated links.

Noticed-by: Wouter Van Hemel &lt;wouter@duodecim.org&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>do not infloop on a query ending in %XY, for invalid hex X or Y</title>
<updated>2011-03-05T12:38:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-02-28T11:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=fc384b16fb9787380746000d3cea2d53fccc548e'/>
<id>urn:sha1:fc384b16fb9787380746000d3cea2d53fccc548e</id>
<content type='text'>
When a query ends in say %gg, (or any invalid hex) e.g.,
http://git.gnome.org/browse/gdlmm/commit/?id=%gg
convert_query_hexchar calls memmove(txt, txt+3, 0), and then returns
txt-1, so the loop in http_parse_querystring never terminates.  The
solution is to make the memmove also copy the trailing NUL.
* html.c (convert_query_hexchar): Fix off-by-one error.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-shared: silence warning</title>
<updated>2011-02-19T13:37:34Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-12-23T11:47:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=6bf2658f04089179aa373e47bd1d0718e808a59b'/>
<id>urn:sha1:6bf2658f04089179aa373e47bd1d0718e808a59b</id>
<content type='text'>
warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type
‘size_t’

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Make `make get-git` work under OpenBSD.</title>
<updated>2011-02-19T13:13:08Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>info@cryptocrack.de</email>
</author>
<published>2011-01-19T13:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=7c2dea03674b54aa43d17a93e6e550f03759c95f'/>
<id>urn:sha1:7c2dea03674b54aa43d17a93e6e550f03759c95f</id>
<content type='text'>
OpenBSD tar(1) defaults to read from "/dev/rst0" when not specifying an
filename and thus fails to extract the Git sourcecode when not passing
stdin as input file descriptor explicitly.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use absolute path for scanned repo readme</title>
<updated>2010-11-07T15:21:59Z</updated>
<author>
<name>Dean Scarff</name>
<email>dos@scarff.id.au</email>
</author>
<published>2010-08-26T07:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=aabc70f74b8c334510774ecd508699c418f48a56'/>
<id>urn:sha1:aabc70f74b8c334510774ecd508699c418f48a56</id>
<content type='text'>
repo.readme is transformed to an absolute path when read from the config,
so add_repo needs to add "README.html" with the repository path too.

Signed-off-by: Dean Scarff &lt;dos@scarff.id.au&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>CGIT 0.8.3.4</title>
<updated>2010-09-27T06:00:47Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-09-27T06:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=af492114ccf6d5ab72890277ad828cf6d9fa8909'/>
<id>urn:sha1:af492114ccf6d5ab72890277ad828cf6d9fa8909</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use GIT-1.7.3</title>
<updated>2010-09-27T05:58:13Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-09-27T05:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=82a883ede7e47616aba041a5eb36e08666ef9177'/>
<id>urn:sha1:82a883ede7e47616aba041a5eb36e08666ef9177</id>
<content type='text'>
This fixes http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-2542.

Noticed-by: Silvio Cesare &lt;silvio.cesare@gmail.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>RSS items should always use UTC times</title>
<updated>2010-09-19T18:57:30Z</updated>
<author>
<name>Aaron Griffin</name>
<email>agriffin@datalogics.com</email>
</author>
<published>2010-09-15T15:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=aaa3f7854232726d5530f66b9459e036bbba15cb'/>
<id>urn:sha1:aaa3f7854232726d5530f66b9459e036bbba15cb</id>
<content type='text'>
The format uses a 'Z' suffix, which indicates no TZ offset.
Thus we should not respect the local-time config setting here.

Signed-off-by: Aaron Griffin &lt;agriffin@datalogics.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-snapshot: actually compress zip archives</title>
<updated>2010-09-01T12:32:19Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-09-01T12:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=ba1769cb6438f3a08da8cf1308eb8efad3ce573b'/>
<id>urn:sha1:ba1769cb6438f3a08da8cf1308eb8efad3ce573b</id>
<content type='text'>
Since cgit linked with git-1.6.0 all zip archives has been uncompressed.
This patch fixes the issue by specifying Z_DEFAULT_COMPRESSION.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
