summaryrefslogtreecommitdiff
path: root/lib/rconn.c
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+10
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-1/+1
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-071-1/+9
* Fix incorrect byte order annotations.Ben Pfaff2011-05-161-2/+2
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-4/+4
* ofproto: Remove controller discovery support.Ben Pfaff2011-03-161-44/+0
* ofproto: Store time since last connect and disconnect in Controller table.Andrew Evans2011-03-141-2/+14
* rconn: Clarify rconn_run_wait().Ben Pfaff2011-02-231-5/+4
* queue: Get rid of ovs_queue data structure.Ben Pfaff2010-12-061-17/+23
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+5
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-7/+7
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* rconn: Suppress failed connection messages after the backoff maxes out.Ben Pfaff2010-06-241-5/+29
* rconn: Remove superfluous \n from log message.Ben Pfaff2010-06-241-1/+1
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-171-0/+1
* ofproto: Make OpenFlow connection log messages name the datapath.Ben Pfaff2010-06-081-14/+56
* rconn: Make rconn_connect() a 'void' function.Ben Pfaff2010-06-081-5/+4
* rconn: Drop rconn_new(), rconn_new_from_vconn() functions.Ben Pfaff2010-06-081-19/+4
* rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn_connect_unreliably().Ben Pfaff2010-06-081-5/+4
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-3/+2
* Merge "master" into "next".Ben Pfaff2010-02-241-16/+52
|\
| * rconn: New function rconn_get_last_error().Ben Pfaff2010-02-121-5/+32
| * rconn: Decentralize and improve disconnection logging.Ben Pfaff2010-02-121-14/+23
* | Merge "master" into "next".Ben Pfaff2010-02-111-6/+6
|\ \ | |/
| * Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff2010-02-111-3/+3
| * ofpbuf: Rename ofpbuf "private" member for C++ header compatibility.Ben Pfaff2010-02-011-3/+3
* | vconn: Convert vconn code to modern OVS structure.Ben Pfaff2010-01-061-1/+20
* | Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-1/+1
|/
* Merge citrix branch into master.Ben Pfaff2009-09-221-7/+14
|\
| * secchan: Better tolerate failing controller admission control in fail-open.Ben Pfaff2009-09-161-7/+14
* | Merge commit 'origin/citrix'Justin Pettit2009-09-041-13/+39
|\ \ | |/
| * rconn: Speed up in-band control connections, by caching the remote address.Ben Pfaff2009-09-021-13/+39
* | Merge citrix into master.Ben Pfaff2009-08-191-1/+1
|\ \ | |/ |/|
| * Merge citrix branch into master.Ben Pfaff2009-07-161-2/+27
| |\
| * | Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff2009-07-081-1/+1
* | | Reduce default maximum connection timeout from 15 seconds to 8 seconds.Ben Pfaff2009-07-291-2/+2
| |/ |/|
* | Have rconn and vconn export information about IPs and portsJustin Pettit2009-07-081-2/+27
|/
* Log more rconn status.Ben Pfaff2009-06-261-0/+9
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+959