aboutsummaryrefslogtreecommitdiffstats
path: root/src/json
Commit message (Collapse)AuthorAgeFilesLines
* Add comparasion for rcl vs jansson.Vsevolod Stakhov2013-10-152-3/+3
| | | | Fix some issues in jansson memory management.
* Do not panic when json buffer is NULL or empty.Vsevolod Stakhov2013-01-121-0/+10
|
* Add saving of actions, symbols and maps.Vsevolod Stakhov2013-01-092-0/+59
|
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-071-4/+5
| | | | Check for -fPIC/-fpic support.
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-071-0/+1
| | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies.
* Version some lonely libraries.Vsevolod Stakhov2012-06-051-0/+1
|
* Fix static build.Vsevolod Stakhov2012-06-051-1/+1
| | | | As there are too many changes from 0.4.7 mark this version as 0.5.0.
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-051-2/+6
|
* Another fix for out-source build.Vsevolod Stakhov2011-07-304-4/+4
| | | | Unbreak FreeBSD build.
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
| | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style.
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-0/+1
| | | | | | | | | - 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
* * Retab, no functional changesVsevolod Stakhov2009-10-026-226/+201
|
* * Sync log before closingVsevolod Stakhov2009-09-141-1/+1
| | | | * Fix buffer allocation while reading json data
* * Add JSON settings parserVsevolod Stakhov2009-09-0713-0/+2640