aboutsummaryrefslogtreecommitdiffstats
path: root/src/binlog.c
Commit message (Expand)AuthorAgeFilesLines
* Strict prototypes.Vsevolod Stakhov2012-06-051-1/+1
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-011-1/+1
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-1/+8
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-2/+2
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-3/+3
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-11/+11
* * Many fixes to statfile syncronization systemVsevolod Stakhov2010-09-021-1/+5
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-27/+27
* * Adopt printf function from nginx for comfortable printing of some data type...Vsevolod Stakhov2009-11-301-1/+2
* * Initial release of synchronization server in controllerVsevolod Stakhov2009-11-271-5/+32
* * Write revision and revision time to statfileVsevolod Stakhov2009-11-121-19/+17
* * Fix some issues in binlog seekingVsevolod Stakhov2009-11-121-50/+28
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-091-54/+160
* * Add binlog API implementationVsevolod Stakhov2009-11-061-0/+458