socket-util: Clarify EAGAIN error code for make_unix_socket().
[sliver-openvswitch.git] / lib /
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.
2009-11-04 Ben Pfaffbyteq: Move from extras/ezio into lib and export some...
2009-11-04 Ben Pfaffstream: New library for bidirectional streams (e.g...
2009-11-04 Ben Pfaffsocket-util: Make TCP open function support no default...
2009-11-04 Ben PfaffFactor out common code from utilities that multiplex...
2009-11-04 Ben PfaffNew dir_name() function plus tests.
2009-11-04 Ben Pfaffutil: Make ovs_error() understand that EOF means "end...
2009-11-04 Ben PfaffImplement RFC 4122-compliant UUIDs.
2009-11-04 Ben PfaffImplement JSON parsing and serialization.
2009-11-04 Ben Pfaffsha1: Add functions, macros for converting digests...
2009-11-04 Ben Pfaffqueue: New function queue_is_empty().
2009-11-04 Ben Pfaffshash: New function shash_sort().
2009-11-04 Ben Pfaffshash: New function shash_count().
2009-11-04 Ben Pfaffshash: New function shash_find_and_delete().
2009-11-04 Ben Pfaffhmap: New functions, macros for iterating buckets witho...
2009-11-04 Ben Pfaffhmap: Fix bug in hmap_replace().
2009-11-04 Ben Pfaffhash: Improve hash function for integers.
2009-11-04 Ben Pfaffhash: Implement hash function for Boolean values.
2009-11-04 Ben Pfaffhash: Implement hash function for "double" values.
2009-11-04 Ben Pfaffhash: Implement hash function for pointer values.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-29 Ben PfaffImplement library for lockfiles and use it in cfg code.
2009-10-29 Ben Pfaffunixctl: Allow passing auxiliary data to unixctl commands.
2009-10-26 Ben PfaffSpell verb form of "set up" correctly throughout the...
2009-10-26 Justin Pettitflow: Differentiate between "port" when printing flows
2009-10-23 Ben Pfaffcfg: Fix implementation of timeout in attempting to...
2009-10-23 Ben PfaffAdd test to ensure that time advances both normally...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-15 Ben PfaffMake sure that time advances in a daemon between calls...
2009-10-06 Justin PettitMerge commit 'v0.90.6' into citrix
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-10-02 Justin Pettitdpif-linux: Clarify bad device warning message
2009-10-02 Justin Pettitdpif-linux: Fail earlier if OVS kernel module isn't...
next