64
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 16 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #64: Restart state map on state change, so we'll not flicker on multiple-failures condition (next state change requires full number of cycles to pass) More... over 9 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... over 9 years ago
Check mysql packet more thoroughly before reporting success More... over 9 years ago
fix More... over 9 years ago
Revert "Silence gcc strict aliasing in a simpler way" More... over 9 years ago
Silence gcc strict aliasing in a simpler way More... over 9 years ago
Merge remote-tracking branch 'origin/master' More... over 9 years ago
short More... over 9 years ago
changelog (ILP32 filesystems monitoring) More... over 9 years ago
fix warnings: More... over 9 years ago
large filesystems on ILP32 More... over 9 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... over 9 years ago
openbsd headers More... over 9 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... over 9 years ago
warnings: src/protocols/http.c:308: warning: format '%s' expects type 'char *', but argument 3 has type 'void *' More... over 9 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... over 9 years ago
linux headers: More... over 9 years ago
Merge branch 'master' of bitbucket.org:tildeslash/monit More... over 9 years ago
support large filesystems on ILP32 platforms (work in progress) More... over 9 years ago
Mention timeout improvements More... over 9 years ago
Use the offset + timeout trick in InputStream as well. More... over 9 years ago
Tweak read timeout for (UDP) sockets to minimise read errors More... over 9 years ago
Drop UDP retransmit scheme on socket level. If needed, should be done on protocol level More... over 9 years ago
Text More... over 9 years ago
* More seconds to milliseconds fix for network timeout * Changed name of ICMP ECHO to ping which is the more common name for a network ping test. More... over 9 years ago
Fix #54 - Modified MySQL protocol test to simply connect to MySQL and read the server handshake packet. No anonymous login attempt is performed so the server does not log this as a failed login attempt if anonymous login is turned off (recommended). More... over 9 years ago
Language More... over 9 years ago
Remove unused Str_ton More... over 9 years ago
SSL: For completeness, also include test for no SSL error More... over 9 years ago
Few missing places where seconds to milliseconds convert was needed. Might be more. More... over 9 years ago