aboutsummaryrefslogtreecommitdiff
path: root/src/html.gram.y
AgeCommit message (Collapse)AuthorFiles
2009-04-27Minor changesSergey Poznyakoff1
2009-04-27Provide i18n markersSergey Poznyakoff1
2009-04-26Introduce formats in preprocessor variables.Sergey Poznyakoff1
* configure.ac: Version 1.9.90 * NEWS: Likewise. * etc/Makefile.am (EXTRA_DIST): Add logfilter.awk uptmpl.sed * etc/logfilter.awk: New file * etc/uptmpl.sed: New file * etc/tagr.tmpl: Update * etc/upgrade.awk: Add copyleft header * gnulib.modules: Add fprintftime. * src/graph.c (rate_unit): Change to "Bytes per Second". (number_suffix, number_suffix_count): Move to grid.c * src/html.gram.y: Work with formats. * src/html.lex.l: Likewise. * src/output.c (update_output): Store NOW as a number and provide a formatting function for it. * src/tagr.h (union value, value_format_fn): New types. (pp_value_t): New members: fmt, format (add_numeric_value, add_string_value): Change return type. (init_value): New proto.
2009-04-25More bugfixes.Sergey Poznyakoff1
* Makefile.am (SUBDIRS): Add etc. * etc/Makefile.am: New file. * src/html.gram.y (create_html): Bugfixes. (add_value): Replace existing entry, if found. * src/log.c (log_facility, log_tag, log_print_severity): New variables. * src/main.c (sig_child): Collect all terminated subprocesses. (main): Redo syslog initialization. Use daemon. * src/output.c (add_stats): Exit immediately if the queue is empty. (update_output): Redefine some symbols unconditionally. * src/readconfig.c: Logging configuration. * src/tagr.h (log_facility, log_tag, log_print_severity): New variables.
2009-04-25BugfixesSergey Poznyakoff1
* AUTHORS: Update emails. * NEWS: Update. * gnulib.modules: Add version-etc * src/main.c: Implement --version. * src/output.c, src/tagr.h, src/html.gram.y: Add missing protos and includes. * configure.ac, Makefile.am: Add etc * etc/Makefile.am: New file.
2009-04-25Bugfixes.Sergey Poznyakoff1
* src/html.gram.y (write_symtab): Bugfix. * src/main.c: Implement restart. (main): Implement UNIX sockets. * src/output.c (do_update_output): Bugfix. * src/readconfig.c (free_monitors): New function. * src/report.c (update_monitor): Take third argument. (rebuild): Take an argument. * src/tagr.h (update_interval): New extern. (rebuild): Update proto.
2009-04-25Switch to GPLv3+Sergey Poznyakoff1
2009-04-25Build html pagesSergey Poznyakoff1
* src/html.gram.y (read_symtab, write_symtab): Re-add. * src/output.c: Update images only when needed or requested. Build html page and symbol table. * src/report.c (update_router): Update_output takes four args. * src/tagr.h: Likewise.
2008-07-11Reorganize project directory layout.Sergey Poznyakoff1
* README-hacking: New file. * src: New directory * src/Makefile.am: New file. * graph.c, readconfig.c, tagr.h, log.c, report.h, queue.c: Move to src * main.c: Move to src, fix a minor bug in main. * html.l: Move to src/html.lex.l. * html.y: Move to src/html.gram.y. * lib/argcv.c, lib/argcv.h: Move to src. * config, INSTALL: Remove * README_hacking: New file. * configure.ac, Makefile.am: Update for new gnulib and new directory structure. * bootstrap: Update from gnulib. * gnulib.modules: New file. * bootstrap.conf: New file. git-svn-id: file:///svnroot/tagr/trunk@89 7c378d0d-a4e4-4a64-9229-dfce8bfd23d4

Return to:

Send suggestions and report system problems to the System administrator.