Skip to content

Releases: tessus/apachetop

apachetop 0.23.2

15 Feb 22:19
0.23.2
e2ef88a
Compare
Choose a tag to compare

Changelog

  • Fix C++17 compatibility (drop register keyword) by @thesamesam in #13
  • use pcre2 (instead of pcre), --with-pcre2=<path>
  • fix a potential segfault, if regex is not valid
  • if regex is not valid, treat the input as literal string

Full Changelog: 0.19.7...0.23.2

apachetop 0.19.7

20 Jul 08:41
0.19.7
686a94e
Compare
Choose a tag to compare
  • attempt to find ncurses via pkg-config first
  • add .editorconfig

apachetop 0.18.4

13 Apr 00:02
0.18.4
210b9e1
Compare
Choose a tag to compare
  • fix for clang6
  • add better build instructions to INSTALL
  • add option (-v) to show version
  • fix minor mem leak (8 bytes per apachetop invocation)

apachetop 0.17.4

25 Apr 22:00
0.17.4
19711dd
Compare
Choose a tag to compare
  • create config.nice when running ./configure
  • fix error: extra qualification on member (when using adns)
  • fix compiler warnings
  • fix a potential buffer overflow
  • cleanup repository (remove files generated by autotools)

apachetop 0.15.6

10 Jun 21:36
Compare
Choose a tag to compare
  • allow other time/date formats in Apache log
  • use sys/param.h for MAXPATHLEN
  • fix deprecated auto tools macros
  • fix compiler warnings
  • use silent compile rules
  • updated man page
  • updated autotools files
  • change version to 0.YY.M of new release