summaryrefslogtreecommitdiff
path: root/lib/table.c
Commit message (Expand)AuthorAgeFilesLines
* 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