aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2013-10-12BugfixSergey Poznyakoff1
* src/binlogcat.c: Fix help output.
2013-10-12Fix processing repeat counts in packinnext.Sergey Poznyakoff3
* src/binlog.c (vmod_start): call packinit. * src/pack.c (packinst) <cur>: New member. (packinnext): Correctly process repeat counts. (packout): Likewise. (packinit): New function. * src/pack.h (packinit): New proto.
2013-10-12Fix integer conversions.Sergey Poznyakoff1
2013-10-12Handle eventual out-of-memory conditions.Sergey Poznyakoff2
2013-10-12Rewrite using opaque record data.Sergey Poznyakoff10
Records can carry arbitrary data, whose format is defined using teplate strings similar to those of Perl's pack() function. The teplate string is stored in the logfile header and is used by binlogcat to render a human-readable representation. * src/.gitignore: New file. * pack.c: New file. * pack.h: New file. * src/Makefile.am: Add pack.c, pack.h * src/binlog.c: Rewrite. Use pack routines to construct each record. * src/binlogcat.c: Likewise. Use packout to unpack each record. * src/vmod-binlog.h (struct binlog_record): Remove nid,aid. (struct binlog_file_header): Add hdrsize. (BINLOG_HEADER_SIZE,union binlog_header): Remove (binlog_recnum): Remove. (binlog_size): Rewrite. * src/vmod.vcc (append,sappend): Remove. (init): Change signature. (start,commit,pack): New functions. * tests/test01.at: Rewrite. * tests/test02.at: Rewrite.
2013-10-11Add testsuite.Sergey Poznyakoff10
2013-10-11Initial commitSergey Poznyakoff15

Return to:

Send suggestions and report system problems to the System administrator.