summaryrefslogtreecommitdiff
path: root/lib/table.c
Commit message (Expand)AuthorAgeFilesLines
* table: Create method for resetting table formatting.Mark Michelson2018-10-081-6/+17
* table: fix html buffer outputAaron Conole2018-08-081-1/+1
* table: append newline when printing tablesAaron Conole2018-08-081-0/+1
* table: New function table_format() for formatting a table as a string.Ben Pfaff2018-07-101-104/+118
* table: Add --max-column-width option.Ben Pfaff2017-12-221-5/+17
* table: Avoid trailing white space in tables.Ben Pfaff2017-10-061-0/+3
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-2/+1
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-0/+16
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+1
* Always check return value of strftime().Ben Pfaff2013-05-081-11/+7
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-2/+3
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+3
* Use UTC consistently instead of local timezone.Ben Pfaff2012-07-021-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovsdb-client: Add optional timestamps to "monitor" command output.Ben Pfaff2012-02-021-1/+42
* table: Avoid segmentation fault when printing an empty cell in JSON format.Ben Pfaff2012-01-301-1/+3
* table: Free "error" in cell_to_text().Justin Pettit2011-02-231-0/+2
* table: Add new "bare" output formatting options.Ben Pfaff2011-02-081-4/+42
* ovsdb-client: Break table formatting into new library.Ben Pfaff2011-02-081-0/+518