lib/util: Input validation in str_to_uint
[sliver-openvswitch.git] / lib / util.h
2014-04-23 Zoltan Kisslib/util: Input validation in str_to_uint
2014-03-31 Gurucharan Shettyutil: xleep for Windows.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-21 Pravinutils: Introduce xsleep for RCU quiescent state
2014-03-18 Ben Pfaffutil: New functions for allocating memory while avoidin...
2014-03-13 Ben Pfaffutil: Move CACHE_LINE_SIZE here.
2014-03-13 Ben Pfaffutil: New macro PAD_SIZE.
2014-03-12 Gurucharan Shettyovsdb-server: Truncate file for Windows.
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-13 Gurucharan Shettyutil: Make xreadlink a static function.
2014-01-28 Gurucharan Shettyutil: A generic function to convert error to string...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-17 Harold LimUpdate openvswitch to allow linking from C++ projects
2013-12-13 Helmut Schaalib/util: Make some functions in util.c inline
2013-12-12 Jarno Rajahalmelib/util: More portable use of builtin popcnt.
2013-12-11 Ben Pfaffutil: Fix sparse warning.
2013-12-06 Jarno Rajahalmeutil: Better count_1bits().
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-19 Ben Pfaffutil: Rename popcount to count_1bits
2013-11-18 Ben Pfaffutil: Make popcount() handle 64-bit integers, not separ...
2013-11-18 Ben Pfaffutil: Make raw_ctz() accept 64-bit integers.
2013-11-18 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-11-02 Ben Pfaffutil: Allow set_subprogram_name() to take a printf...
2013-10-02 Flavio Leitnerutil: use gcc builtins to better check array sizes
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-22 Alex Wangclang: Fix the "expression result unused" warning.
2013-07-17 Ben Pfaffutil: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-04-22 YAMAMOTO Takashichange the type of popcount unsigned
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2012-11-04 Ben Pfaffutil: New functions for the index of the leftmost or...
2012-11-04 Ben Pfaffutil: Group functions for bitwise tests.
2012-09-04 Ben Pfaffutil: New function raw_ctz().
2012-09-04 Ben Pfaffutil: New function popcount().
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-01 Ben Pfaffutil: New function follow_symlinks().
2012-07-18 Ben Pfaffvlog: Add VLOG_ABORT() to log and call abort().
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2012-01-13 Ben Pfaffmultipath: Correctly calculate number of required desti...
2011-10-14 Ben Pfaffdpif-linux: Fix build with certain 64-bit kernel/usersp...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-23 Ben Pfaffutil: New function log_2_floor().
2011-06-06 Ben Pfaffutil: New function for forming English lists.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben Pfaffutil: Suppress build assertions when building with...
2011-05-13 Ben Pfaffpoll-loop: Make wakeup logging more portable and easier...
2011-04-04 Ben Pfaffutil: New function ovs_fatal_valist().
2011-02-25 Ben Pfaffutil: Avoid uninitialized pointer complaints from Coverity.
2011-02-23 Ben Pfaffutil: Make out_of_memory() call abort() instead of...
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2010-12-06 Ben Pfaffutil: Introduce ASSIGN_CONTAINER to make iteration...
2010-12-03 Ben Pfaffutil: Improve type-safety of OBJECT_CONTAINING.
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-10 Ben Pfaffutil: New function base_name().
2010-10-01 Ben Pfaffutil: New macro OBJECT_CONTAINING.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-05-07 Ben Pfaffutil: Fix GCC false-positive warning for CONTAINER_OF.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffutil: New functions get_cwd(), abs_file_name().
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-12 Ben Pfaffutil: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-04 Ben PfaffNew dir_name() function plus tests.
2009-11-04 Ben PfaffImplement JSON parsing and serialization.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-17 Ben Pfaffutil: Add comments.
2009-09-17 Ben Pfaffbitmap: Don't allocate excessive memory.
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0