summaryrefslogtreecommitdiff
path: root/www/goaccess
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-28update www/goaccess to 0.9.3wiedi2-7/+6
Changes to GoAccess 0.9.3 - Wednesday, August 26, 2015 - Added the ability to set custom colors on the terminal output. - Added the ability to process logs incrementally. - Added a default color palette (Monokai) to the config file. - Added column headers for every enabled metric on each panel. - Added cumulative time served metric. - Added maximum time served metric (slowest running requests). - Added the ability to parse the query string specifier '%q' from a log file. - Added CloudFlare status codes. - Added command option to disable column name metrics --no-column-names. - Added AWS Elastic Load Balancing to the list of predefined log/date/time formats. - Added DragonFly BSD to the list of OSs. - Added Slackbot to the list of crawlers/browsers. - Disabled REFERRERS by default. - Ensure bandwidth metric is displayed only if the %b specifier is parsed. - Fixed issue where the '--sort-panel' option wouldn't sort certain panels. - Fixed several compiler warnings. - Set predefined static files when no config file is used. - Updated Windows 10 user agent from 6.4 (wrong) to 10.0.(actual) Changes to GoAccess 0.9.2 - Monday, July 06, 2015 - Added ability to fully parse browsers that contain spaces within a token. - Added multiple user agents to the list of browsers. - Added the ability to handle time served in milliseconds as a decimal number `%L`. - Added the ability to parse a timestamp in microseconds. - Added the ability to parse Google Cloud Storage access logs. - Added the ability to set a custom title and header in the HTML report. - Added '%x' as timestamp log-format specifier. - Ensure agents' hash table is destroyed upon exiting the program. - Ensure 'Game Systems' are processed correctly. - Ensure visitors panel header is updated depending if crawlers are parsed or not. - Fixed issue where the date value was set as time value in the config dialog. - Fixed memory leak in the hits metrics when using the in-memory storage (GLib).
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2015-06-04Update goaccess to 0.9.1wiedi3-11/+11
Changes to GoAccess 0.9.1 - Tuesday, May 26, 2015 * Added additional Nginx-specific status codes. * Added Applebot to the list of web crawlers. * Added Microsoft Edge to the list of browsers. * Added the ability to highlight active panel through --hl-header. * Ensure dump_struct is used only if using __GLIBC__. * Ensure goaccess image has an alt attribute on the HTML output for valid HTML5. * Ensure the config file path is displayed when something goes wrong (FATAL). * Ensure there is a character indicator to see which panel is active. * Fixed Cygwin compile issue attempting to use -rdynamic. * Fixed issue where a single IP did not get excluded after an IP range. * Fixed issue where requests show up in the wrong view even when --no-query-string is used. * Fixed issue where some browsers were not recognized or marked as 'unknown'. * Fixed memory leak when excluding an IP range. * Fixed overflows on sort comparison functions. * Fixed segfault when using on-disk storage and loading persisted data with -a. * Removed keyphrases menu item from HTML output. * Split iOS devices from Mac OS X. Changes to GoAccess 0.9 - Thursday, March 19, 2015 * Added ability to double decode an HTTP referer and agent. * Added ability to sort views through the command line on initial load. * Added additional data values to the backtrace report. * Added additional graph to represent the visitors metric on the HTML output. * Added AM_PROG_CC_C_O to configure.ac * Added 'Android Lollipop' to the list of operating systems. * Added 'average time served' metric to all panels. * Added 'bandwidth' metric to all panels. * Added command line option to disable summary metrics on the CSV output. * Added numeric formatting to the HTML output to improve readability. * Added request method specifier to the default W3C log format. * Added support for GeoIP Country IPv6 and GeoIP City IPv6 through --geoip-database. * Added the ability to ignore parsing and displaying given panel(s). * Added the ability to ignore referer sites from being counted. A good case scenario is to ignore own domains. i.e., owndomain.tld This also allows ignoring hosts using wildcards. For instance, *.mydomain.tld or www.mydomain.* or www?.mydomain.tld * Added time/hour distribution module. e.g., 00-23. * Added 'visitors' metrics to all panels. * Added Windows 10 (v6.4) to the real windows user agents. * Changed AC_PREREQ macro version so it builds on old versions of autoconf. * Changed GEOIP database load to GEOIP_MEMORY_CACHE for faster lookups. * Changed maximum number of choices to display per panel to 366 fron 300. * Ensure config file is read from home dir if unable to open it from %sysconfdir% path. * Fixed array overflows when exceeding MAX_* limits on command line options. * Fixed a SEGFAULT where sscanf could not handle special chars within the referer. * Fixed character encoding on geolocation output (ISO-8859 to UTF8). * Fixed issue on wild cards containing '?' at the end of the string. * Fixed issue where a 'Nothing valid to process' error was triggered when the number of invalid hits was equal to the number of valid hits. * Fixed issue where outputting to a file left a zero-byte file in pwd. * Improved parsing of operating systems. * Refactored log parser so it allows with ease the addition of new modules. This also attempts to decouple the core functionality from the rendering functions. It also gives the flexibility to add children metrics to root metrics for any module. e.g., Request A was visited by IP1, IP2, IP3, etc. * Restyled HTML output.
2014-10-21Update goaccess to 0.8.5wiedi2-6/+6
Changes to GoAccess 0.8.5 - Sunday, September 14, 2014 * Fixed SEGFAULT when parsing a malformed request that doesn't have HTTP status.
2014-09-08Update goaccess to 0.8.4wiedi2-6/+6
Changes to GoAccess 0.8.4 - Monday, September 08, 2014 * Added ability to handle nginx non-standard status code 444 as 404. `--444-as-404` * Added and updated operating systems, and browsers. * Added excluded IP hits count to the general statistics panel on all reports. * Added HTTP nonstandard code '444' to the status code list. * Added the ability to count client errors (4xx) to the unique visitors count. Now by default it omits client errors (4xx) from being added to the unique visitors count as they are probably not welcomed visitors. 4xx errors are always counted in panels other than visitors, OS & browsers. `--4xx-to-unique-count` * Removed request status field restriction. This allows parsing logs that contain only a valid date, IPv4/6 and host. * Fixed issue when excluding IPv4/v6 ranges. * Fixed compile error due to missing include <sys/types.h> for type off_t (gcc 4.1). Changes to GoAccess 0.8.3 - Monday, July 28, 2014 * Fixed SEGFAULT when parsing a CLF log format and using --ignore-crawlers. * Fixed parsing conflict between some Opera browsers and Chrome. * Fixed parsing of several feed readers that are Firefox/Safari-based. * Fixed Steam detection. * Added Huawei to the browser's list and removed it from the OS's list. Changes to GoAccess 0.8.2 - Monday, July 20, 2014 * Added ability to parse dates containing whitespaces in between, e.g., Jul 15 20:13:59 (syslog format). * Added a variety of browsers, game systems, feed readers, and podcasts. * Added a '-V --version' command line option. * Added missing up/down arrows to the help section. * Added the ability to ignore crawlers using the '--ignore-crawlers' option. * Added the ability to ignore multiple IPv4/v6 and IP ranges. * Added the PATCH method according to RFC 5789. * Fixed GeoLocation percent issue for the JSON, CSV and HTML outputs. * Fixed memory leak when excluding one or multiple IPs. Changes to GoAccess 0.8.1 - Monday, June 16, 2014 * Added ability to add/remove static files by extension through the config file. * Added ability to print backtrace on segmentation fault. * Escaped JSON strings correctly according to [RFC4627]. * Fixed encoding issue when extracting keyphrases for some HTTP referers. * Fixed issue where HTML bar graphs were not shown due to numeric locale. * Fixed issue with URIs containing "\r?\n" thus breaking the corresponding output. * Make sure request string is URL decoded on all outputs.
2014-06-14Update goaccess to 0.8wiedi4-9/+31
Changes to GoAccess 0.8 - Tuesday, May 20, 2014 * Added APT-HTTP to the list of browsers. * Added data persistence and ability to load data from disk. * Added IE11 to the list of browsers. * Added IEMobile to the list of browsers. * Added multiple command line options. * Added Nagios check_http to the list of browsers. * Added parsing progress metrics - total requests / requests per second. * Added the ability to parse a GeoLiteCity.dat to get the city given an IPv4. * Change the way the configuration file is parsed. This will parse all configuration options under ~/.goaccessrc or the specified config file and will feed getopt_long with the extracted key/value pairs. This also allows the ability to have comments on the config file which won't be overwritten. * Ensure autoconf determines the location of ncurses headers. * Fixed issue where geo_location_data was NULL. * Fixed issue where GoAccess did not run without a tty allocated to it. * Fixed potential memory leak on --log-file realpath(). * Fixed Solaris build errors. * Implemented an on-memory hash database using Tokyo Cabinet. This implementation allows GoAccess not to rely on GLib's hash table if one is needed. * Implemented large file support using an on-disk B+ Tree database. This implementation allows GoAccess not to hold everything in memory but instead it uses an on-disk B+ Tree database. * Trimmed leading and trailing whitespaces from keyphrases module.
2014-02-22Update goaccess to 0.7.1wiedi2-7/+7
Changes to GoAccess 0.7.1 - Monday, February 17, 2014 * Added ability to get real OS names using --real-os. (Android, Windows, Mac) * Added ability to log debug messages to a file. * Added ability to parse tab-separated log format strings. * Added ability to support terminals without colors. * Added ability to turn off color output by using --no-color flag. * Added command line option to append HTTP method to request. * Added command line option to append HTTP protocol to request. * Added long options to command-line. * Added missing Win 9x 4.90 (Windows Me) user-agent. * Added missing Windows RT user-agent. * Ensure mouse click does not reset expanded module if it is the same. * Fixed Amazon CloudFront tab-separated log format. * Fixed "FreeBSD style" ncursesw built into system. * Fixed HTML report issue where data cell would not wrap. * Fixed issue when isatty() could not find a valid file descriptor. * Fixed SymbianOS user-agent and retrieve its version.
2014-01-27Import goaccess-0.7 as www/goaccesswiedi5-0/+54
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.