aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
AgeCommit message (Expand)Author
2012-01-12multipath: Correctly calculate number of required destination bits.Ben Pfaff
2011-10-14dpif-linux: Fix build with certain 64-bit kernel/userspace combinations.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-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-05-16util: Suppress build assertions when building with sparse.Ben Pfaff
2011-05-13poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff
2011-04-04util: New function ovs_fatal_valist().Ben Pfaff
2011-02-24util: Avoid uninitialized pointer complaints from Coverity.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-01-30util: New ovs_retval_to_string() function.Andrew Evans
2010-12-06util: Introduce ASSIGN_CONTAINER to make iteration macros easier to read.Ben Pfaff
2010-12-03util: Improve type-safety of OBJECT_CONTAINING.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-10-01util: New macro OBJECT_CONTAINING.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-05-07util: Fix GCC false-positive warning for CONTAINER_OF.Ben Pfaff
2010-03-18util: New functions get_cwd(), abs_file_name().Ben Pfaff
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-12util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.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-04Implement JSON parsing and serialization.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-09-17util: Add comments.Ben Pfaff
2009-09-17bitmap: Don't allocate excessive memory.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