summaryrefslogtreecommitdiffstats
path: root/contrib/libucl
Commit message (Collapse)AuthorAgeFilesLines
...
* [Feature] Support encrypted configs in UCLVsevolod Stakhov2018-05-191-1/+1
|
* [Minor] Don't double-escape lua strings in libuclPaul Arthur2018-05-101-2/+2
| | | | | Strings are escaped during JSON/UCL output, so escaping them while building the object results in doubly escaped strings.
* [Fix] Fix vertical tab handling in libuclPaul Arthur2018-05-102-4/+24
| | | | | | | | | | | | | 626c7a170f73eb17efb084be49da3b30fe773a61 is an incomplete fix and emits invalid JSON. The vertical tab has a short escape in C but not JSON, so we should emit the long escape. (libucl won't choke on \v in UCL input but it doesn't properly round-trip: 'foo\vbar' will be parsed into 'foovbar'.) libucl has an option to escape strings during parsing, so I modified that in a similar fashion to 626c7a17.
* [Feture] Allow external preprocessors in libuclVsevolod Stakhov2018-05-054-7/+93
|
* [Minor] Sync from libuclVsevolod Stakhov2018-05-052-5/+20
|
* [CritFix] Do not use volatile Lua strings as UCL keysVsevolod Stakhov2018-05-021-2/+2
| | | | | Issue: #2211 Closes: #2211
* [Minor] Unify typesVsevolod Stakhov2018-04-241-3/+3
|
* [Fix] Propagate key when import implicit array from LuaVsevolod Stakhov2018-04-241-1/+8
|
* [CritFix] Fix ucl escape for bad symbolsVsevolod Stakhov2018-04-231-1/+1
| | | | Issue: #2194
* [Fix] Fix processing of '\v' in libuclVsevolod Stakhov2018-03-291-1/+9
| | | | Issue: #2045
* [Minor] Import nan support from libuclVsevolod Stakhov2018-03-291-1/+12
|
* [Feature] Support single quotes in configVsevolod Stakhov2018-03-217-50/+753
| | | | Issue: #2080
* [Minor] Sync from libuclVsevolod Stakhov2018-03-212-114/+309
|
* [Feature] Improve allocation policy when interacting with LuaVsevolod Stakhov2018-02-142-18/+23
|
* [Fix] Fix deletion from hashVsevolod Stakhov2018-02-141-0/+15
|
* [Feature] Allow to reserve elements in libuclVsevolod Stakhov2018-02-145-1/+52
|
* [Minor] Allow to parse ucl object from rspamd_textVsevolod Stakhov2018-02-141-0/+49
|
* [Minor] Treat EPERM speciallyVsevolod Stakhov2018-02-122-5/+18
| | | | Issue: #1996
* [Fix] Deal with nan and inf encoding in json/uclVsevolod Stakhov2017-11-161-21/+31
|
* [Fix] Fix merging of the implicit arraysVsevolod Stakhov2017-11-061-4/+10
|
* [Feature] Save real ucl types when exporting to LuaVsevolod Stakhov2017-11-051-29/+122
|
* [Fix] Fix couple of warningsVsevolod Stakhov2017-10-271-2/+21
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-273-11/+11
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Fix] Fix objects merging in UCLVsevolod Stakhov2017-06-021-15/+83
|
* [Feature] UCL: register parser variables from LuaAndrew Lewis2017-04-181-0/+76
|
* [Feature] Add escaped version of lua_ucl importVsevolod Stakhov2017-04-072-11/+56
|
* [Fix] Fix freeing of arrays iteratorsVsevolod Stakhov2017-03-081-3/+31
| | | | Issue: #1497
* [Minor] Do not set file vars by default in lua uclVsevolod Stakhov2017-02-191-2/+1
|
* [Minor] Add ability to skip setting of file vars in UCLVsevolod Stakhov2017-02-192-3/+6
|
* [Fix] Strictly filter bad characters when emittin jsonVsevolod Stakhov2017-02-082-14/+20
|
* [Fix] More fixes for iterators cleanupVsevolod Stakhov2017-01-171-5/+5
|
* [Fix] Fix memory leak in safe ucl iteratorsVsevolod Stakhov2017-01-171-0/+10
|
* [Minor] Add auto type to the parser methodVsevolod Stakhov2017-01-131-0/+3
|
* [Feature] Allow custom parse types in lua uclVsevolod Stakhov2017-01-135-16/+70
|
* [Feature] Add ucl_object_iterate_full functionVsevolod Stakhov2017-01-102-4/+30
|
* [Fix] Fix name of varVsevolod Stakhov2017-01-021-1/+1
| | | | MFH: true
* [Fix] Plug memory leakVsevolod Stakhov2017-01-011-0/+2
| | | | MFH: true
* [Fix] Use rspamd hashes in embedded uclVsevolod Stakhov2016-12-081-99/+10
|
* [Fix] Backport fix for empty files inclusion from libuclVsevolod Stakhov2016-04-183-24/+109
| | | | | Issue: #596 Reported by: @assistcontrol
* Update from the recent libuclVsevolod Stakhov2016-02-222-30/+53
|
* Backport fix from libuclVsevolod Stakhov2016-02-201-1/+1
|
* Backport fixes from libuclVsevolod Stakhov2016-02-181-2/+2
|
* Port fix from libuclVsevolod Stakhov2016-02-162-6/+12
|
* Refactor UCL APIVsevolod Stakhov2016-02-165-86/+93
|
* Backport fixes from libuclVsevolod Stakhov2016-02-145-42/+443
|
* Update libuclVsevolod Stakhov2016-02-0811-74/+656
|
* Fix warningsVsevolod Stakhov2016-02-011-3/+3
|
* Fix some compiler warningsVsevolod Stakhov2016-01-181-0/+28
|
* Sync with libuclVsevolod Stakhov2015-12-273-119/+297
|
* Merge from libucl.Vsevolod Stakhov2015-10-195-15/+31
|