aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06ovs-vswitchd: Add ability to bootstrap SSL.Ben Pfaff
2010-01-06vconn: Reimplement in terms of the "stream" abstraction.Ben Pfaff
2010-01-06stream: Remove spurious #includes from header file.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
2010-01-06poll-loop: Drop unused poll_fd_callback() feature.Ben Pfaff
2010-01-06vconn: Convert vconn code to modern OVS structure.Ben Pfaff
2010-01-06stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff
2010-01-06Check invariants earlier in vconn and stream code.Ben Pfaff
2010-01-06Factor vconn and SSL documentation into manpage include files.Ben Pfaff
2010-01-06fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross
2010-01-05ovs-vsctl: Add support for extended vlog optionsJustin Pettit
2010-01-04datapath: Add missing definitions for building GRE on older kernelsJustin Pettit
2010-01-04ofproto: Get rid of unused parameter to ofconn_destroy().Ben Pfaff
2010-01-04ovs-openflowd: Don't pass extra argument to printf().Ben Pfaff
2010-01-04ovsdb-server: Fix minor memory leak.Ben Pfaff
2010-01-04ofproto: Drop remote command execution feature.Ben Pfaff
2010-01-04ovsdb-server: Make database connections configurable from database itself.Ben Pfaff
2010-01-04ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff
2010-01-04reconnect: Add connection attempt limiting feature.Ben Pfaff
2010-01-04daemon: Don't ignore failed write to pipe.Ben Pfaff
2009-12-20xenserver: Use ovs-appctl to reopen log filesJustin Pettit
2009-12-20Remove cfg libraryJustin Pettit
2009-12-20xenserver: Use ovs-vsctl for controller configuration in xsconsoleJustin Pettit
2009-12-20ovs-vsctl: Support configuring SSL.Justin Pettit
2009-12-20ovs-vsctl: Don't allow controller configuration on fake bridgesJustin Pettit
2009-12-18ovs-vsctl: Fix minor typo in error messageJustin Pettit
2009-12-18daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff
2009-12-18ovs-brcompatd: Simplify logic and make more robust.Ben Pfaff
2009-12-18ovs-brcompatd: Handle TXN_UNCHANGED status.Ben Pfaff
2009-12-17debian: Distribute some files that were forgotten.Ben Pfaff
2009-12-17debian: Tolerate varying locations of vswitch-idl.ovsschema.Ben Pfaff
2009-12-17ovs-vsctl: Fix segfault with fake bridges.Ben Pfaff
2009-12-17testsuite: Look for .ovsschema files in source dir as well as build dir.Ben Pfaff
2009-12-17test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff
2009-12-17ovsdb-server: Remove write-only struct member.Ben Pfaff
2009-12-17ovs-vsctl: Add commands for modifying controller settingsJustin Pettit
2009-12-16Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff
2009-12-16ovsdb-tool: Add "show-log" command for use in debugging.Ben Pfaff
2009-12-16debian: Don't unload kernel modules in init script on "stop" or "restart".Ben Pfaff
2009-12-16ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff
2009-12-16dynamic-string: New function ds_cstr_ro().Ben Pfaff
2009-12-16Fix typos in ovsdb specification.Ben Pfaff
2009-12-16ovsdb: Add new "mutation" operation to transactions.Ben Pfaff
2009-12-16json: Accurately parse very large real numbers.Ben Pfaff
2009-12-15debian: Change openvswitch-switch deb to use ovsdb-server and ovs-vswitchd.Ben Pfaff
2009-12-15debian: Move openvswitch-dbg to "debug" section.Ben Pfaff
2009-12-15debian: Update changelog.Ben Pfaff
2009-12-15debian: Make all binary packages depend on ${misc:Depends}.Ben Pfaff
2009-12-15debian: Make binary NMUs possible.Ben Pfaff