Commit History

Author SHA1 Message Date
  Jelte Jansen b84f1d4f21 nearly complete code coverage (toXML is not covered, and the bad_alloc catches, should those be removed?) 15 years ago
  Jeremy C. Reed 07144bf236 Fix --with-lcov to actually accept the specified location. 15 years ago
  Jeremy C. Reed 241dab1fa1 Add more paths to exclude for the LCOV coverage report. 15 years ago
  Jelte Jansen 307918fc7a added doxygen docs for most of data.h 15 years ago
  Jelte Jansen 6cd9f05e65 catch session error and exit (fix for trac ticket 11) 15 years ago
  Jelte Jansen 579aae2cc8 made a start with automating coverage tests; 15 years ago
  Jelte Jansen bfec93a540 better gtest check in configure.ac; if a path is given, use that, if not, try /usr and /usr/local. 15 years ago
  Jelte Jansen 138c18e70a refactor: function_name to functionName in data.h (functions on isc::data::Elements) 15 years ago
  Jelte Jansen 27185721c3 refactor: namespace changes 15 years ago
  Jelte Jansen f772eb96a9 merged branch jelte_datadef back 15 years ago
  Shane Kerr 543dbfd90d Things to do for the boss process. 15 years ago
  Jelte Jansen 17514e12dc add positional parameters in bigtool; merge back from jelte-datadef rev 342 and 386 15 years ago
  Jelte Jansen 60e8544e60 fixed some en/decoding bugs in the cpp part of the new cc wire format 15 years ago
  Jelte Jansen ec10fee3bd don't send config if it is None 15 years ago
  Jelte Jansen 91d64d64b9 make A, AAAA and NS sets configurable in parkinglot 15 years ago
  Jelte Jansen e0f80ec2f7 common module-side API for commands and configuration 15 years ago
  Jelte Jansen 4974ce5dc8 some unit tests for Elements, and fixed a few bugs while i was writing them 15 years ago
  Jelte Jansen 1af07bbec7 smarter handling of optional and mandatories in positional parameter handling 15 years ago
  Jeremy C. Reed b59ef35ca1 Also add the install wrappers, so they install too. 15 years ago
  Jeremy C. Reed 0770bad2bd Add beginning Makefile.am for bigtool, msgq, and bind10. 15 years ago
  Jelte Jansen 06726eb3ab where did that space come from 15 years ago
  Jelte Jansen b49e1991f7 move prepare_module_commands to bigtool class 15 years ago
  Jelte Jansen f0d108331d store config data in a text file instead of a pickle binary 15 years ago
  Jelte Jansen 2c82b2107e remove some debug verbosity 15 years ago
  Jelte Jansen 00495db0bb remove old zone commands 15 years ago
  Jelte Jansen 9e8f14a28b example direct module command, these do not go through the config manager but directly to modules 15 years ago
  Jelte Jansen 171781db2c let parkinglot receive config_update command and serve the zones from there 15 years ago
  Michael Graff f6b55c6092 add TODO, fix a bug with a name that vanishes/does not exist 15 years ago
  Jelte Jansen 16bcd9fda1 config 'go' command, keep track of location within the configuration 15 years ago
  Jelte Jansen d4a6b8a656 when parsing literals, return the string itself on ValueError (that way, simple strings don't need quotes in the cli) 15 years ago