tests: Make test-vconn build and pass tests without OpenSSL.
[cascardo/ovs.git] / lib /
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
2009-12-07 Jesse Grossgre: Add userspace GRE support.
2009-12-04 Ben Pfaffovsdb-idl: Fix memory leak.
2009-12-04 Ben Pfaffovsdb-idl: Optimize lookup of struct idl_table from...
2009-12-04 Ben Pfaffjson: Improve error reporting.
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-03 Ben Pfaffovsdb-idl: Fix resolution of references from one table...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-02 Ben Pfaffjsonrpc: Make it easy to get a new JSON-RPC request...
2009-12-02 Ben Pfaffjsonrpc: New type "jsonrpc_session", which automaticall...
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-12-01 Justin Pettitdpif: Minor provider comment cleanups.
2009-11-24 Ben Pfaffclassifier: Improve comments.
2009-11-24 Ben Pfaffovsdb: Add ovsdb IDL compiler to build system.
2009-11-23 Ben Pfaffsvec: New function svec_split().
2009-11-23 Ben Pfaffdpif: New function dpif_create_and_open().
2009-11-23 Ben Pfaffnetflow: Break out code for sending packets into a...
2009-11-23 Ben Pfaffsocket-util: Generalize tcp_open_*() to UDP, as inet_op...
2009-11-23 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-20 Ben Pfaffshash: Make it more convenient to store "const" objects...
2009-11-20 Ben Pfaffovsdb: Require database, table, column names to be...
2009-11-19 Ben Pfaffnetdev: Really set output values to 0 on failure in...
2009-11-19 Jean Tourrilhesovs-controller: Add --wildcard and --normal features.
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Ben Pfaffjsonrpc: Add logging for messages sent and received...
2009-11-17 Justin Pettitvconn: Fix endian issue in unknown action type error...
2009-11-17 Ben Pfaffovsdb-parser: Fix logic in ovsdb_parser_member().
2009-11-16 Ben Pfaffovsdb-server: Maintain the database lock with --detach.
2009-11-16 Ben Pfaffovsdb: Add replication support and refactor files in...
2009-11-16 Ben Pfaffovsdb: Rename ovsdb_file to ovsdb_log.
2009-11-16 Ben Pfaffovsdb-parser: Fix indentation.
2009-11-12 Justin Pettitofp-print: Add missing error types
2009-11-12 Ben Pfaffstream: New function pstream_accept_block().
2009-11-12 Ben PfaffNew "reconnect" library for managing network connection...
2009-11-12 Ben Pfaffsvec: New function svec_is_empty().
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-10 Jesse Grossmirroring: Allow learning to be disabled on a VLAN.
2009-11-10 Justin Pettitvconn: Clean-up "match" typo in comments
2009-11-09 Ben PfaffMake ovs-appctl easier to use and synchronize its inter...
2009-11-09 Ben PfaffFix incorrect printf format specifiers.
2009-11-09 Ben Pfaffbacktrace: Avoid GCC warning on x86-64.
2009-11-09 Ben Pfaffbacktrace: Suppress dumb GCC warning on x86-64.
2009-11-06 Ben Pfaffovsdb: Add new ovsdb-client program.
2009-11-06 Ben Pfaffovsdb: Add documentation for ovsdb-server and ovsdb...
2009-11-06 Ben PfaffDon't try to distribute file that doesn't exist.
2009-11-06 Jesse Grossudatapath: Implement ZERO_TCP_FLAGS option.
2009-11-06 Ben Pfaffjson: Make json_equal() compare objects correctly.
2009-11-05 Ben PfaffInitial implementation of OVSDB.
2009-11-04 Ben PfaffImplement JSON-RPC protocol.
next