ovsdb-server: Maintain the database lock with --detach.
[sliver-openvswitch.git] / lib /
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 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-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 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-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'
2009-09-12 Justin PettitMerge commit 'origin/ctrix' into k
2009-09-11 Jean Tourrihlesvconn: Fix byte-swapping of message type when validatin...
2009-09-11 Justin Pettitlogging: Lower logging level for coverage messages...
2009-09-09 Ben PfaffDocument ovs-vswitchd's ovs-appctl commands and some...
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben Pfaffrconn: Speed up in-band control connections, by caching...
2009-09-02 Ben Pfaffvconn-tcp: Report correct remote IP and remote port.
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-09-01 Justin Pettitdpif: Add dpif_port_get_name call
2009-09-01 Justin Pettitnetdev: Add netdev_get_next_hop call
2009-09-01 Justin PettitAdd ability for the datapath to match IP address in...
2009-09-01 Justin PettitReturn netmask along with IP address when querying...
2009-09-01 Justin Pettitnetdev: Fix reversed arguments in netdev_recv warning.
2009-08-25 Justin PettitCleanup incorrect unitialized variable warnings.
2009-08-25 Justin Pettitdpif: Address portability issues in dpif-netdev
2009-08-25 Justin PettitCleanup isdigit() warnings.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-07 Ben Pfaffsvec: New convenience macro SVEC_FOR_EACH.
2009-08-07 Justin Pettitdpif: Only clear 'all_dps' argument in dp_enumerate().
2009-08-07 Justin Pettitdaemon: Remove short options from daemon library
2009-08-07 Justin Pettitdaemon: Provide option to not chdir to root
2009-08-07 Justin Pettitovs-dpctl: Add dump-dps command
2009-08-01 Justin Pettitcfg: Terminate cfg to prevent crashes
2009-07-31 Ben PfaffFix broken build by making "make dist" include lib...
2009-07-30 Ben Pfaffrtnetlink: Move into separate source and header file.
2009-07-30 Ben Pfaffrtnetlink: Document.
2009-07-30 Ben Pfaffnetdev-linux: Rename "linux_netdev_*" to "rtnetlink_*".
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-30 Ben Pfaffnetdev: Remove netdev_nodev_*() functions.
2009-07-30 Ben Pfaffnetdev: Make netdev_get_vlan_vid() take a netdev instea...
2009-07-30 Ben Pfaffnetdev: Make netdev_find_dev_by_in4() use netdevs,...
next