mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
* Mark things static in the class rather than use a constructor every
single invocation of the service.
* Don't call mysql_real_escape_string() before we even have a database
connection, and don't do work in the database if we don't need to.
* Formatting consistency fixups in a few places.
* Add new process_query() helper function; use this instead of
copy-pasted code in all of the RPC method calls.
* Remove the escaping code meant to fix FS#15526, introduced in commit
|
||
---|---|---|
.. | ||
acctfuncs.inc | ||
aur.inc | ||
aurjson.class.php | ||
config.inc.proto | ||
feedcreator.class.php | ||
gettext.php | ||
pkgfuncs.inc | ||
stats.inc | ||
streams.php | ||
translator.inc | ||
version.inc |