summaryrefslogtreecommitdiff
path: root/lib/socket-util.c
Commit message (Expand)AuthorAgeFilesLines
* windows: WSAPoll broken on windowsAlin Serdean2017-01-271-1/+17
* lib: Fix error reporting in parse_sockaddr_components() for bad port.Huang Lei2016-04-221-0/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-5/+5
* lib: add ipv6 helper functions for tnl_configJiri Benc2015-11-101-0/+9
* socket-util: Use correct address family in set_dscp(), instead of guessing.Ben Pfaff2015-02-201-24/+20
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* stream-tcp: Call setsockopt TCP_NODELAY after TCP is connected.Gurucharan Shetty2014-10-231-0/+14
* socket-util: Disable dscp setting on Windows.Gurucharan Shetty2014-06-111-8/+5
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-3/+7
* socket-util: Refactor unix specific code to a new file.Gurucharan Shetty2014-05-271-377/+0
* socket-util: Fix an inverted use of LINUXYAMAMOTO Takashi2014-03-201-1/+1
* socket-util: Fix dscp error check for Windows.Gurucharan Shetty2014-03-181-0/+8
* socket-util: Fix definition of LINUX.Ben Pfaff2014-03-171-2/+2
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-9/+11
* socket-util: pipe for Windows.Gurucharan Shetty2014-02-261-0/+2
* socket-util: Fix set_dscp for IPv6YAMAMOTO Takashi2014-02-261-1/+18
* socket-util: Avoid using the identical message for different errorsYAMAMOTO Takashi2014-02-261-2/+2
* socket-util: drain_rcvbuf() for Windows.Gurucharan Shetty2014-02-241-1/+4
* lib/process, socket-util: Update necessary headersYAMAMOTO Takashi2014-02-221-1/+0
* socket-util: Move get_null_fd() to daemon.c.Gurucharan Shetty2014-02-211-22/+0
* socket-util: poll() for Windows.Gurucharan Shetty2014-02-211-5/+9
* Replace inet_aton() with inet_pton().Gurucharan Shetty2014-02-211-2/+2
* socket-util: Move get_max_fds() to process.c.Gurucharan Shetty2014-02-211-43/+0
* socket-util: Unix socket related calls for non-windows platform.Gurucharan Shetty2014-02-211-0/+4
* socket-util: af_inet_ioctl() for Windows.Gurucharan Shetty2014-02-211-0/+2
* socket-util: Describe fd for Windows.Gurucharan Shetty2014-02-211-0/+4
* socket-util: fsync directory for Windows.Gurucharan Shetty2014-02-211-0/+2
* socket-util: closesocket() for Windows.Gurucharan Shetty2014-02-211-2/+2
* socket-util: getaddrinfo return values for Windows.Gurucharan Shetty2014-02-211-1/+3
* socket-util: set_nonblocking for Windows.Gurucharan Shetty2014-02-211-0/+10
* socket-util: Move sock_errno() to socket-util.Gurucharan Shetty2014-02-211-22/+27
* util: Pre-allocate buffer for ovs_lasterror_to_string().Gurucharan Shetty2014-02-141-16/+3
* socket-util: error number to string for sockets.Gurucharan Shetty2014-02-111-0/+30
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-115/+233
* socket-util: Remove unused functions.Ben Pfaff2014-01-311-254/+0
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-3/+3
* socket-util: Add symlink based workaround for long pathnames.YAMAMOTO Takashi2013-10-171-64/+151
* netdev-linux, netdev-bsd: Make access to AF_INET socket thread-safe.Ben Pfaff2013-08-091-0/+40
* clang: Fix the alignment warning.Alex Wang2013-07-231-2/+3
* socket-util: Make get_max_fds() and get_null_fd() thread-safe.Ben Pfaff2013-07-231-5/+13
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-19/+21
* socket-util: restore building on FreeBSD.Ed Maste2013-05-031-0/+4
* socket-util: Use getaddrinfo() instead of gethostbyname() for thread safety.Ben Pfaff2013-05-021-11/+38
* socket-util: Log kernel-chosen bound ports in inet_open_passive().Ben Pfaff2013-04-181-4/+12
* socket-util: Use set_nonblocking() helper function.Ben Pfaff2013-02-011-7/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-5/+4
* socket-util: Use CONST_CAST in send_iovec_and_fs().Ben Pfaff2013-01-111-1/+1
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-1/+1
* socket-util: Remove get_socket_error().Ben Pfaff2012-11-201-13/+0