index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Fix invalid bit shift operations.
Dumitru Ceara
2022-05-17
1
-7
/
+6
*
sat-math: Add functions for saturating arithmetic on "long long int".
Ben Pfaff
2019-07-05
1
-1
/
+41
*
test-util: Avoid format truncation warning for snprintf() tests.
Ben Pfaff
2017-07-14
1
-0
/
+10
*
Add read-only option to ovs-dpctl and ovs-ofctl commands.
Ryan Moats
2016-08-15
1
-17
/
+17
*
lib/util.c: Optimise bitwise_rscan.
Han Zhou
2016-03-23
1
-1
/
+102
*
configure: Stop avoiding -Wformat-zero-length.
Ben Pfaff
2015-06-10
1
-2
/
+1
*
command-line: add ovs_cmdl_context
Russell Bryant
2015-03-17
1
-21
/
+24
*
command-line: add ovs_cmdl_ prefix
Russell Bryant
2015-03-16
1
-3
/
+3
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
ovs_assert, tests: Support NDEBUG.
Jarno Rajahalme
2014-10-30
1
-7
/
+4
*
command-line: Add function to print command usage.
Alex Wang
2014-10-28
1
-16
/
+16
*
util: Don't compile couple of unused function for Windows.
Gurucharan Shetty
2014-06-24
1
-0
/
+23
*
test-util: Changes for 'assert' test on Windows.
Gurucharan Shetty
2014-06-24
1
-0
/
+5
*
unit-test: Link 29 test programs into ovstest
Andy Zhou
2014-04-03
1
-4
/
+6
*
stdio: New module, initially to provide working [v]snprintf() on Windows.
Ben Pfaff
2013-12-24
1
-0
/
+18
*
lib/util: Add clz32() and clz64().
Jarno Rajahalme
2013-12-03
1
-0
/
+53
*
lib/util: Rename ctz() as ctz32().
Jarno Rajahalme
2013-12-03
1
-8
/
+8
*
util: Rename popcount to count_1bits
Ben Pfaff
2013-11-19
1
-9
/
+9
*
util: Make popcount() handle 64-bit integers, not separate popcount64().
Ben Pfaff
2013-11-18
1
-34
/
+4
*
lib/util: Add ctz64() and popcount64().
Jarno Rajahalme
2013-11-18
1
-7
/
+60
*
util: New function ovs_scan().
Ben Pfaff
2013-11-15
1
-0
/
+533
*
openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.
Ben Pfaff
2013-09-17
1
-1
/
+1
*
util: New macros ROUND_UP_POW2, ROUND_DOWN_POW2.
Ben Pfaff
2013-07-17
1
-0
/
+65
*
Use random_*() instead of rand(), for thread safety.
Ben Pfaff
2013-06-28
1
-3
/
+3
*
Make most "struct option" instances "const".
Ben Pfaff
2013-05-03
1
-1
/
+1
*
util: Introduce ovs_assert macro.
Ben Pfaff
2013-01-16
1
-1
/
+42
*
util: New function popcount().
Ben Pfaff
2012-09-04
1
-0
/
+57
*
util: New function follow_symlinks().
Ben Pfaff
2012-08-01
1
-0
/
+13
*
tests: Slightly generalize utility function tests.
Ben Pfaff
2012-08-01
1
-33
/
+57
*
Avoid assigning the same value to a variable back-to-back.
Ben Pfaff
2012-05-14
1
-1
/
+0
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
util: New function bitwise_is_all_zeros().
Ben Pfaff
2012-04-13
1
-0
/
+47
*
util: New function bitwise_one().
Ben Pfaff
2012-04-13
1
-0
/
+43
*
util: New function bitwise_zero().
Ben Pfaff
2012-02-01
1
-0
/
+43
*
util: Move bitwise_copy() here, add new bitwise functions, add a test.
Ben Pfaff
2012-02-01
1
-1
/
+61
*
packets: Add more utility functions for IPv4 and IPv6 addresses.
Ben Pfaff
2011-09-13
1
-6
/
+25
*
util: New function log_2_floor().
Ben Pfaff
2011-07-22
1
-0
/
+52