aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
AgeCommit message (Expand)Author
2011-04-29util: 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