aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.c
AgeCommit message (Expand)Author
2012-03-07socket-util: Unlink Unix domain sockets that bind but fail to connect.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
2010-08-20socket-util: Suppress uninitialized variable warning with old GCC.Bryan Phillippe
2010-08-20socket-util: Remove stray printf() from make_unix_socket().Bryan Phillippe
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-05-26socket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_SAVED_MAX.Ben Pfaff
2010-05-26Add some missing "#include"s.Ben Pfaff
2010-04-26socket-util: Move get_mtime() here from stream-ssl.Ben Pfaff
2010-04-26socket-util: Factor out new function inet_parse_active().Ben Pfaff
2010-02-15ovsdb: Factor out code to fsync a file's containing directory.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-01-07socket-util: Make inet_open_passive() pass back the bound address.Ben Pfaff
2010-01-07socket-util: Allow binding without a port number in inet_open_passive().Ben Pfaff
2009-12-11socket-util: Clarify EAGAIN error code for make_unix_socket().Ben Pfaff
2009-11-23socket-util: Generalize tcp_open_*() to UDP, as inet_open_*().Ben Pfaff
2009-11-23socket-util: Make TCP open function support no default port.Ben Pfaff
2009-07-28Merge commit 'origin/citrix'Justin Pettit
2009-07-21Do not try to resolve DNS for OpenFlow controllers or netflow collectors.Ben Pfaff
2009-07-16Merge citrix branch into master.Ben Pfaff
2009-07-16Add function get_null_fd(), to reduce code redundancy.Ben Pfaff
2009-06-15Merge changes from citrix branch into master.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-06-12vconn: Factor out common code from TCP and SSL vconns.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff