Logstalgia Changelog

What's new in Logstalgia 1.0.9

Mar 16, 2018
  • Fixed compilation issues on FreeBSD (ehaupt) and OpenBSD (gonzalo-).
  • Fixed config change not being detected in some cases.

New in Logstalgia 1.0.8 (Mar 16, 2018)

  • Performance improvements.
  • Changed unsuccessful response code direction to match ball.
  • Added --screen option.
  • Added --window-position XxY option.
  • Added --frameless option.
  • Added --title option (mclang).
  • Added --detect-changes option to automatically reload config file.
  • Added --display-fields FIELDS to set fields shown mousing over a request.
  • Can now specify path separators, max path depth and min abbreviation depth.
  • Reload config (F5).
  • Save config (Ctrl+S) with updated display settings.
  • Fixed queued log entries not being deleted when seeking using the timeline.
  • Made --hide-url-prefix apply to https URLs (rudisimo).
  • Counter no longer overflows at 100000000.
  • Now requires SDL 2 to build (deprecated SDL 1.2 support removed).

New in Logstalgia 1.0.7 (Mar 16, 2018)

  • Added window frame toggle (F11).
  • Fixed crash loading large log files on Windows.
  • Fixed crash when taking a screenshot with an odd resolution.
  • Handle exception when user defined regular expression is invalid.
  • Fixed --hide-url-prefix not working (jettero).

New in Logstalgia 1.0.6 (Mar 16, 2018)

  • Display invalid requests as having the path '???'.
  • Updated the boost autoconf macro.

New in Logstalgia 1.0.5 (Nov 13, 2014)

  • Performance improvements.
  • Multi-monitor support using SDL 2.0.
  • SDL 1.2 support is deprecated.
  • Can now specify the attribute to match the group regex (-g) against.
  • When using --sync, now catches back up after resuming from pause.
  • Added --pitch-speed option (control how fast balls travel).
  • Made default group matches case-insensitive (Sebastian Krzyszkowiak).
  • Display tokens in multi-paddle modes (Sebastian Krzyszkowiak).
  • Added window resizing and a full-screen toggle (alt-enter).
  • Take screenshots (F12).
  • Summarizer component content is now sorted.
  • IPv6 addresses now anonymized by default as well (last 64 bits).
  • New dependencies on libpng, GLEW.
  • Now requires GLM and Boost header-only libraries to build.

New in Logstalgia 1.0.3 (Apr 29, 2013)

  • Added automatic skipping of empty periods (--disable-auto-skip to turn off).
  • Updated docs to reflect support for NCSA log formats, not just 'Apache'.
  • Support log entry dates with a valid numeric month in place of MMM.

New in Logstalgia 1.0.2 (Apr 29, 2013)

  • Request throughput in this version is been vastly improved. Log entry processing is no longer framerate limited and several bottlenecks have been optimized out, so this should finally do justice to your busy web server logs.
  • Log entry timezone offsets are now handled, so the --sync command should behave correctly if your webserver is in a different timezone.
  • Streaming over SSH on Windows should work reliably now.

New in Logstalgia 1.0.0 (Apr 28, 2010)

  • Every 60 minutes fade static text out and back in over a period of a minute.

New in Logstalgia 0.9.9 (Apr 28, 2010)

  • Support for more common Apache access log formats.
  • Added --paddle-mode (vhost,pid,single) which spawns separate paddles.
  • Fixed PPM exporter producing blank images on some video cards.

New in Logstalgia 0.9.8 (Apr 28, 2010)

  • Added --background option to control the background colour.
  • Filter hostnames from URLs before displaying them.
  • Fixed command line option documentation.

New in Logstalgia 0.9.7 (Apr 28, 2010)

  • Added --sync option (start from the next entry received on STDIN)

New in Logstalgia 0.9.6 (Apr 28, 2010)

  • Defer to homepage for video recording instructions.

New in Logstalgia 0.9.5 (Apr 28, 2010)

  • Adjust time scale with keys.

New in Logstalgia 0.9.4 (Apr 28, 2010)

  • Fixed STDIN stopping working after the first lot of records.

New in Logstalgia 0.9.3 (Apr 28, 2010)

  • Added seekbar for log files (not available from STDIN).
  • Added glow on impact with paddle (turn off using --disable-glow).
  • PPM output for videos using --output-ppm-stream option.
  • Custom log file format support.
  • Changed font library to FTGL.
  • --stop-position and --start-position options.
  • Open a file selector if no log file supplied (on Windows).

New in Logstalgia 0.9.2 (Apr 28, 2010)

  • Fixed issue with resource.h.
  • Makefile patch for OPTFLAGS from terjeros.
  • Fixed apache.log hostname parsing issue.

New in Logstalgia 0.9.1 (Apr 28, 2010)

  • Added example.log.

New in Logstalgia 0.9.0c (Apr 28, 2010)

  • Changed Makefile to use configure libs.

New in Logstalgia 0.9.0b (Apr 28, 2010)

  • Incorporated manual page fixes from Francois Marier.
  • Fixed bug in URL summarizer that caused it to leave out some URLs when pressed for space.

New in Logstalgia 0.9.0a (Apr 28, 2010)

  • Fixed manual description of -x flag.