summaryrefslogtreecommitdiff
path: root/src/lib/util/csv_file.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2016-09-06[4252] CID 1327386. CSVFile::getColumnIndex must not return negative value.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-11-11[3601] Addressed additional review commentsThomas Markwalder
2015-11-10[3601] Addressed review comments, added ability to downgradeThomas Markwalder
2015-11-02[3601] Added isc::util::VersionedCSVFileThomas Markwalder
2015-06-27[master] Finished merge of trac3839 (removed unused exception variables)Francis Dupont
2015-05-12[3839] unused exception handler variable aka #3839Francis Dupont
2015-05-12[3833] some signed for loop variables aka #3833Francis Dupont
2015-03-14[master] spelling & wrap linesFrancis Dupont
2015-01-30[3669] It is now possible to reopen a CSV file and seek to its end.Marcin Siodelski
2015-01-14[3671] Addressed review comments.Marcin Siodelski
2015-01-12[3671] Added unit test for loading v6 leases from multiple files.Marcin Siodelski
2014-10-21[3555] CSVFile::validateHeader() is now virtualTomek Mrugalski
2014-10-21[3555] Extra unit-tests implemented, memfile version bumped to 2.0Tomek Mrugalski
2014-04-04[master] Explicitly cast the integer value to streampos.Marcin Siodelski
2014-04-04[master] Pass string instead of c-string in CSVFile class constructor.Marcin Siodelski
2014-04-04[master] Removed unused primary_separator_ member from CSVFile class.Marcin Siodelski
2014-04-02[3360] Addressed review comments.Marcin Siodelski
2014-04-01[3360] Minor changes to comments and documentation made during reviewStephen Morris
2014-03-14[3360] Added CSV file validation.Marcin Siodelski
2014-03-13[3360] Implemented base class for read/write in CSV file.Marcin Siodelski