summaryrefslogtreecommitdiff
path: root/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* util: Fix an issue that thread name cannot be set.Songtao Zhan2023-04-251-0/+6
* dpif-netdev: Set timer slack for PMD threads.David Marchand2023-01-231-0/+16
* util: Add non quiesce xnanosleep.Kevin Traynor2023-01-121-4/+17
* util: Add allocation wrappers that don't increment coverage counters.Ben Pfaff2021-04-071-8/+33
* odp-util: Fix clearing match mask if set action is partially unnecessary.Ilya Maximets2020-07-291-0/+13
* netdev-afxdp: add new netdev type for AF_XDP.William Tu2019-07-191-25/+66
* vswitchd: Track status of memory locking.Ilya Maximets2019-05-241-0/+15
* util: Make parse_int_string() only succeed if it parses a non-empty string.Ben Pfaff2018-12-191-2/+2
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-0/+18
* util: Fix abs_file_name() bugs on Windows.Ben Pfaff2018-08-031-19/+41
* util: Use lookup table to optimize hexit_value().Ben Pfaff2018-02-051-28/+15
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+13
* util: Make xmalloc_cacheline() allocate full cachelines.Ben Pfaff2017-11-291-28/+32
* util: Introduce str_to_ullong() helper function.Ilya Maximets2017-11-291-0/+18
* util: Check ranges on string to int/long conversion.Ilya Maximets2017-11-291-2/+12
* util: Add high resolution sleep support.Bhanuprakash Bodireddy2017-11-281-0/+35
* windows: _set_output_format is no longer required from VS2015Alin Gabriel Serdean2017-11-141-0/+3
* util: Fix style in ovs_hex_dump().Ben Pfaff2017-10-091-39/+43
* util: Avoid trailing white space in hex dumps.Ben Pfaff2017-10-061-3/+4
* util: New function is_all_byte().Ben Pfaff2017-07-311-13/+12
* process: Consolidate process related APIs.Bhanuprakash Bodireddy2017-07-131-0/+68
* treewide: Avoid undefined behavior passing null in nonnull parameters.Lance Richardson2017-06-131-1/+1
* windows: return NULL in xreadlinkAlin Serdean2017-04-141-0/+5
* ovsdb-data: Add support for integer ranges in database commandsLukasz Rzasik2017-01-051-3/+29
* Windows: Report absolute file name.Alin Serdean2016-08-121-0/+7
* util: Expose function nullable_string_is_equal.Ilya Maximets2016-07-251-0/+6
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+7
* util: Drop 'date' and 'time' arguments from ovs_set_program_nameMarkos Chandras2016-05-261-12/+5
* lib/util.c: Optimise bitwise_rscan.Han Zhou2016-03-231-3/+34
* ovs_strerror, ovs_format_message: Always use "Success" for errno 0YAMAMOTO Takashi2016-03-241-0/+20
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-181-0/+11
* Merge "master" into "ovn".Ben Pfaff2015-06-131-20/+90
|\
| * configure: Stop avoiding -Wformat-zero-length.Ben Pfaff2015-06-101-16/+5
| * lib/util.c: style fixesAndy Zhou2015-06-021-5/+5
| * util: Library routines for printing and scanning large hex integers.Jesse Gross2015-05-281-0/+81
* | util: Add more bitwise operations.Ben Pfaff2015-04-151-7/+132
|/
* util: Fix typo in comment.Ben Pfaff2015-02-261-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Add API to set program name and versionThomas Graf2014-11-251-4/+13
* util: Introduce ovs_scan_len()Pravin B Shelar2014-11-121-35/+67
* Build: Add support for shared libraries and versioning.Scott Mann2014-11-111-1/+7
* util: Make hexits_value() support 64-bit integers too.Ben Pfaff2014-10-081-12/+8
* util: New function bitwise_scan().Ben Pfaff2014-10-071-0/+29
* util: Use MSVC compiler intrinsic for clz and ctz.Gurucharan Shetty2014-10-061-1/+1
* lib/util: Change is_all_zeros and is_all_ones to take a void *.Jarno Rajahalme2014-09-081-2/+4
* util: fix compile warningsAnsis Atteka2014-07-081-8/+6
* util: Suppress a warning by adding CONST_CASTYAMAMOTO Takashi2014-07-041-1/+1
* util: create a copy of program_nameAnsis Atteka2014-07-031-4/+3
* util: Set two digit exponents for scientific notation.Gurucharan Shetty2014-06-261-0/+1
* util: Don't compile couple of unused function for Windows.Gurucharan Shetty2014-06-241-0/+2