Skip to content

Commit

Permalink
cleaned up informative text files
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Aug 30, 2010
1 parent 0cc3ce3 commit f5a7e05
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
22 changes: 18 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Changes to GoAccess 0.3 - Sunday, August 29, 2010

* Fixed invalid entries when parsing status codes
* Implemented a real support for LFS - Handles files larger than 2 GiB on 32-bit systems
* Added a more detailed and comprehensive browser and os report
* Fixed a segmentation fault on popup window search if haystack was null
* Added bandwidth details for requested files
* Added percentage details on modules 2, 3, 4, 5, 10, 11
* Implemented support for 'vhost_combined' log format
* Fixed a potential segmentation fault when resizing main window
* Position of data/graphs will change depending on # of hits
* A counter for total requests since initial parse was implemented
* Code cleanups

Changes to GoAccess 0.2 - Sunday, July 25, 2010

* Implemented real-time statistics (RTS). Data will be appended as the log file
grows. Equivalant to 'tail -f' on Unix systems
grows. Equivalent to 'tail -f' on Unix systems
* Added a keyphrases report coming from Google search engine.
This includes, raw, cache, and translation queries.
* Implemented screen resize functionality
Expand All @@ -16,8 +30,8 @@ Changes to GoAccess 0.2 - Sunday, July 25, 2010

Changes to GoAccess 0.1.2 - Monday, July 12 2010

* Fixed a segmentation fault when parsing logs with unusual request type.
Ex. ("GET HTTP/1.1 HTTP/1.1")
* Fixed a segmentation fault when parsing logs with unusual request type.
Ex. ("GET HTTP/1.1 HTTP/1.1")

Changes to GoAccess 0.1.1 - Saturday, July 10 2010

Expand All @@ -43,4 +57,4 @@ Changes to GoAccess 0.1.1 - Saturday, July 10 2010

Tuesday, July 06, 21:12:29 2010 Gerardo Orellana (goaccess at prosoftcorp.com)

* Initial release 0.1
* Initial release 0.1
10 changes: 5 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Copyright (C) 2010
Gerardo Orellana <[email protected]>

* Version history:
- 0.3 [Tuesday, August 10 2010]
. GoAccess 0.2 Released. Check ChangeLog for changes.
- 0.3 [Sunday, August 29, 2010]
. GoAccess 0.3 Released. See ChangeLog for new features/bug-fixes.
- 0.2 [Sunday, July 25, 2010]
. GoAccess 0.2 Released. Check ChangeLog for changes.
. GoAccess 0.2 Released. See ChangeLog for new features/bug-fixes.
- 0.1.2 [Tuesday, July 13, 2010]
. GoAccess 0.1.2 Released. Check ChangeLog for changes.
. GoAccess 0.1.2 Released. See ChangeLog for new features/bug-fixes.
- 0.1.1 [Saturday, July 10, 2010]
. GoAccess 0.1.1 Released. Check ChangeLog for changes.
. GoAccess 0.1.1 Released. See ChangeLog for new features/bug-fixes.
- 0.1 [Wednesday, July 07, 2010]
. Welcome to the GoAccess 0.1 Released.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GoAccess - http://goaccess.prosoftcorp.com/
by Gerardo Orellana <[email protected]>
Copyright (C) 2010
Gerardo Orellana <[email protected]>
http://goaccess.prosoftcorp.com/

Sunday, July 25, 2010

Expand Down
7 changes: 4 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ If you are interested in working on any of these, email [email protected]

* General:
- Really support UTF-8
- Resize child windows when term is resized.
- Support for parsing IPv6
- Filtering data by date.
- Increase the performance when parsing the log file.
- Add more reports to it.
- Resize child windows when term is resized.
- Add command-line parameters.
- Filtering data by date.
- Add more reports to it.

* Documentation:
- Improve the manual, and other documentation etc.
Expand Down

0 comments on commit f5a7e05

Please sign in to comment.