summaryrefslogtreecommitdiff
path: root/lib/dynamic-string.c
Commit message (Expand)AuthorAgeFilesLines
* dynamic-string: Add function for a sparse hex dump.Ilya Maximets2022-08-041-8/+28
* dynamic-string: Fix undefined behavior due to offsetting null pointer.Dumitru Ceara2022-05-261-3/+4
* treewide: Avoid offsetting NULL pointers.Dumitru Ceara2022-05-171-2/+6
* dynamic-string: Fix a crash in ds_clone().Sriharsha Basavapatna2021-08-161-0/+4
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-0/+9
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* dynamic-string: Make ds_chomp() return true if it removed a character.Ben Pfaff2016-02-191-2/+5
* util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-0/+23
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-2/+4
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-9/+12
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-1/+8
* Do not include trailing whitespace in hexdump.Ben Pfaff2013-05-161-0/+2
* dynamic-string: Fix style of ds_put_hex_dump().Ben Pfaff2013-05-161-39/+39
* Always check return value of strftime().Ben Pfaff2013-05-081-6/+17
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-6/+6
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-1/+1
* dynamic-string: New function ds_get_test_line().Ben Pfaff2012-05-101-0/+48
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* dynamic-string: Document a few functions.Ben Pfaff2012-02-271-1/+12
* vlog: Change the default timestamp structure.Gurucharan Shetty2012-01-271-3/+9
* dynamic-string: New function ds_get_preprocessed_line().Ben Pfaff2011-03-161-1/+27
* Avoid shadowing local variable names.Ben Pfaff2010-09-201-2/+0
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-3/+3
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+1
* dynamic-string: Optimize ds_put_char().Ben Pfaff2010-05-051-1/+1
* dynamic-string: New function ds_swap().Ben Pfaff2010-01-281-1/+10
* dynamic-string: New function ds_cstr_ro().Ben Pfaff2009-12-161-0/+6
* jsonrpc: Add logging for messages sent and received, at DBG level.Ben Pfaff2009-11-171-0/+7
* Implement JSON parsing and serialization.Ben Pfaff2009-11-041-0/+25
* New function ds_steal_cstr().Ben Pfaff2009-07-161-1/+12
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+261