Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archweb32
master
upstream-lookalike
Archlinux32 website
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-02-08
feeds/feed.php: WIP
Erich Eckner
2019-02-08
feeds/index.php: no "any"-feeds
Erich Eckner
2019-02-08
feeds/index.php: "All Architectures" has subdir "all/"
Erich Eckner
2019-02-08
rss overview page done
Erich Eckner
2019-02-07
lib/helper.php: site_is_reachable(): give modified context instead of ↵
Erich Eckner
modifying default context
2019-02-07
packages/pkginfo.php: remove logging of redirect errors - they are from ↵
Erich Eckner
google bot (probably)
2019-02-07
packages/pkginfo.php: include $uri_prefix in redirect, too
Erich Eckner
2019-02-07
packages/pkginfo.php: check for missing arguments
Erich Eckner
2019-02-07
link to www.archlinux32.org/$sub instead of $sub.archlinux32.org
Erich Eckner
2019-02-07
packages/pkginfo.php: fix links
Erich Eckner
2019-02-07
pkgapi/index.html: fix another typo
Erich Eckner
2019-02-07
pkgapi/index.html: fix example link
Erich Eckner
2019-02-07
*/index.{php,html}: change absolut references to relative ones where appropriate
Erich Eckner
2019-02-07
favicon.ico: symlink to static/favicon
Erich Eckner
2019-02-07
index.html, download/index.html: some stuff is now in /static
Erich Eckner
2019-02-07
clean up merge of website - probably not yet functional
Erich Eckner
2019-02-07
Merge 'archlinux32/website.git/master' into this repository's master
Erich Eckner
2019-01-23
buildmaster/index.php: show multiple arches at once (e.g. by default display ↵
Erich Eckner
i686 and any)
2019-01-23
buildmaster/statistics.php: accept multiple archs
Erich Eckner
2019-01-21
packages/pkginfo.php: print human-readable units
Erich Eckner
2019-01-21
lib/helper.php: add_fancy_unit() new
Erich Eckner
2019-01-21
packages/pkginfo.php: parse dependencies from json correctly
Erich Eckner
2019-01-20
use mysql_query_package_version() even more often
Erich Eckner
2019-01-20
packages/pkginfo.php: use mysql_query_package_version()
Erich Eckner
2019-01-20
lib/mysql.php: mysql_query_package_version() new
Erich Eckner
2019-01-16
packages/pkginfo.php: do not break if reverse-proxied
Erich Eckner
2019-01-16
buildmaster/build-list.php: mysql_url_encode() stuff
Erich Eckner
2019-01-16
lib/mysql.php: mysql_url_encode() new to url-encode strings _inside_mysql_
Erich Eckner
2019-01-15
buildmaster/mysql-issues.php: html-encode the install_targets - they may ↵
Erich Eckner
contain <>...
2019-01-10
buildmaster/index.php: remove links to namcap and textrel
Erich Eckner
2019-01-08
packages/pkginfo.php: arch -> repo_arch
Erich Eckner
2019-01-08
packages/pkginfo.php: add redirect for wrong parameter order
Erich Eckner
2019-01-04
download/index.html: new iso
Erich Eckner
2019-01-03
packages/pkginfo.php: use $repo_arch where appropriate
Erich Eckner
2019-01-03
packages/pkginfo.php: reorder according to new url layout
Erich Eckner
2019-01-03
packages/index.php: correctly handle $repo_arch, make paths similar to ↵
Erich Eckner
mirror layout: $repo_arch/$repo/$pkgname
2019-01-02
packages/pkginfo.php: add todo
Erich Eckner
2018-12-10
packages/pkginfo.php: add check for empty $json_content
Erich Eckner
2018-12-10
packages/pkginfo.php: fix "Only variables should be passed by reference" warning
Erich Eckner
2018-12-10
packages/pkginfo.php: isset($array[$key]) -> array_key_exists($key, $array)
Erich Eckner
2018-12-10
packages/pkginfo.php: $skip_json_checks was not initialized properly
Erich Eckner
2018-12-10
pkgapi/index.html new - short usage description + something we can cheaply ↵
Erich Eckner
query to see if the api is online
2018-12-10
packages/pkginfo.php: adopt to new location and output format of pkgapi
Erich Eckner
2018-12-10
pkgapi/ new
Erich Eckner
2018-12-07
lib/helper.php: site_is_reachable(): whoops, fix typo
Erich Eckner
2018-12-07
lib/helper.php: site_is_reachable(): increase timeout to 10 seconds - 1 ↵
Erich Eckner
second was just the debug/developement value
2018-12-07
packages/pkginfo.php: use site_is_reachable() to check if ↵
Erich Eckner
"https://pkgapi.arch32.tyzoid.com/package/" is reachable - abort fast if not
2018-12-07
lib/helper.php: site_is_reachable() new
Erich Eckner
2018-12-06
.gitignore new: log should not be in git
Erich Eckner
2018-12-06
lib/mysql.php: log queries and their duration
Erich Eckner
[next]