Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 1.9
aetolos
Browse files
Nov 09, 2022
release version 1.9
· 4b3168da
aetolos
authored
Nov 09, 2022
View commits for tag 1.9
1.9
4b3168da
avoid passing null values to trim which only accepts strings
· 08924ea0
aetolos
authored
Nov 09, 2022
08924ea0
Oct 27, 2022
set idle timeout (wait_timeout) to 1 hour
· 6439b717
aetolos
authored
Oct 27, 2022
6439b717
Oct 26, 2022
add missing string check
· f9591d54
aetolos
authored
Oct 26, 2022
f9591d54
Oct 25, 2022
gracefully handle export errors
· 99cc0a4f
aetolos
authored
Oct 25, 2022
99cc0a4f
add error check for the mysql SHOW GRANTS command
· 146c585b
aetolos
authored
Oct 25, 2022
146c585b
Oct 24, 2022
update CHANGELOG.md
· 6cb14fb8
aetolos
authored
Oct 24, 2022
6cb14fb8
implement the extradb parameter to pass additional databases to the export function
· 824620fa
aetolos
authored
Oct 24, 2022
824620fa
pass optional command-line parameters to the export function
· 3cec179b
aetolos
authored
Oct 24, 2022
3cec179b
refactor the getAssocArray function to return the full results
· ea1fb66b
aetolos
authored
Oct 24, 2022
ea1fb66b
log the name of each module during export
· e74876a3
aetolos
authored
Oct 24, 2022
e74876a3
use a dynamic httpd service name for systemd service instances
· 35f0dcc9
aetolos
authored
Oct 24, 2022
35f0dcc9
do not report an error when the directory is not found within the tar archive
· cdec6dcf
aetolos
authored
Oct 24, 2022
cdec6dcf
add sa-update as a service dependency
· c8e2b45a
aetolos
authored
Oct 24, 2022
c8e2b45a
update CHANGELOG.md
· 510ae085
aetolos
authored
Oct 24, 2022
510ae085
increase max connections per thread memory, use the 1% rule for the table...
· 64997474
aetolos
authored
Oct 24, 2022
64997474
Oct 20, 2022
update CHANGELOG.md
· 43880c53
aetolos
authored
Oct 20, 2022
43880c53
use a smaller key buffer for MyISAM since the default storage engine is InnoDB
· f5ef18d8
aetolos
authored
Oct 20, 2022
f5ef18d8
set MariaDB wait_timeout to 8 seconds to match Apache requests, set...
· 486e717b
aetolos
authored
Oct 20, 2022
486e717b
Oct 19, 2022
add mod_http2 as a package requirement
· 2b26fedf
aetolos
authored
Oct 19, 2022
2b26fedf
Oct 18, 2022
update CHANGELOG.md
· 187ae2b1
aetolos
authored
Oct 18, 2022
187ae2b1
add a default value for AsyncRequestWorkerFactor, log the maximum number of concurrent connections
· 8a2a234b
aetolos
authored
Oct 18, 2022
8a2a234b
Oct 17, 2022
implement dynamic process and thread counters for Apache, based on the...
· 586dca2f
aetolos
authored
Oct 17, 2022
586dca2f
show warning when not using CentOS, start with one max connection for CentOS...
· 5790c1ad
aetolos
authored
Oct 17, 2022
5790c1ad
Oct 15, 2022
set MariaDB max connections to use the official minimum of 10 connections, add...
· 7191af03
aetolos
authored
Oct 15, 2022
7191af03
limit MariaDB memory usage between 10% and 90% of the total system memory
· 29b03489
aetolos
authored
Oct 15, 2022
29b03489
make MariaDB dynamic config key/value pairs reusable by keeping the generated...
· bf5cd891
aetolos
authored
Oct 15, 2022
bf5cd891
Oct 14, 2022
delay the death of PHP-FPM processes by incrementing pm.max_requests
· 1d77ff3e
aetolos
authored
Oct 14, 2022
1d77ff3e
enable HTTP/2 for both front-end and back-end Apache instances
· 82923874
aetolos
authored
Oct 14, 2022
82923874
delay the death of httpd processes by incrementing MaxConnectionsPerChild
· d43722d0
aetolos
authored
Oct 14, 2022
d43722d0
delay the death of httpd processes by incrementing MaxConnectionsPerChild
· e3538ba2
aetolos
authored
Oct 14, 2022
e3538ba2
detect CPU core count
· cf1837da
aetolos
authored
Oct 14, 2022
cf1837da
detect CPU core count, improve memory detection
· 2a0c3b85
aetolos
authored
Oct 14, 2022
2a0c3b85
increment max_spare_servers
· ae3534a6
aetolos
authored
Oct 14, 2022
ae3534a6
Oct 11, 2022
increment version number and mark this as a development version
· 2157c79e
aetolos
authored
Oct 11, 2022
2157c79e
update changelog for new release
· d820491b
aetolos
authored
Oct 11, 2022
View commits for tag 1.8
1.8
d820491b
release version 1.8
· f7845c91
aetolos
authored
Oct 11, 2022
f7845c91
Oct 08, 2022
increment version number and mark this as a development version
· 1c803a7e
aetolos
authored
Oct 08, 2022
1c803a7e
Oct 07, 2022
remove the AT symbol because it gets interpreted as a markdown tag
· e843916d
aetolos
authored
Oct 07, 2022
e843916d
add a CHANGELOG.md
· 9a8e0438
aetolos
authored
Oct 07, 2022
9a8e0438
Loading