summaryrefslogtreecommitdiffstats
path: root/formats
Commit message (Expand)AuthorAgeFilesLines
* formats/command: _escape: be more smart about what & howJan Pokorný2015-12-171-4/+9
* formats/command[separated]: generalize option + X args w/ magic_splitJan Pokorný2015-12-171-5/+8
* formats/command[separated]: option + 1 arg as a general assumptionJan Pokorný2015-12-171-4/+8
* formats/corosync.rng: log destinations can also be on/offJan Pokorný2015-12-171-0/+12
* formats/corosync.rng: fix/extend *_{facility,priority} valuesJan Pokorný2015-12-171-0/+26
* formats/command: fix issue 'a=b' coercing to "separated"Jan Pokorný2015-12-171-3/+2
* format: add optional knowledge of a "void"/minimal fileJan Pokorný2015-07-142-0/+22
* formats/simpleconfig: fix issues with a grammar sampleJan Pokorný2015-07-021-4/+4
* filters/simpleconfig-normalize: new filter + unit testJan Pokorný2015-07-021-0/+2
* formats/simpleconfig: simpleconfig-normalized specializationJan Pokorný2015-07-021-1/+23
* formats/simpleconfig: implement string->struct + testJan Pokorný2015-07-021-2/+25
* formats/simpleconfig: "constantify" the lexical unitsJan Pokorný2015-07-021-1/+8
* formats/simpleconfig: fix missing newline at the endJan Pokorný2015-07-021-2/+2
* formats/simpleconfig: loosen desired notation a bitJan Pokorný2015-07-021-15/+15
* formats/simpleconfig: simplify (crazy) get_bytestringJan Pokorný2015-07-021-37/+20
* formats/corosync.rng: add forgotten, long-standing ip_version optionJan Pokorný2015-07-021-0/+12
* formats/corosync.rng: reflect new token_coefficient optionJan Pokorný2015-07-021-0/+13
* formats/command: need to preserve quotation infoJan Pokorný2015-07-021-0/+24
* filters/cmd-wrap: new filter (promoting command format)Jan Pokorný2015-07-021-0/+95
* formats/string_iter: (always for now) add a trailing newlineJan Pokorný2015-04-151-2/+6
* filters/string-{iter,list,set}: move from ext-plugins/lib-generalJan Pokorný2015-04-151-0/+40
* refactor: pcs (not in command names) -> cibJan Pokorný2015-04-081-10/+10
* formats/command: move to ext-plugins/lib-general/formatsJan Pokorný2015-01-091-85/+0
* formats/simpleconfig: allow env override for indentationJan Pokorný2014-11-241-1/+2
* filters/ccs2needlexml: handle secauth on vs. missing keyfileJan Pokorný2014-11-241-0/+10
* formats/command: "dict" protocol backed by OrderedDictJan Pokorný2014-11-241-1/+13
* formats/command: plug "dict" protocol inJan Pokorný2014-11-141-0/+20
* formats/command: bytestring->merged: normalize: -a=b -> -a, bJan Pokorný2014-11-141-2/+10
* formats/command: turn condition test O(n) to O(1)Jan Pokorný2014-11-141-1/+1
* formats/command: use "chained" facility as a DRY measureJan Pokorný2014-11-141-7/+2
* format: make passing protocol/protodecl optionalJan Pokorný2014-11-142-5/+5
* formats/command: parsing/linearizing a command + testsJan Pokorný2014-11-141-0/+50
* commands/ccs2pcs: new extra finalizing pcs2pcsfinal passJan Pokorný2014-10-211-0/+7
* commands/ccs2pcs: apparently at least one more pass neededJan Pokorný2014-10-211-0/+7
* ccs2pcs: big renaming (ccsflat2pcsprelude + pcsprelude2pcs)Jan Pokorný2014-10-212-3/+9
* Reconsider plugin (class/symbol) to module organizationJan Pokorný2014-09-052-3/+3
* formats/corosync: uidgid? -> uidgid* in corosync.rngJan Pokorný2014-09-011-2/+2
* format: syntactic sugar for distilling particular representationJan Pokorný2014-09-011-1/+1
* (Optionally) promote protocols to first-class entityJan Pokorný2014-08-294-9/+11
* Elaborate more on RGManager's explicit ordering/ccs_flattenJan Pokorný2014-08-261-2/+5
* formats/pcs: specify validation + add necessary filesJan Pokorný2014-05-304-1/+3653
* tests: check validation harness using now fixed corosync.rngJan Pokorný2014-05-301-1/+1
* format: ccs: split out ccs-needle, capable of being validatedJan Pokorný2014-05-301-0/+7
* format: implement XML validation based on Relax NG schemasJan Pokorný2014-05-303-1/+10
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-254-4/+4
* s/ccsflat/flatccs/ (consistency with "simplepcs")Jan Pokorný2014-04-151-2/+2
* Refactor: move functional-paradigm helpers utils -> utils_funcJan Pokorný2014-04-011-1/+2
* formats/simpleconfig: append trailing newline to bytestring formJan Pokorný2014-03-071-1/+1
* format + simpleconfig: prevent unneeded deepcopy (of tuple)Jan Pokorný2014-02-191-2/+3
* ccs2pcs now indeed produces corosync.conf (via XML2simpleconfig)Jan Pokorný2014-02-181-7/+94