aboutsummaryrefslogtreecommitdiff
path: root/lib/util.c
AgeCommit message (Expand)Author
2012-01-12multipath: Correctly calculate number of required destination bits.Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff
2011-08-12lib: Whitespace cleanup.Ethan Jackson
2011-08-04util: Fix non-ANSI function declaration.Ethan Jackson
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-22util: New function log_2_floor().Ben Pfaff
2011-06-06util: New function for forming English lists.Ben Pfaff
2011-04-04util: New function ovs_fatal_valist().Ben Pfaff
2011-02-23util: Make out_of_memory() call abort() instead of exit(EXIT_FAILURE).Ben Pfaff
2011-02-22util: New function ovs_strzcpy().Ben Pfaff
2011-02-22util: Don't read over 'size - 1' bytes of source string in ovs_strlcpy().Ben Pfaff
2011-01-30util: New ovs_retval_to_string() function.Andrew Evans
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-11-15util: Add function hexits_value() for parsing multiple hex digits.Ben Pfaff
2010-11-10util: New function base_name().Ben Pfaff
2010-11-09ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-12util: Make ovs_fatal() understand EOF also.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-03-18util: New functions get_cwd(), abs_file_name().Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2009-12-15Clean-up compiler warnings about ignoring return valuesJustin Pettit
2009-11-04New dir_name() function plus tests.Ben Pfaff
2009-11-04util: Make ovs_error() understand that EOF means "end of file".Ben Pfaff
2009-11-04Implement JSON parsing and serialization.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff