summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-22lib/helper.php: use site_is_reachable() instead of copying codeErich Eckner
2019-11-22lib/helper.php: $git_available should only change the host part of the urlErich Eckner
2019-11-22git.archlinux32.org/archlinux32/ -> git.archlinux32.org/Erich Eckner
2019-11-17lib/style.php: update copyright yearsErich Eckner
2019-11-14remove all traces of news.archlinux32.org and replace by links to forum as de...Erich Eckner
2019-11-07lib/mysql.php: show_warning_on_offline_slave(): buildmaster.archlinux32.org d...Erich Eckner
2019-08-06lib/mysql.php: add more bot user agentsErich Eckner
2019-07-26lib/mysql.php: actually forbid access for botsErich Eckner
2019-07-25lib/mysql.php: abort_iff_webspider() new - for now only logging the user agentErich Eckner
2019-06-06lib/http.php: redirect_temporarily($uri) newErich Eckner
2019-05-22lib/format.php: export_as_requested() understands /$format/ URIs now, tooErich Eckner
2019-04-08lib/helper.php: capitalization of git2 link changedErich Eckner
2019-03-27buildmaster/statistics.php: arch_filter_query() separated into lib/mysel.phpErich Eckner
2019-03-18lib/style.php: small style changeErich Eckner
2019-03-07packages/differences.php: show differences to upstream, tooErich Eckner
2019-03-07table `upstream_packages` makes available_upstream_packages() obsoleteErich Eckner
2019-03-07lib/helper.php: fix typoErich Eckner
2019-03-07lib/helper.php: check if pacman db exists before running shell commandErich Eckner
2019-02-22lib/helper.php: use array_key_exists()Erich Eckner
2019-02-22lib/helper.php: available_upstream_packages() newErich Eckner
2019-02-19lib/style.php: $difflist_sorts: fix mysql column namesErich Eckner
2019-02-19packages/differences.php now functionalErich Eckner
2019-02-19lib/style.php: print_listing(): what to print in columns is now stored in an ...Erich Eckner
2019-02-19lib/style.php: add missing lfErich Eckner
2019-02-19lib/style.php: print_listing(): make links to package details also work for s...Erich Eckner
2019-02-19lib/style.php: print_listing() now suitable for lists of groups, tooErich Eckner
2019-02-19lib/mysql.php: deactivate debugging log for nowErich Eckner
2019-02-19lib/style.php: take list of columns/sorts as parameter in print_package_listi...Erich Eckner
2019-02-18lib/style.php: package_listing_query_order_by() is now integrated in query_pa...Erich Eckner
2019-02-18extracting of ORDER BY info from $_GET moved from packages/index.php to funct...Erich Eckner
2019-02-18move array of columns from packages/index.php to lib/style.phpErich Eckner
2019-02-18buildmaster/build-list-links.php,buildmaster/build-list.php,buildmaster/build...Erich Eckner
2019-02-18lib/style.php,packages/index.php: move querying part of package listing to a ...Erich Eckner
2019-02-18lib/style.php,packages/index.php: move displaying part of package listing to ...Erich Eckner
2019-02-13use apcu instead of memcacheErich Eckner
2019-02-13buildmaster/deletion-links.php,lib/helper.php,packages/pkginfo.php: do not fa...Erich Eckner
2019-02-11lib/style.php: make highlight in navbar configurableErich Eckner
2019-02-11lib/style.php: allow for title without extensionErich Eckner
2019-02-11lib/*.php: should not require_once ../init.php - else it cannot be included f...Erich Eckner
2019-02-08close memcache connection if no longer neededErich Eckner
2019-02-07lib/helper.php: site_is_reachable(): give modified context instead of modifyi...Erich Eckner
2019-02-07link to www.archlinux32.org/$sub instead of $sub.archlinux32.orgErich Eckner
2019-01-21lib/helper.php: add_fancy_unit() newErich Eckner
2019-01-20lib/mysql.php: mysql_query_package_version() newErich Eckner
2019-01-16lib/mysql.php: mysql_url_encode() new to url-encode strings _inside_mysql_Erich Eckner
2018-12-07lib/helper.php: site_is_reachable(): whoops, fix typoErich Eckner
2018-12-07lib/helper.php: site_is_reachable(): increase timeout to 10 seconds - 1 secon...Erich Eckner
2018-12-07lib/helper.php: site_is_reachable() newErich Eckner
2018-12-06lib/mysql.php: log queries and their durationErich Eckner
2018-11-09lib/mysql-joins.php new: it contains mysql_join_* functions similar to the on...Erich Eckner