Skip to content

Commit

Permalink
Logswan 1.02 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Nov 2, 2015
1 parent d59bf15 commit e603bd7
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 23 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
###############################################################################
# #
# Logswan 1.01 (c) by Frederic Cambus 2015 #
# Logswan 1.02 (c) by Frederic Cambus 2015 #
# https://github.com/fcambus/logswan #
# #
# Created: 2015/05/31 #
# Last Updated: 2015/10/01 #
# Last Updated: 2015/11/02 #
# #
###############################################################################

Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Logswan 1.02 (2015-11-02)

- Renaming 'resource' variable to 'request' in the 'logLine' struct
- Do not attempt to parse empty date tokens
- Do not attempt to parse empty request tokens (Thanks Brian Carpenter for
reporting the issue)



Logswan 1.01 (2015-10-01)

- Documentation updates
Expand Down
2 changes: 1 addition & 1 deletion examples/logswan.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"date": "2015-09-28 19:11:00",
"generator": "Logswan 1.01",
"generator": "Logswan 1.02",
"file_size": 21510440139,
"processed_lines": 104646437,
"invalid_lines": 111,
Expand Down
4 changes: 2 additions & 2 deletions src/definitions.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
4 changes: 2 additions & 2 deletions src/definitions.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
6 changes: 3 additions & 3 deletions src/logswan.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/11/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down Expand Up @@ -77,7 +77,7 @@ int main (int argc, char *argv[]) {
hll_init(&uniqueIPv6, 20);

printf("-------------------------------------------------------------------------------\n" \
" Logswan 1.01 (c) by Frederic Cambus 2015 \n" \
" Logswan 1.02 (c) by Frederic Cambus 2015 \n" \
"-------------------------------------------------------------------------------\n\n");

while ((getoptFlag = getopt(argc, argv, "hv")) != -1) {
Expand Down
6 changes: 3 additions & 3 deletions src/logswan.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand All @@ -14,7 +14,7 @@
#ifndef LOGSWAN_H
#define LOGSWAN_H

#define VERSION "Logswan 1.01"
#define VERSION "Logswan 1.02"
#define LINE_MAX_LENGTH 65536

#endif /* LOGSWAN_H */
4 changes: 2 additions & 2 deletions src/output.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
4 changes: 2 additions & 2 deletions src/output.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
4 changes: 2 additions & 2 deletions src/parse.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
4 changes: 2 additions & 2 deletions src/parse.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down
4 changes: 2 additions & 2 deletions src/results.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*****************************************************************************/
/* */
/* Logswan 1.01 (c) by Frederic Cambus 2015 */
/* Logswan 1.02 (c) by Frederic Cambus 2015 */
/* https://github.com/fcambus/logswan */
/* */
/* Created: 2015/05/31 */
/* Last Updated: 2015/10/01 */
/* Last Updated: 2015/11/02 */
/* */
/* Logswan is released under the BSD 3-Clause license. */
/* See LICENSE file for details. */
Expand Down

0 comments on commit e603bd7

Please sign in to comment.