summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* poll-loop: Drop unused poll_fd_callback() feature.Ben Pfaff2010-01-062-79/+17
* vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-068-64/+133
* stream: Add stream_run(), stream_run_wait() functions.Ben Pfaff2010-01-067-6/+60
* Check invariants earlier in vconn and stream code.Ben Pfaff2010-01-062-0/+2
* Factor vconn and SSL documentation into manpage include files.Ben Pfaff2010-01-066-0/+89
* fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross2010-01-065-82/+67
* ofproto: Drop remote command execution feature.Ben Pfaff2010-01-041-1/+0
* ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff2010-01-043-5/+47
* reconnect: Add connection attempt limiting feature.Ben Pfaff2010-01-042-3/+41
* daemon: Don't ignore failed write to pipe.Ben Pfaff2010-01-041-2/+8
* Remove cfg libraryJustin Pettit2009-12-204-1188/+0
* daemon: Allow daemon child process to report success or failure to parent.Ben Pfaff2009-12-182-24/+65
* test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff2009-12-172-6/+21
* Make ovs-vswitchd report when it is done configuring; make ovs-vsctl wait.Ben Pfaff2009-12-162-1/+148
* ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.Ben Pfaff2009-12-162-0/+21
* dynamic-string: New function ds_cstr_ro().Ben Pfaff2009-12-162-0/+7
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-162-12/+112
* json: Accurately parse very large real numbers.Ben Pfaff2009-12-161-13/+10
* Clean-up compiler warnings about ignoring return valuesJustin Pettit2009-12-155-6/+14
* netdev-linux: Fix aliasing error.Ben Pfaff2009-12-141-5/+5
* vswitchd: Do not choose generated MAC address for local port.Ben Pfaff2009-12-141-8/+0
* Remove redundant calls to set_nonblocking().Ben Pfaff2009-12-112-12/+0
* socket-util: Clarify EAGAIN error code for make_unix_socket().Ben Pfaff2009-12-111-1/+2
* ovsdb-idl: Prevent segfault destroying an incomplete transaction.Ben Pfaff2009-12-111-0/+3
* ovsdb-idl: Fix deletion of modified row.Ben Pfaff2009-12-111-5/+2
* ovs-vsctl: Add --dry-run option.Ben Pfaff2009-12-112-1/+16
* ovsdb-idl: Fix row insertion and deletion behavior.Ben Pfaff2009-12-111-32/+34
* Update .gitignore filesJustin Pettit2009-12-101-0/+1
* ovs-vsctl: Fix performance problem.Ben Pfaff2009-12-092-0/+10
* vsctl: Start making it work with ovsdb.Ben Pfaff2009-12-081-0/+1
* ovsdb-idl: New function to obtain the current transaction from any row.Ben Pfaff2009-12-082-0/+10
* ovsdb-idl: Bug fixes.Ben Pfaff2009-12-081-15/+12
* ovsdb-idl: Update IDL data when "set" functions are called.Ben Pfaff2009-12-081-0/+6
* ovsdb-idl: Make it possible to write data through the IDL.Ben Pfaff2009-12-073-22/+576
* ovsdb: Implement new "declare" operation.Ben Pfaff2009-12-072-16/+23
* json: New convenience function json_array_create_1().Ben Pfaff2009-12-072-0/+9
* bitmap: New function bitmap_scan() and macro BITMAP_FOR_EACH_1.Ben Pfaff2009-12-072-1/+23
* hmap: Add function to mark an hmap_node as "null" and check for the mark.Ben Pfaff2009-12-071-0/+18
* Fix alphabetic ordering in lib/automake.mkGlen Gibb2009-12-071-4/+4
* gre: Add userspace GRE support.Jesse Gross2009-12-073-22/+501
* ovsdb-idl: Fix memory leak.Ben Pfaff2009-12-041-0/+1
* ovsdb-idl: Optimize lookup of struct idl_table from struct idl_table_class.Ben Pfaff2009-12-041-23/+30
* json: Improve error reporting.Ben Pfaff2009-12-031-2/+19
* vswitchd: Initial conversion to database-based configuration.Ben Pfaff2009-12-035-1/+38
* ovsdb-idl: Fix resolution of references from one table to another.Ben Pfaff2009-12-031-3/+4
* Merge "master" branch into "db".Ben Pfaff2009-12-0236-136/+634
|\
| * netdev: Allow explicit creation of netdev objectsJustin Pettit2009-12-015-54/+341
| * dpif: Minor provider comment cleanups.Justin Pettit2009-11-301-2/+2
| * classifier: Improve comments.Ben Pfaff2009-11-241-0/+14
| * svec: New function svec_split().Ben Pfaff2009-11-232-0/+17