summaryrefslogtreecommitdiff
path: root/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Make WSAStartup available outside stream.c.Gurucharan Shetty2014-06-241-0/+11
* util: set_program_name() can be called twice with different names.Gurucharan Shetty2014-05-141-1/+1
* util: Disable popups while asserting in windows.Gurucharan Shetty2014-05-141-0/+2
* util: Use posix_memalign for xmalloc_cacheline if availableYAMAMOTO Takashi2014-05-071-0/+16
* lib/util: Input validation in str_to_uintZoltan Kiss2014-04-231-0/+14
* util: xleep for Windows.Gurucharan Shetty2014-03-311-5/+6
* utils: Introduce xsleep for RCU quiescent statePravin2014-03-211-0/+12
* util: New functions for allocating memory while avoiding false sharing.Ben Pfaff2014-03-181-1/+59
* ovsdb-server: Truncate file for Windows.Gurucharan Shetty2014-03-121-0/+12
* util: Maximum path length for Windows.Gurucharan Shetty2014-03-111-0/+4
* util: Pre-allocate buffer for ovs_lasterror_to_string().Gurucharan Shetty2014-02-141-10/+15
* util: follow_symlinks() for windows.Gurucharan Shetty2014-02-131-0/+5
* util: Make xreadlink a static function.Gurucharan Shetty2014-02-131-1/+3
* socket-util: error number to string for sockets.Gurucharan Shetty2014-02-111-0/+4
* daemon-windows: Ability to handle windows service calls.Gurucharan Shetty2014-02-041-0/+4
* util: A generic function to convert error to string for windows.Gurucharan Shetty2014-01-281-0/+16
* util: Set program_name for windows correctly.Gurucharan Shetty2014-01-141-2/+9
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-2/+2
* Update openvswitch to allow linking from C++ projectsHarold Lim2013-12-171-4/+4
* lib/util: Make some functions in util.c inlineHelmut Schaa2013-12-131-18/+0
* lib/util: More portable use of builtin popcnt.Jarno Rajahalme2013-12-121-1/+1
* util: Better count_1bits().Jarno Rajahalme2013-12-061-24/+5
* lib/util: Add clz32() and clz64().Jarno Rajahalme2013-12-031-40/+25
* util: fix a printf formatYAMAMOTO Takashi2013-11-261-1/+1