netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / jsonrpc.c
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2015-09-01 Andy Zhoulib/jsonrpc: make use of ofpbuf_use_ds()
2015-09-01 Andy Zhoujsonrpc: use json_to_ds to speed up jsonrpc_send
2015-08-21 Gurucharan Shettyovsdb-server: Add the ability to push peer-cert.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-31 Ben Pfaffjsonrpc: Add function comments.
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-02-20 Ben Pfaffstream: Eliminate pstream_set_dscp().
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-09-23 Alex Wangjsonrpc: Notify excessive sending backlog.
2014-08-29 Jarno Rajahalmelib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.
2014-04-03 Ben Pfaffjsonrpc: Return received JSON-RPC messages immediately...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2013-10-01 Justin Pettitovsdb: Define official port number.
2013-10-01 Justin PettitDon't differentiate between TCP and SSL ports for OpenF...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-29 Ben PfaffAvoid C preprocessor trick where macro has the same...
2013-07-22 Ben Pfaffjsonrpc: Make thread-safe.
2013-07-17 Ben Pfaffbyteq: Make the queue size variable instead of fixed...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-03-15 Ben Pfaffovs-vsctl: Try connecting only once for active connecti...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-21 Ethan Jacksonovs: Replace TODO:XXX with XXX.
2012-10-04 Mehak Mahajanovsdb/jsonrpc-server: ovsdb-server closes accepted...
2012-09-07 Ben Pfaffjsonrpc: Treat receiving part of a message as activity.
2012-09-07 Ben Pfaffjsonrpc: Treat draining data from send queue as activity.
2012-09-07 Ben Pfaffreconnect: Rename reconnect_received() to reconnect_act...
2012-06-21 Mehak MahajanReapplying the dscp changes: No need to restart DB...
2012-06-20 Ben PfaffRevert DSCP update changes.
2012-06-20 Mehak Mahajanjsonrpc: Correctly setting the dscp value before reconnect.
2012-06-09 Mehak MahajanNo need to restart DB / OVS on changing dscp value.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-25 Ben Pfaffjsonrpc: Keep jsonrpc_recv() from taking over the CPU.
2012-04-17 Ethan Jacksonlib: Pull dscp bits out of reconnect.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-02-21 Ethan Jacksonjsonrpc: Don't swallow errors in jsonrpc_transact_block().
2012-02-27 Ben Pfaffjsonrpc: Document some functions.
2012-02-27 Ben Pfaffjsonrpc: Make jsonrpc_error() internal.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-13 Ben Pfaffpoll-loop: Make wakeup logging more portable and easier...
2011-02-01 Andrew Evansovsdb-server: Write manager status information to Manag...
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-11-05 Ben PfaffAdd "Manager" and "manager_options" to allow options...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-25 Ben Pfaffjsonrpc: Indentation fix.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-22 Ben PfaffSuppress ovsdb-server log messages about connections...
2010-06-22 Ben Pfaffjsonrpc: Suppress duplicate logging.
2010-06-22 Ben Pfaffjsonrpc: Propagate error code to reconnect_disconnected().
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-04-13 Ben PfaffMake fatal signals cause an exit more promptly in speci...
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-04-12 Ben Pfaffjsonrpc: Add support for passive connections.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffjsonrpc: Fix potential memory leak.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-26 Ben Pfaffjson: New function json_to_ds().
2010-01-12 Ben Pfaffjsonrpc: Fix memory leak in jsonrpc_session_send()...
2010-01-11 Ben Pfaffjsonrpc: Check RPC status after trying to send, not...
2010-01-08 Ben Pfaffjsonrpc: Properly implement connection timeout.
2010-01-06 Ben Pfaffstream: Remove spurious #includes from header file.
2010-01-06 Ben Pfaffstream: Add stream_run(), stream_run_wait() functions.
2010-01-04 Ben Pfaffovsdb-server: Factor out complication by using jsonrpc_...
2009-12-02 Ben PfaffMerge "master" branch into "db".
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-11-18 Ben Pfaffjsonrpc: Add logging for messages sent and received...
2009-11-06 Ben Pfaffovsdb: Add new ovsdb-client program.
2009-11-04 Ben PfaffImplement JSON-RPC protocol.