ovsdb-idl: Make IDL-generated files depend on ovsdb-idlc.
[cascardo/ovs.git] / lib /
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...
2009-10-02 Ben Pfaffnetdev-linux: Improve netdev_linux_set_etheraddr().
2009-10-02 Jesse Grossnetdev-linux: Return correct error codes on receive.
2009-09-30 Jesse Grossnetdev: Add classes which don't require initialization.
2009-09-30 Jesse Grossnetdev-linux: Fix tap device using wrong FD.
2009-09-30 Jesse Grossnetdev: Fix memory leak in netdev_open.
2009-09-30 Jesse Grossnetdev: Fix typo in netdev provider enumerate.
2009-09-24 Ben Pfaffshash: Fix memory leak in shash_destroy().
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-21 Ben Pfafffatal-signal: Add clarifying comments.
2009-09-21 Ben Pfaffvconn-unix: Unlink Unix sockets for vconns at close...
2009-09-21 Ben Pfafffatal-signal: New function fatal_signal_unlink_file_now().
2009-09-21 Ben Pfafffatal-signal: Clean up code by using shash.
2009-09-21 Ben Pfaffvconn: Remove unused "reconnectable" member from vconn.
2009-09-21 Ben Pfaffnetdev: Fix memory leak in get_stats_via_netlink().
2009-09-17 Ben Pfaffutil: Add comments.
2009-09-17 Ben Pfaffbitmap: Don't allocate excessive memory.
2009-09-16 Ben Pfaffsecchan: Better tolerate failing controller admission...
2009-09-16 Ben PfaffFactor out code for composing OFPT_PACKET_IN messages.
2009-09-16 Ben PfaffFactor out code for composing benign packets.
2009-09-16 Jesse Grossnetdev-linux: Set missing cache validity bit.
2009-09-14 Jesse Grossnetdev: Swap transmit and receive stats on internal...
2009-09-14 Ben PfaffRaise MAC learning table capacity from 1,024 to 2,048...
2009-09-12 Justin PettitMerge commit 'origin/citrix'
next