summaryrefslogtreecommitdiffstats
path: root/src/lib/config/module_spec.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [5389] Dead code for .spec files removed.Tomek Mrugalski2017-12-141-494/+0
* [5389] Addressed warnings, moved to boost coroutinesFrancis Dupont2017-10-231-4/+4
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-12/+3
* [trac4001] Clear errno before calling OS functionsShawn Routhier2015-09-221-1/+4
* Merge #1976Michal 'vorner' Vaner2012-07-241-1/+1
|\
| * [1976] The "any" type is compatible with any defaultMichal 'vorner' Vaner2012-06-201-1/+1
* | [2123] Scope of variablesMichal 'vorner' Vaner2012-07-181-1/+1
|/
* [master] remove extra whitespaceJeremy C. Reed2012-05-311-1/+1
* [1857] make ModuleSpecError derive from isc::ExceptionJelte Jansen2012-04-201-10/+11
* [1193] updates to fix cppcheck-1.53 warningsJelte Jansen2012-02-211-1/+0
* [trac929]Naoki Kambe2011-08-151-4/+4
* [trac929] add more strict check for date and time format (add reverse check)Naoki Kambe2011-08-151-1/+8
* [trac929]Naoki Kambe2011-08-151-1/+83
* [trac926] review commentsJelte Jansen2011-07-271-1/+2
* [trac926] call it 'named set', not 'named map'Jelte Jansen2011-07-151-6/+6
* [trac926] add 'named_map' type in cpp module checkJelte Jansen2011-07-081-5/+20
* [trac471] address review commentsJelte Jansen2011-03-161-8/+6
* [trac471] set listen on to localhost if nothing is setJelte Jansen2011-03-151-3/+8
* [trac613] catch exceptions by (const) reference.JINMEI Tatuya2011-02-241-1/+1
* change method names according to right camelcasingJelte Jansen2011-01-071-15/+14
* folded some long linesJelte Jansen2011-01-071-2/+4
* made ModuleSpec::validate_command() a const member functionJINMEI Tatuya2011-01-071-1/+1
* style fix: position of an opening curly braceJINMEI Tatuya2011-01-071-1/+2
* add validate_command to module_spec APIJelte Jansen2011-01-031-0/+28
* also prevent unknown data to get into internal systems (by adding a check for...Jelte Jansen2010-12-081-2/+21
* removed 'using namespace' from src/lib/config/module_spec.cc, and adjusted ot...JINMEI Tatuya2010-10-171-0/+1
* constified lib/cc API as much as possible. (trac #310)JINMEI Tatuya2010-08-171-42/+51
* style fixes:JINMEI Tatuya2010-08-171-41/+38
* s/#include "header"/#include <[path/]header>/ (trac #291)JINMEI Tatuya2010-07-161-1/+1
* actually use nameToType and typeToName, removed the old functions. Catch the ...Jelte Jansen2010-06-291-48/+9
* fixed some leftover ParseErrorsJelte Jansen2010-06-151-2/+2
* rename createFromString() to fromJSON()Jelte Jansen2010-06-151-2/+2
* Merged in branches/trac90Jelte Jansen2010-05-191-0/+11
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+364