Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 1 | -2/+2 |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | ||||
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -3/+3 |
| | | | | | Strictly follow c99 standart. Turn on pedantic c99 checks. | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -11/+11 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Many fixes to statfile syncronization system | Vsevolod Stakhov | 2010-09-02 | 1 | -1/+5 |
| | | | | * Fixed statfile pool initialization and synchronization with disk | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -27/+27 |
| | | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system | ||||
* | * Adopt printf function from nginx for comfortable printing of some data ↵ | Vsevolod Stakhov | 2009-11-30 | 1 | -1/+2 |
| | | | | | | | types (fixed strings, pids etc) * Fix work of http maps (they were broken in some places before) * Fix sync of statfiles (not fully tested yet) | ||||
* | * Initial release of synchronization server in controller | Vsevolod Stakhov | 2009-11-27 | 1 | -5/+32 |
| | |||||
* | * Write revision and revision time to statfile | Vsevolod Stakhov | 2009-11-12 | 1 | -19/+17 |
| | | | | * Make some improvements to API (trying to make it more clear) | ||||
* | * Fix some issues in binlog seeking | Vsevolod Stakhov | 2009-11-12 | 1 | -50/+28 |
| | |||||
* | * Avoid mmap'ing in binlog as mmapped areas must be aligned | Vsevolod Stakhov | 2009-11-09 | 1 | -54/+160 |
| | | | | | * Make binlog working for writing * Add config params for binlog | ||||
* | * Add binlog API implementation | Vsevolod Stakhov | 2009-11-06 | 1 | -0/+458 |