netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / util.c
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-06-02 Andy Zhoulib/util.c: style fixes
2015-05-29 Jesse Grossutil: Library routines for printing and scanning large...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-15 Ben Pfaffutil: Add more bitwise operations.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-02-27 Ben Pfaffutil: Fix typo in comment.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-11-25 Thomas Graflib: Add API to set program name and version
2014-11-12 Pravin B Shelarutil: Introduce ovs_scan_len()
2014-11-12 Scott MannBuild: Add support for shared libraries and versioning.
2014-10-08 Ben Pfaffutil: Make hexits_value() support 64-bit integers too.
2014-10-07 Ben Pfaffutil: New function bitwise_scan().
2014-10-07 Gurucharan Shettyutil: Use MSVC compiler intrinsic for clz and ctz.
2014-09-08 Jarno Rajahalmelib/util: Change is_all_zeros and is_all_ones to take...
2014-07-07 Ansis Attekautil: fix compile warnings
2014-07-04 YAMAMOTO Takashiutil: Suppress a warning by adding CONST_CAST
2014-07-03 Ansis Attekautil: create a copy of program_name
2014-06-26 Gurucharan Shettyutil: Set two digit exponents for scientific notation.
2014-06-24 Gurucharan Shettyutil: Don't compile couple of unused function for Windows.
2014-06-24 Gurucharan Shettyutil: Make WSAStartup available outside stream.c.
2014-05-14 Gurucharan Shettyutil: set_program_name() can be called twice with diffe...
2014-05-14 Gurucharan Shettyutil: Disable popups while asserting in windows.
2014-05-06 YAMAMOTO Takashiutil: Use posix_memalign for xmalloc_cacheline if available
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...
next