<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/scripts/aurblup/aurblup.c, branch v2.0.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/scripts/aurblup/aurblup.c?h=v2.0.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/scripts/aurblup/aurblup.c?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-10-24T15:57:52Z</updated>
<entry>
<title>aurblup: update for pacman 4 revised libalpm API</title>
<updated>2011-10-24T15:57:52Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-10-21T20:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=99a2bb81cf4fe3c1b16451628d15450b76d1eafe'/>
<id>urn:sha1:99a2bb81cf4fe3c1b16451628d15450b76d1eafe</id>
<content type='text'>
Notable changes include the necessary handle object and the splitting
of provides and replaces into alpm_depend_t objects.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurblup: remove use of alpm_list_getdata()</title>
<updated>2011-10-24T15:57:51Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-10-21T20:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d20f90ead3ba1998f08c924ae4f63450c5743aa7'/>
<id>urn:sha1:d20f90ead3ba1998f08c924ae4f63450c5743aa7</id>
<content type='text'>
This is not strictly necessry as listitem-&gt;data is public.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurblup: style cleanups</title>
<updated>2011-10-24T15:57:51Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-10-21T20:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=156bfbddb98de91a3bf37740978e21baa3ecb9ba'/>
<id>urn:sha1:156bfbddb98de91a3bf37740978e21baa3ecb9ba</id>
<content type='text'>
Always use two lines for if statements, use a character constant rather
than the 0 integer when NULL-terminating a string, and remove the
unnecessary NULL check before free(value)- free(NULL) is a no-op and
always safe.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurblup: remove ';' from queries</title>
<updated>2011-10-24T15:57:51Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-10-21T20:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f5736ace651fd7c277a7729919b45504b830d728'/>
<id>urn:sha1:f5736ace651fd7c277a7729919b45504b830d728</id>
<content type='text'>
The semicolons are not necessary when performing queries via the MySQL
API, so remove them.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurblup: mark all functions and global variables static</title>
<updated>2011-06-28T06:53:07Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-06-27T22:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=59c82af185c8ed41f038dc3477665f20b739bc25'/>
<id>urn:sha1:59c82af185c8ed41f038dc3477665f20b739bc25</id>
<content type='text'>
These don't need visibility outside of this compilation unit. This also
allows a C compiler to inline and optimize as it sees fit.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurblup: blacklist processing query changes</title>
<updated>2011-06-28T06:53:06Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-06-27T22:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0cb493ef2a4182c22c405b15f5d6e86bec80d4bb'/>
<id>urn:sha1:0cb493ef2a4182c22c405b15f5d6e86bec80d4bb</id>
<content type='text'>
* Do all list building and freeing outside of the transaction to keep it
  as short as possible.
* Remove ability to blacklist without transactions as we now only
  support InnoDB/transactional engines with proper relations.
* No need to turn autocommit off; BEGIN TRANSACTION operates regardless
  of this setting.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use a real sync algorithm in aurblup (fixes FS#23039).</title>
<updated>2011-02-26T19:41:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-26T19:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e72f02872fc1f81bdd609c061f08e69b34153c7e'/>
<id>urn:sha1:e72f02872fc1f81bdd609c061f08e69b34153c7e</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add support for MySQL transactions to aurblup.</title>
<updated>2011-02-11T13:43:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-10T08:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a64cd12feb1a4cf7bfa6174696cf6cb271ba0602'/>
<id>urn:sha1:a64cd12feb1a4cf7bfa6174696cf6cb271ba0602</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix typos in aurblup source and "README".</title>
<updated>2011-02-11T13:43:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-09T06:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=13bcc269ff8a4410bd6d24ee51e7c24f5cb55a98'/>
<id>urn:sha1:13bcc269ff8a4410bd6d24ee51e7c24f5cb55a98</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add packages' provides and replaces to the blacklist in aurblup.</title>
<updated>2011-02-11T13:43:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-08T09:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ddc54358d0f382cbd801d3f4339f05d680ad94e3'/>
<id>urn:sha1:ddc54358d0f382cbd801d3f4339f05d680ad94e3</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
