Rework and simplify the "lcov" support for the testsuite.
[sliver-openvswitch.git] / lib /
2010-02-01 Ben Pfaffofproto: Remove support for OpenFlow-based management...
2010-02-01 Jesse Grossdpif: Allow providers to be managed at runtime.
2010-02-01 Jesse Grossnetdev: Allow providers to be managed at runtime.
2010-01-29 Ben PfaffNew functions hmap_moved(), shash_moved().
2010-01-29 Ben Pfaffhmap: Rename hmap_moved() to hmap_node_moved().
2010-01-29 Ben Pfaffovsdb-idl: Add interface to find out the permanent...
2010-01-29 Ben Pfaffdynamic-string: New function ds_swap().
2010-01-28 Ben Pfaffovsdb-data: Allow spaces around '=' in key-value pairs.
2010-01-28 Ben Pfaffovsdb-data: Allow arbitrary white space as string data...
2010-01-28 Ben Pfaffovsdb-data: Make string parsing of negative 0 match...
2010-01-28 Jesse Grossdpif: Update dpif interface to match netdev.
2010-01-27 Ben Pfaffovsdb-idl: Make rows inserted by transaction appear...
2010-01-27 Ben Pfaffovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_...
2010-01-27 Ben Pfaffovs-vsctl: Make parsing functions return error instead...
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-26 Ben Pfaffovsdb-datum: Add functions for parsing and formatting...
2010-01-26 Ben Pfaffovsdb-data: Add some more functions for dealing with...
2010-01-26 Ben Pfaffovsdb-idl: Allow clients to modify records without...
2010-01-26 Ben Pfaffjson: New function json_to_ds().
2010-01-26 Ben Pfaffjson: Export function to parse an individual JSON string.
2010-01-26 Ben Pfaffovsdb-idl: Avoid redundant memset.
2010-01-26 Ben Pfaffovsdb-idl: Fix use-after-free error in ovsdb_idl_txn_de...
2010-01-20 Jesse Grosshash: Prevent warnings about strict aliasing rules.
2010-01-19 Ben Pfaffmac-learning: Rename "non-learning VLANs" to "flood...
2010-01-19 Ben PfaffReimplement port mirroring configuration for database.
2010-01-18 Jesse Grossnetdev: Compare full arguments instead of hash for...
2010-01-18 Jesse Grossnetdev-linux: Use the netdev list of devices instead...
2010-01-18 Jesse Grossnetdev-linux: Avoid potential issues with unset FD.
2010-01-16 Jesse Grossnetdev-linux: Properly store netdev_dev pointer for...
2010-01-16 Justin Pettitrtnetlink: Fix typo in comments referencing rtnetlink_n...
2010-01-16 Justin Pettitnetdev: Increase default ingress policing burst size
2010-01-15 Ben Pfaffidl: Gracefully handle destroying a transaction before...
2010-01-15 Ben Pfaffnetdev-linux: Don't close(0) when closing an ordinary...
2010-01-15 Ben Pfaffdaemon: Add support for process monitoring and restart.
2010-01-15 Ben Pfaffdaemon: Refactor code.
2010-01-15 Ben Pfafffatal-signal: After fork, clear hooks instead of disabl...
2010-01-15 Ben Pfaffunixctl: Improve error reporting.
2010-01-15 Jesse Grossnetdev-linux: Cleanup tap netdev.
2010-01-15 Jesse Grossgre: Add support for destroying GRE devices.
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2010-01-14 Justin Pettitovsdb: Provide helper function to determine if IDL...
2010-01-13 Ben Pfaffdaemon: Close standard file descriptors when daemonizing.
2010-01-12 Ben Pfaffovsdb-idl: Fix memory leak committing a no-op transaction.
2010-01-12 Ben Pfaffjsonrpc: Fix memory leak in jsonrpc_session_send()...
2010-01-12 Ben Pfaffreconnect: Fix repeated RECONNECT_CONNECT that was...
2010-01-11 Ben Pfaffovsdb: Improve comments.
2010-01-11 Ben Pfaffovsdb: Save some space in the log for newly inserted...
2010-01-11 Ben Pfaffjsonrpc: Check RPC status after trying to send, not...
2010-01-08 Ben Pfaffjsonrpc: Properly implement connection timeout.
2010-01-08 Ben Pfaffstream-ssl: Fix bug that crept in during rebasing.
2010-01-07 Ben Pfaffstream: Really enable SSL streams.
2010-01-07 Ben Pfaffstream-ssl: Fix ssl_recv() and ssl_send() return value...
2010-01-07 Ben Pfaffstream-ssl: Try to shut SSL connections down gracefully.
2010-01-07 Ben Pfaffstream: Make passive SSL and TCP streams report bound...
2010-01-07 Ben Pfaffsocket-util: Make inet_open_passive() pass back the...
2010-01-07 Ben Pfaffsocket-util: Allow binding without a port number in...
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-06 Ben Pfaffstream: Remove spurious #includes from header file.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2010-01-06 Ben Pfaffpoll-loop: Drop unused poll_fd_callback() feature.
2010-01-06 Ben Pfaffvconn: Convert vconn code to modern OVS structure.
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2010-01-06 Ben PfaffCheck invariants earlier in vconn and stream code.
2010-01-06 Ben PfaffFactor vconn and SSL documentation into manpage include...
2010-01-06 Jesse Grossfatal-signal: Run signal hooks outside of actual signal...
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2010-01-04 Ben Pfaffovsdb-server: Factor out complication by using jsonrpc_...
2010-01-04 Ben Pfaffreconnect: Add connection attempt limiting feature.
2010-01-04 Ben Pfaffdaemon: Don't ignore failed write to pipe.
2009-12-21 Justin PettitRemove cfg library
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-17 Ben Pfafftest-json: Avoid use of /dev/stdin to fix builds in...
2009-12-17 Ben PfaffMake ovs-vswitchd report when it is done configuring...
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-16 Ben Pfaffdynamic-string: New function ds_cstr_ro().
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-16 Ben Pfaffjson: Accurately parse very large real numbers.
2009-12-15 Justin PettitClean-up compiler warnings about ignoring return values
2009-12-15 Ben Pfaffnetdev-linux: Fix aliasing error.
2009-12-14 Ben Pfaffvswitchd: Do not choose generated MAC address for local...
2009-12-12 Ben PfaffRemove redundant calls to set_nonblocking().
2009-12-12 Ben Pfaffsocket-util: Clarify EAGAIN error code for make_unix_so...
2009-12-12 Ben Pfaffovsdb-idl: Prevent segfault destroying an incomplete...
2009-12-11 Ben Pfaffovsdb-idl: Fix deletion of modified row.
2009-12-11 Ben Pfaffovs-vsctl: Add --dry-run option.
2009-12-11 Ben Pfaffovsdb-idl: Fix row insertion and deletion behavior.
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-09 Ben Pfaffovs-vsctl: Fix performance problem.
2009-12-09 Ben Pfaffvsctl: Start making it work with ovsdb.
2009-12-09 Ben Pfaffovsdb-idl: New function to obtain the current transacti...
2009-12-09 Ben Pfaffovsdb-idl: Bug fixes.
2009-12-08 Ben Pfaffovsdb-idl: Update IDL data when "set" functions are...
2009-12-08 Ben Pfaffovsdb-idl: Make it possible to write data through the...
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-08 Ben Pfaffjson: New convenience function json_array_create_1().
2009-12-08 Ben Pfaffbitmap: New function bitmap_scan() and macro BITMAP_FOR...
2009-12-08 Ben Pfaffhmap: Add function to mark an hmap_node as "null" and...
2009-12-08 Glen GibbFix alphabetic ordering in lib/automake.mk
next