summaryrefslogtreecommitdiff
path: root/src/lib/testutils/io_utils.cc
AgeCommit message (Collapse)Author
2017-12-12Merge remote-tracking branch 'isc-kea/master' into HEADRazvan Becheriu
2017-10-19[5356] Improved decommentJSONFile to handle iPXE URLsFrancis Dupont
2017-08-17Merge branch 'isc-master' into config-hAndrei Pavel
2017-07-23spelling: singleJosh Soref
2017-02-07[5076] decommentJSONFile moved to isc::testTomek Mrugalski
2017-01-05[master] Merge branch 'trac5032' (mac-sources, control-socket, relay parsers)Tomek Mrugalski
# Conflicts: # src/lib/testutils/io_utils.cc # src/lib/testutils/io_utils.h
2017-01-04[5032] mac-sources, control-socket and relay-info parsers convertedTomek Mrugalski
- The parsers converted to SimpleParser - Unit-tests updated, cleaned up and corrected - Updated examples to actually use the information - Updated User's Guide that the empty mac-sources is not allowed
2017-01-03[5046] Addressed review commentsThomas Markwalder
Added memfile without persistence to set_config unit tests. This eliminates the tests attempting to create the csv file. Updated copyrights. Fixed misspelling.
2016-12-22[5046] CommandMgr dups the connection socket prior to executing commandThomas Markwalder
src/lib/config/command_mgr.cc CommandMgr::commandReader(int sockfd) - duplicates the connection socket to use for repsonding in case the command closes the channel. src/lib/testutils/io_utils.cc fileExists() - now uses stat() function so one can use it on any type of file, like a unix socket updated unit tests accordingly
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-11-30[4211] Added parameter which enables/disables write of a DUID in file.Marcin Siodelski