2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#5 initial code for backtrace logging
Davide Mendolia
as dmendolia
More... over 14 years ago
Added: styling of the monitoring page by Jehan Bihin (http://www.daaboo.net/)
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Fixed: odd/even table rows marking randomly begins with one or the other
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Changed: scope of internal functions which aren't supposed to be used outside APM
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Added: CSS styling possible for zebra tables
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Fixed: compilation warnings
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Changed: ignoring files generated by configure
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Changed: svn:ignore rule wrongly created
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Changed: ignoring files generated by phpize
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Added: PHP file providing GUI
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Added: CSS styling possible for events
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Changed: showing textual error type instead of int
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Fixed: wrong style used for APM presence in PHP info
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Added: default configuration file
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Fixed: in PHP 6, ['SCRIPT_FILENAME'] is a unicode key
Patrick ALLAERT
as patrickallaert
More... over 14 years ago
Fixed: [3] Missing SQLite3 lib add
Davide Mendolia
as dmendolia
More... about 15 years ago
Added: configuration settings 'apm.event_enabled' and 'apm.slow_request_enabled' for controlling the event and slow request capturing independently
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: freeing used resources and rearranging variable scope
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Fixed: if apm.enabled=0, slow requests can't be registered (segmentation fault) and shouldn't\!
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Added: configuration settings to set the duration before a request is considered slow
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: minor code refactoring
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: some unneeded variables dropped
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Added: recording slow script execution (hardcoded to more than 1 second for now)
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: camel case should'nt be used for consistence
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: enhancement suggested in #2, db_path is a path to a directory rather than a file, permissions checks are made on it
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Added: warning message in case the DB file cannot be opened/created (#1)
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: making mandatory fields in DB 'NOT NULL'
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Fixed: creating schema only if extension is active
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: commenting the code
Patrick ALLAERT
as patrickallaert
More... over 15 years ago
Changed: configuring SQLite with synchronous = OFF, inserting events is faster
Patrick ALLAERT
as patrickallaert
More... over 15 years ago