index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovsdb: Improve documentation.
Ben Pfaff
2017-12-14
1
-7
/
+8
*
tests: Convert soexpand build tool from Perl to Python.
Ben Pfaff
2017-11-26
2
-1
/
+58
*
windows,python: remove dead code in send_wait
Alin Balutoiu
2017-09-13
1
-2
/
+0
*
windows,python: remove unnecessary code
Alin Balutoiu
2017-09-13
1
-23
/
+18
*
windows, python: create a different event for sockets
Alin Balutoiu
2017-09-13
1
-8
/
+11
*
windows,python: Add restrictions to named pipes
Alin Balutoiu
2017-09-13
1
-0
/
+59
*
windows, python: Remove code duplication in send/recv functions
Alin Balutoiu
2017-08-23
1
-42
/
+36
*
windows, python: Fix event type returned from poller
Alin Balutoiu
2017-08-23
1
-1
/
+8
*
python: fix python3 encode/decode on Windows
Alin Balutoiu
2017-08-18
2
-31
/
+15
*
python: make python idl unicode-tolerant
Lance Richardson
2017-08-09
3
-6
/
+12
*
Python3 compatibility: fix integer problems
Jason Wessel
2017-07-06
1
-0
/
+2
*
Replace most uses of and references to "ifconfig" by "ip".
Ben Pfaff
2017-06-01
3
-17
/
+44
*
python ovs: Fix SSL exceptions with pyOpenSSL v0.13
Numan Siddique
2017-05-23
1
-1
/
+0
*
python: Allow tuning the session probe_interval from IDL
Lucas Alvares Gomes
2017-04-13
2
-5
/
+18
*
Adapt to flake8-import-order
xurong00037997
2017-03-08
22
-59
/
+76
*
python: List 3.5 as a supported version.
Russell Bryant
2017-03-08
1
-0
/
+1
*
python: Prevent extra unexpected reply debug logs.
Terry Wilson
2017-02-17
1
-0
/
+1
*
ovsdb: Print enum elements for man pages in alphabetical order.
Justin Pettit
2017-02-14
1
-0
/
+1
*
python windows: Allow clients to read from server before disconnect.
Alin Serdean
2017-01-27
1
-0
/
+3
*
ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.
Ben Pfaff
2017-01-25
1
-14
/
+50
*
nroff: Improve formatting of ASCII diagrams.
Ben Pfaff
2017-01-25
1
-19
/
+61
*
python: Catch exception "SSL.SysCallError" for send by SSL.
Guoshuai Li
2017-01-14
1
-1
/
+3
*
python: Fix nroff indentation for <dl> after <hN>.
Joe Stringer
2017-01-06
1
-3
/
+11
*
python: Add TCP/SSL probes for OVSDB python lib
Guoshuai Li
2017-01-04
1
-9
/
+26
*
Python tests: Daemon ported to Windows
Alin Balutoiu
2017-01-03
3
-37
/
+196
*
Python tests: Ported UNIX sockets to Windows
Alin Balutoiu
2017-01-03
5
-39
/
+426
*
Python tests: Add winutils.py module
Alin Balutoiu
2017-01-03
2
-1
/
+228
*
ovsdb-idl: Change interface to conditional monitoring.
Ben Pfaff
2016-12-19
1
-16
/
+15
*
python: Update comment to mention SSL support.
Guoshuai Li
2016-12-12
1
-2
/
+2
*
python: Reconnect SSL connections when ovsdb-server restarts.
Guoshuai Li
2016-12-12
1
-0
/
+6
*
python: Add double newline after fuction or class (E305).
Daniele Di Proietto
2016-12-02
4
-0
/
+7
*
ovsdb-idlc: Eliminate <prefix>_init() function from generated code.
Ben Pfaff
2016-10-19
3
-71
/
+82
*
Python-IDL: getattr after mutate fix
Amitabha Biswas
2016-10-14
1
-14
/
+24
*
python: Add SSL support to the python ovs client library
Numan Siddique
2016-10-05
2
-3
/
+96
*
ovsdb-idlc: Make set and map update operations take const arguments.
Ben Pfaff
2016-08-31
1
-1
/
+13
*
ovsdb: Fix mutation of newly inserted rows from Python IDL.
Amitabha Biswas
2016-08-30
1
-1
/
+7
*
ovsdb: Fix reference to table's row on condition_add|remove_clause
Liran Schour
2016-08-26
1
-3
/
+10
*
ovsdb-idl: Fix bugs in Python IDL partial set and map.
Amitabha Biswas
2016-08-15
1
-61
/
+57
*
python: Add support for partial map and partial set updates
Ryan Moats
2016-08-14
1
-11
/
+185
*
python tests: Fixed abs_file_name function for Windows
Paul Boca
2016-08-03
1
-2
/
+4
*
python tests: Fixed OSError not iterable on Windows
Paul Boca
2016-08-03
1
-0
/
+6
*
python tests: Added fcntl module for Windows
Paul Boca
2016-08-03
2
-0
/
+43
*
python tests: Fixed ctl file name for Windows
Paul Boca
2016-08-03
2
-4
/
+15
*
python tests: Register signal handlers only on supported types on Windows
Paul Boca
2016-08-03
1
-2
/
+6
*
python tests: Implemented signal.alarm for Windows
Paul Boca
2016-08-03
1
-0
/
+23
*
python: Send old values of the updated cols in notify for update2
Numan Siddique
2016-07-27
1
-6
/
+13
*
python: Serial JSON via Python's json lib.
Terry Wilson
2016-07-26
1
-96
/
+10
*
python: add set type for ovs.idl.data.Datum.from_python
Zong Kai LI
2016-07-25
1
-1
/
+1
*
json: Move from lib to include/openvswitch.
Terry Wilson
2016-07-22
1
-1
/
+1
*
lib: add monitor_cond_change API to C IDL lib
Liran Schour
2016-07-18
1
-6
/
+24
[next]