summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* windows,python: remove dead code in send_waitAlin Balutoiu2017-09-131-2/+0
* windows,python: remove unnecessary codeAlin Balutoiu2017-09-131-23/+18
* windows, python: create a different event for socketsAlin Balutoiu2017-09-131-8/+11
* windows,python: Add restrictions to named pipesAlin Balutoiu2017-09-131-0/+59
* windows, python: Remove code duplication in send/recv functionsAlin Balutoiu2017-08-231-42/+36
* windows, python: Fix event type returned from pollerAlin Balutoiu2017-08-231-1/+8
* python: fix python3 encode/decode on WindowsAlin Balutoiu2017-08-182-31/+15
* python: make python idl unicode-tolerantLance Richardson2017-08-093-6/+12
* Python3 compatibility: fix integer problemsJason Wessel2017-07-061-0/+2
* Replace most uses of and references to "ifconfig" by "ip".Ben Pfaff2017-06-013-17/+44
* python ovs: Fix SSL exceptions with pyOpenSSL v0.13Numan Siddique2017-05-231-1/+0
* python: Allow tuning the session probe_interval from IDLLucas Alvares Gomes2017-04-132-5/+18
* Adapt to flake8-import-orderxurong000379972017-03-0822-59/+76
* python: List 3.5 as a supported version.Russell Bryant2017-03-081-0/+1
* python: Prevent extra unexpected reply debug logs.Terry Wilson2017-02-171-0/+1
* ovsdb: Print enum elements for man pages in alphabetical order.Justin Pettit2017-02-141-0/+1
* python windows: Allow clients to read from server before disconnect.Alin Serdean2017-01-271-0/+3
* ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.Ben Pfaff2017-01-251-14/+50
* nroff: Improve formatting of ASCII diagrams.Ben Pfaff2017-01-251-19/+61
* python: Catch exception "SSL.SysCallError" for send by SSL.Guoshuai Li2017-01-141-1/+3
* python: Fix nroff indentation for <dl> after <hN>.Joe Stringer2017-01-061-3/+11
* python: Add TCP/SSL probes for OVSDB python libGuoshuai Li2017-01-041-9/+26
* Python tests: Daemon ported to WindowsAlin Balutoiu2017-01-033-37/+196
* Python tests: Ported UNIX sockets to WindowsAlin Balutoiu2017-01-035-39/+426
* Python tests: Add winutils.py moduleAlin Balutoiu2017-01-032-1/+228
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-16/+15
* python: Update comment to mention SSL support.Guoshuai Li2016-12-121-2/+2
* python: Reconnect SSL connections when ovsdb-server restarts.Guoshuai Li2016-12-121-0/+6
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-024-0/+7
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-193-71/+82
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-14/+24
* python: Add SSL support to the python ovs client libraryNuman Siddique2016-10-052-3/+96
* ovsdb-idlc: Make set and map update operations take const arguments.Ben Pfaff2016-08-311-1/+13
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-1/+7
* ovsdb: Fix reference to table's row on condition_add|remove_clauseLiran Schour2016-08-261-3/+10
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-61/+57
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-11/+185
* python tests: Fixed abs_file_name function for WindowsPaul Boca2016-08-031-2/+4
* python tests: Fixed OSError not iterable on WindowsPaul Boca2016-08-031-0/+6
* python tests: Added fcntl module for WindowsPaul Boca2016-08-032-0/+43
* python tests: Fixed ctl file name for WindowsPaul Boca2016-08-032-4/+15
* python tests: Register signal handlers only on supported types on WindowsPaul Boca2016-08-031-2/+6
* python tests: Implemented signal.alarm for WindowsPaul Boca2016-08-031-0/+23
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-6/+13
* python: Serial JSON via Python's json lib.Terry Wilson2016-07-261-96/+10
* python: add set type for ovs.idl.data.Datum.from_pythonZong Kai LI2016-07-251-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-6/+24
* python: move Python idl to work with monitor_condLiran Schour2016-07-182-20/+168
* vlog.py: Remove redundant setLevel() if "/dev/log" doesn't exist.Daniele Di Proietto2016-07-061-3/+2