summaryrefslogtreecommitdiffstats
path: root/src/lib/util/csv_file.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1603] CSVFile: skip blank linesAndrei Pavel2021-01-041-2/+4
* [#1603] fix kea-lfc ignoring lines without newlineAndrei Pavel2021-01-041-12/+16
* [#1358] Fixed catch clausesFrancis Dupont2020-08-041-1/+1
* [#608] Fixed typosThomas Markwalder2020-03-041-2/+2
* [#608] Addressed review commentsThomas Markwalder2020-03-041-8/+13
* [#608] Memfile now tolerates commas in hostname and user-context columnsThomas Markwalder2020-03-041-9/+159
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4252] CID 1327386. CSVFile::getColumnIndex must not return negative value.Marcin Siodelski2016-09-061-5/+6
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3601] Addressed additional review commentsThomas Markwalder2015-11-111-1/+1
* [3601] Addressed review comments, added ability to downgradeThomas Markwalder2015-11-101-0/+6
* [3601] Added isc::util::VersionedCSVFileThomas Markwalder2015-11-021-2/+2
* [master] Finished merge of trac3839 (removed unused exception variables)Francis Dupont2015-06-271-2/+2
|\
| * [3839] unused exception handler variable aka #3839Francis Dupont2015-05-121-2/+2
* | [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-5/+5
|/
* [master] spelling & wrap linesFrancis Dupont2015-03-141-6/+6
* [3669] It is now possible to reopen a CSV file and seek to its end.Marcin Siodelski2015-01-301-1/+14
* [3671] Addressed review comments.Marcin Siodelski2015-01-141-6/+3
* [3671] Added unit test for loading v6 leases from multiple files.Marcin Siodelski2015-01-121-1/+12
* [3555] CSVFile::validateHeader() is now virtualTomek Mrugalski2014-10-211-9/+2
* [3555] Extra unit-tests implemented, memfile version bumped to 2.0Tomek Mrugalski2014-10-211-2/+10
* [master] Explicitly cast the integer value to streampos.Marcin Siodelski2014-04-041-2/+2
* [master] Pass string instead of c-string in CSVFile class constructor.Marcin Siodelski2014-04-041-1/+1
* [master] Removed unused primary_separator_ member from CSVFile class.Marcin Siodelski2014-04-041-2/+1
* [3360] Addressed review comments.Marcin Siodelski2014-04-021-100/+75
* [3360] Minor changes to comments and documentation made during reviewStephen Morris2014-04-011-2/+2
* [3360] Added CSV file validation.Marcin Siodelski2014-03-141-20/+124
* [3360] Implemented base class for read/write in CSV file.Marcin Siodelski2014-03-131-0/+295