1
I Use This!
Inactive

Commits : Listings

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