aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.c
AgeCommit message (Expand)Author
2013-10-17socket-util: Add symlink based workaround for long pathnames.YAMAMOTO Takashi
2013-08-09netdev-linux, netdev-bsd: Make access to AF_INET socket thread-safe.Ben Pfaff
2013-07-23clang: Fix the alignment warning.Alex Wang
2013-07-23socket-util: Make get_max_fds() and get_null_fd() thread-safe.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-05-03socket-util: restore building on FreeBSD.Ed Maste
2013-05-02socket-util: Use getaddrinfo() instead of gethostbyname() for thread safety.Ben Pfaff
2013-04-18socket-util: Log kernel-chosen bound ports in inet_open_passive().Ben Pfaff
2013-02-01socket-util: Use set_nonblocking() helper function.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-11socket-util: Use CONST_CAST in send_iovec_and_fs().Ben Pfaff
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-11-20socket-util: Remove get_socket_error().Ben Pfaff
2012-11-20socket-util: Avoid using SO_ERROR.Ben Pfaff
2012-11-07socket-util: Report fd of -1 on error in inet_open_active().Ben Pfaff
2012-10-09config: Add explicit support for building on ESX.Ethan Jackson
2012-09-28lib: Add xpipe_nonblocking helperEd Maste
2012-09-26socket-util: export set_dscp()Isaku Yamahata
2012-08-08lib: Add header #include for writevEd Maste
2012-07-30Use int type for setsockopt IP_TOS valueEd Maste
2012-07-25Fix "*tivty" typos.Justin Pettit
2012-07-18socket-util: Add functions for sending fds over Unix domain sockets.Ben Pfaff
2012-07-18socket-util: New function xset_nonblocking().Ben Pfaff
2012-07-18socket-util: Remove 'passcred' parameter from make_unix_socket().Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-17vswitch: Use consistent representation of DSCP bits.Ethan Jackson
2012-04-17socket-util: Remove DSCP_INVALID.Ethan Jackson
2012-04-17socket-util: Close socket on failed dscp modification.Ethan Jackson
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-07socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff
2011-12-19socket-util: Don't try to listen to a UDP socket.Ben Pfaff
2011-12-07socket-util: Correctly return negative values for errors.Ben Pfaff
2011-10-14socket-util: New function get_socket_rcvbuf().Ben Pfaff
2011-09-13socket-util: inet_parse_passive() had incorrect argument type.Ethan Jackson
2011-08-26socket-util: Suppress valgrind uninitialized use warning.Ethan Jackson
2011-07-27socket-util: New function lookup_hostname().Ben Pfaff
2011-07-27socket-util: Factor inet_parse_passive() out of inet_open_passive().Ben Pfaff
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
2011-05-13poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff
2011-04-21socket-util: Use portable solution for setting Unix socket permissions.Ben Pfaff
2011-04-19socket-util: Properly set socket permissions in make_unix_socket().Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-02-22util: New function ovs_strzcpy().Ben Pfaff
2011-02-22socket-util: Free strings in make_sockaddr_un() error handling.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-01-12Fix non-static instances of "struct vlog_rate_limit" and add check.Ben Pfaff
2010-11-10socket-util: Work around Unix domain socket path name limits on Linux.Ben Pfaff
2010-11-10socket-util: Define LINUX macro at top of file.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches