Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / tests / test-util.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-03 Andy Zhouunit-test: Link 29 test programs into ovstest
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-24 Ben Pfaffstdio: New module, initially to provide working [v...
2013-12-10 Giuseppe LettieriMerge branch 'mainstream'
2013-12-03 Jarno Rajahalmelib/util: Add clz32() and clz64().
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
2013-11-20 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
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 Jarno Rajahalmelib/util: Add ctz64() and popcount64().
2013-11-15 Ben Pfaffutil: New function ovs_scan().
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-17 Ben Pfaffutil: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ben PfaffUse random_*() instead of rand(), for thread safety.
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-09-04 Ben Pfaffutil: New function popcount().
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-01 Ben Pfaffutil: New function follow_symlinks().
2012-08-01 Ben Pfafftests: Slightly generalize utility function tests.
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
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-02-01 Ben Pfaffutil: New function bitwise_zero().
2012-02-01 Ben Pfaffutil: Move bitwise_copy() here, add new bitwise functio...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-07-23 Ben Pfaffutil: New function log_2_floor().