[aur-dev] [PATCH v2] aurjson.class.php: Limit number of RPC results

2012-10-21 Thread canyonknight
With no limit to the number of results, memory_limit set to 32M can easily be exceeded for searches that have a large number of results. This results in an HTTP error 500 for those queries. Limit results to an amount set within config.inc.php to avoid exceeding memory_limit. Introduce new JSON err

[aur-dev] [PATCH] Use HTTPS links everywhere for Arch sites

2012-10-21 Thread Dan McGee
The main site, wiki, and BBS are using HTTPS exclusively, so link directly to the correct protocol rather than forcing a redirect. Signed-off-by: Dan McGee --- HACKING | 2 +- README| 2 +- TRANSLATING | 2 +- UPGRADING