Re: [aur-dev] [PATCH 2/3] aurblup: mark all functions and global variables static

2011-06-28 Thread Lukas Fleischer
On Mon, Jun 27, 2011 at 05:31:31PM -0500, Dan McGee wrote: > 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 > --- > scripts/aurblup/aurblup.c | 46 ++--

Re: [aur-dev] [PATCH 1/3] aurblup: blacklist processing query changes

2011-06-28 Thread Lukas Fleischer
On Mon, Jun 27, 2011 at 05:31:30PM -0500, Dan McGee wrote: > * 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