64
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in id (pull request #130) More... 6 months ago
fix compilation on solaris More... 6 months ago
libmonit's list_t is in conflict with solaris's list_t: In file included from /usr/include/libzfs.h:18, from src/device/sysdep_SOLARIS.c:66: /usr/include/sys/list.h:15:21: note: previous declaration of ‘list_t’ with type ‘list_t’ {aka ‘struct list’} 15 | typedef struct list list_t; | More... 6 months ago
util: Flush and sync id file before closing it More... 6 months ago
add the description of the new action timeout option to the changelog. Big thanks to Lutz Mader. More... 6 months ago
Merged tildeslash/monit into master More... 6 months ago
Merged in issue_1030 (pull request #118) More... 6 months ago
Merge branch "master" of into "issue_1030" and handle merge conflict in src/http/cervlet.c, change "onrebootnames" to "onReboot_Names“. More... 6 months ago
Merged tildeslash/monit into master More... 6 months ago
Merged in issue_1084 (pull request #129) More... 6 months ago
Merged tildeslash/monit:master into lutzmad/monit:issue_1084 More... 6 months ago
Merged tildeslash/monit into master More... 7 months ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... 7 months ago
Fixed: Issue #1086: The HTTP protocol test may return false error "HTTP error: invalid chunk size" if the HTTP response contained header with more then 511 bytes. We have increased the limit to 8192 bytes per header and will report "response header exceeded maximum size" error if the HTTP response contains longer header. More... 7 months ago
WiP ProcessTable. Resource calculation is off. More... 7 months ago
WiP cleanup More... 7 months ago
Fix sysdep allocation of process table More... 7 months ago
- Replace the ASSERT macro with libmonit's assert macro - Rename ProcessTree to ProcessTable - Make ProcessTable thread-safe, mappable and sortable - WiP: ProcessTable still needs some cleanup - WiP: Implements a snapshot demo of all processes on the system More... 7 months ago
Remove unused include More... 7 months ago
Add Str_isInt to test if a string is a number without throwing an exception if not, as Str_parseInt does More... 7 months ago
Replace the ASSERT macro with libmonit's assert More... 7 months ago
2022 -> 2023 More... 7 months ago
Capitalise Globals More... 7 months ago
Change some function names to reflect what they do More... 7 months ago
Was about to silence deprecation warnings w/r to OpenSSL 3, but it is actually better with these warnings so we (when OpenSSL 3.x is "more" established) will remember to replace deprecated functions More... 7 months ago
Extract SystemInfo from ProcessTree into a separate SystemInfo module and cleanup code a bit. More... 7 months ago
Set the id and state file, if the path was changed only. Free the memory to prevent leaks if the path is not used. More... 8 months ago
Use the precedence flag for the id and state file also. More... 8 months ago
Free the memory if the path is not used, to prevent leaks after a reload. More... 8 months ago
Merged tildeslash/monit into master More... 8 months ago