index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctok.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
some more cleanup
Rainer Gerhards
2008-04-07
1
-7
/
+0
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-3
/
+3
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-1
/
+1
*
- wrote doc on how to use the expression engine
Rainer Gerhards
2008-02-28
1
-1
/
+5
*
added string concatenation operator & to RainerScript
Rainer Gerhards
2008-02-25
1
-0
/
+3
*
simplified var object, now only supports strings and numbers as a single
Rainer Gerhards
2008-02-22
1
-2
/
+2
*
- modified parser and tokenizer to support slight ABNF modifications from
Rainer Gerhards
2008-02-21
1
-1
/
+5
*
changed tokenizer to utilize var class instead of scalar types
Rainer Gerhards
2008-02-21
1
-13
/
+23
*
some more interface changes
Rainer Gerhards
2008-02-21
1
-6
/
+39
*
- added "contains" and "startwith" comparison operations
Rainer Gerhards
2008-02-20
1
-0
/
+4
*
changed rsCStrDestruct() to use the new interface conventions
Rainer Gerhards
2008-02-20
1
-4
/
+2
*
added support for C-like inline comments (/* comment... */)
Rainer Gerhards
2008-02-20
1
-90
/
+126
*
- basic implementation of expression parser parsing done
Rainer Gerhards
2008-02-20
1
-2
/
+5
*
created new class ctok_token
Rainer Gerhards
2008-02-20
1
-2
/
+45
*
implemented function in tokenizer
Rainer Gerhards
2008-02-19
1
-31
/
+30
*
- begun implementation of expression parsing logic
Rainer Gerhards
2008-02-19
1
-79
/
+173
*
implemented initial tokenizer (stage work for expr parser)
Rainer Gerhards
2008-02-19
1
-1
/
+282
*
- added ctok class (the config tokenizer)
Rainer Gerhards
2008-02-19
1
-0
/
+87