lib/util: Input validation in str_to_uint
[sliver-openvswitch.git] / lib / util.c
2014-04-23 Zoltan Kisslib/util: Input validation in str_to_uint
2014-03-31 Gurucharan Shettyutil: xleep for Windows.
2014-03-21 Pravinutils: Introduce xsleep for RCU quiescent state
2014-03-18 Ben Pfaffutil: New functions for allocating memory while avoidin...
2014-03-12 Gurucharan Shettyovsdb-server: Truncate file for Windows.
2014-03-12 Gurucharan Shettyutil: Maximum path length for Windows.
2014-02-14 Gurucharan Shettyutil: Pre-allocate buffer for ovs_lasterror_to_string().
2014-02-13 Gurucharan Shettyutil: follow_symlinks() for windows.
2014-02-13 Gurucharan Shettyutil: Make xreadlink a static function.
2014-02-11 Gurucharan Shettysocket-util: error number to string for sockets.
2014-02-04 Gurucharan Shettydaemon-windows: Ability to handle windows service calls.
2014-01-28 Gurucharan Shettyutil: A generic function to convert error to string...
2014-01-14 Gurucharan Shettyutil: Set program_name for windows correctly.
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-06 Jarno Rajahalmeutil: Better count_1bits().
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-11-27 YAMAMOTO Takashiutil: fix a printf format
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: Make raw_ctz() implementation non-static.
2013-11-15 Ben Pfaffutil: Fix bad constant in ovs_scan() implementation...
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-11-02 Ben Pfaffutil: Allow set_subprogram_name() to take a printf...
2013-09-09 Guolin Yangutil: Don't set thread name to empty
2013-08-30 Ed Masteutil: Include pthread_np.h on FreeBSD
2013-08-08 Ben Pfaffovs-thread: Add support for globally visible per-thread...
2013-08-01 Ben Pfaffconfigure: Distinguish glibc and NetBSD pthread_setname...
2013-07-25 Ben Pfaffutil: Set thread name via pthreads in set_subprogram_na...
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-04-22 YAMAMOTO Takashichange the type of popcount unsigned
2013-02-01 Ben PfaffUse is_pow2() function, where possible, instead of...
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2012-09-04 Ben Pfaffutil: New function raw_ctz().
2012-09-04 Ben Pfaffutil: New function popcount().
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-19 Ben Pfaffconfigure: Remove --with-build-number.
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-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-04 Ethan Jacksonutil: Fix non-ANSI function declaration.
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-04-04 Ben Pfaffutil: New function ovs_fatal_valist().
2011-02-23 Ben Pfaffutil: Make out_of_memory() call abort() instead of...
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-02-23 Ben Pfaffutil: Don't read over 'size - 1' bytes of source string...
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-10 Ben Pfaffutil: New function base_name().
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-12 Ben Pfaffutil: Make ovs_fatal() understand EOF also.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
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-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-04 Ben PfaffNew dir_name() function plus tests.
2009-11-04 Ben Pfaffutil: Make ovs_error() understand that EOF means "end...
2009-11-04 Ben PfaffImplement JSON parsing and serialization.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
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