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
/
ovs
Commit message (
Expand
)
Author
Age
Files
Lines
*
vlog: Better handle syslog handler exceptions.
Ilya Maximets
2019-02-25
1
-11
/
+17
*
python: Fix E117 over-indented.
Ilya Maximets
2019-02-12
3
-3
/
+3
*
Un-revert Work around Python/C JSON unicode differences
Terry Wilson
2019-01-15
2
-6
/
+13
*
python: Escape backslashes while formatting logs.
Ilya Maximets
2019-01-15
1
-1
/
+1
*
python: Avoid flake8 warning for unused variables.
Ben Pfaff
2019-01-11
2
-2
/
+2
*
python: Fix invalid escape sequences.
Ben Pfaff
2019-01-11
5
-6
/
+6
*
stream: Allow timeout configuration for open_block.
Ilya Maximets
2019-01-10
1
-3
/
+13
*
python: jsonrpc: Pick new remote on disconnect.
Ilya Maximets
2018-12-27
1
-3
/
+6
*
socket-util: Report POLLHUP as an error while connection completion checking.
Ilya Maximets
2018-12-24
1
-1
/
+1
*
python: Catch setsockopt exceptions for TCP stream.
Ilya Maximets
2018-12-20
1
-1
/
+5
*
python-c-ext: Fix memory leak in Parser_finish
Eric Lapointe
2018-10-31
1
-0
/
+1
*
Revert "Test the Python C JSON extension"
Ilya Maximets
2018-10-15
2
-13
/
+6
*
Work around Python/C JSON unicode differences
Terry Wilson
2018-10-11
1
-2
/
+7
*
Test the Python C JSON extension
Terry Wilson
2018-10-11
1
-4
/
+6
*
Python: Make Row's __getattr__ less error prone
Lucas Alvares Gomes
2018-10-05
1
-1
/
+1
*
tests: Use environment variable for default timeout.
Ilya Maximets
2018-08-15
1
-1
/
+7
*
python jsonrpc: Allow jsonrpc_session to have more than one remote.
Numan Siddique
2018-08-14
2
-9
/
+49
*
ovs python: ovs.stream.open_block() returns success even if the remote is unr...
Numan Siddique
2018-08-14
3
-6
/
+45
*
tests: Don't log to syslog during tests.
Ben Pfaff
2018-08-09
1
-3
/
+5
*
json: Use unnamed embedded union.
Flavio Leitner
2018-08-06
1
-9
/
+9
*
DNS: Add basic support for asynchronous DNS resolving
Yifeng Sun
2018-07-06
1
-2
/
+2
*
python: Update docstring in ovs.db.idl.Idl class.
Toms Atteka
2018-06-05
1
-11
/
+12
*
Embrace anonymous unions.
Ben Pfaff
2018-05-25
1
-4
/
+4
*
python: Tighten the check if we need encoding
Jakub Sitnicki
2018-04-19
1
-5
/
+2
*
python: Fix a double encoding attempt on an Unicode string
Jakub Sitnicki
2018-04-18
1
-4
/
+0
*
Add multi-column index support for the Python IDL
Terry Wilson
2018-04-17
8
-11
/
+3839
*
reconnect: Add ability to do a number of retries without backoff.
Ben Pfaff
2018-03-24
1
-18
/
+35
*
ovsdb-idl: Use modern form of <monitor-requests>.
Ben Pfaff
2018-03-14
1
-2
/
+3
*
python: KeyError shouldn't be raised from __getattr__
Timothy Redaelli
2018-03-14
1
-1
/
+5
*
python: Fix decoding error when the received data is larger than 4096.
Guoshuai Li
2018-03-09
1
-2
/
+3
*
python: avoid useless JSON conversion to enhance performance
Daniel Alvarez
2018-02-28
1
-7
/
+5
*
ovsdb-idlc: Add infrastructure for IDL schema extensions.
Ben Pfaff
2018-02-16
1
-11
/
+26
*
ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.
Ben Pfaff
2018-02-16
1
-2
/
+9
*
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
*
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
18
-50
/
+57
*
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
*
python: Catch exception "SSL.SysCallError" for send by SSL.
Guoshuai Li
2017-01-14
1
-1
/
+3
*
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
[next]