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
*
python: idl: Add monitor_cond_since support.
Terry Wilson
2022-01-06
1
-35
/
+210
*
ovsdb-data: Consolidate ovsdb atom and json strings.
Ilya Maximets
2021-11-30
1
-4
/
+6
*
python: idl: Avoid pre-allocating column defaults.
Terry Wilson
2021-11-30
1
-6
/
+33
*
python: db: Avoid allocation of an attr dict/row+column.
Terry Wilson
2021-11-09
1
-0
/
+4
*
python: Replace pyOpenSSL with ssl.
Timothy Redaelli
2021-11-03
2
-40
/
+57
*
python: socket-util: Split inet_open_active function and use connect_ex.
Timothy Redaelli
2021-11-03
1
-14
/
+22
*
python: idl: Avoid sending transactions when the DB is not synced up.
Terry Wilson
2021-10-12
1
-0
/
+5
*
ovsdb-data: Deduplicate string atoms.
Ilya Maximets
2021-09-24
2
-21
/
+45
*
ovsdb-cs: Perform forced reconnects without a backoff.
Dumitru Ceara
2021-07-23
2
-0
/
+24
*
python: Add cooperative_yield() API method to Idl.
Terry Wilson
2021-07-16
1
-0
/
+11
*
python: Update bundled sortedcontainers to 2.4.0.
Timothy Redaelli
2021-07-16
5
-1856
/
+2494
*
ovsdb: Make clients aware of relay service model.
Ilya Maximets
2021-07-15
1
-0
/
+16
*
python: Fix Idl.run change_seqno update.
Bodo Petermann
2021-07-07
1
-5
/
+6
*
Remove Python 2 leftovers.
Rosemarie O'Riorden
2021-06-22
7
-25
/
+7
*
python: idl: Allow retry even when using a single remote.
Ilya Maximets
2021-06-11
1
-2
/
+1
*
xml2nroff: Fix formatting of action headers in ovs-actions(7) manpage.
Ben Pfaff
2021-05-06
1
-4
/
+3
*
python: Send notifications after the transaction ends.
Terry Wilson
2021-03-15
1
-15
/
+24
*
reconnect: Add Python implementation of received_attempt(), and test.
Ben Pfaff
2021-01-07
2
-3
/
+23
*
python: Update build system to ensure dirs.py is created.
Mark Gray
2020-11-26
3
-13
/
+22
*
python: Don't raise an Exception on failure to connect via SSL.
Terry Wilson
2020-11-16
1
-2
/
+13
*
python: set ovs.dirs variables with build system values
Mark Gray
2020-11-16
3
-37
/
+8
*
python: Fixup python shebangs to python3.
Greg Rose
2020-08-26
1
-2
/
+2
*
python: Fix plural forms of OVSDB types.
Ben Pfaff
2020-07-07
1
-1
/
+10
*
Handle refTable values with setkey()
Terry Wilson
2020-03-20
1
-2
/
+1
*
docs: handle multi line headers for nroff
Ihar Hrachyshka
2020-02-13
1
-1
/
+8
*
Remove dependency on python3-six
Timothy Redaelli
2019-12-20
16
-154
/
+107
*
Require Python 3 and remove support for Python 2.
Ben Pfaff
2019-09-27
1
-7
/
+2
*
Add a __str__ method to idl.Row
Terry Wilson
2019-09-25
1
-0
/
+6
*
Shutdown SSL connection before closing socket
Terry Wilson
2019-07-12
1
-0
/
+8
*
python: Monitor Database table to manage lifecycle of IDL client.
Ted Elhourani
2019-03-22
2
-15
/
+207
*
python: Fix package requirements with old setuptools
Timothy Redaelli
2019-03-22
1
-2
/
+2
*
vlog: Better handle syslog handler exceptions.
Ilya Maximets
2019-02-25
1
-11
/
+17
*
Update Python package requirements
Lucian Petrut
2019-02-25
1
-1
/
+2
*
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
6
-8
/
+8
*
nroff: Fix fonts for h2, h3, h4.
Ben Pfaff
2019-01-10
1
-5
/
+5
*
nroff: Increase width for .IP used for ordered lists.
Ben Pfaff
2019-01-10
1
-1
/
+1
*
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
3
-24
/
+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
2
-4
/
+17
*
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
[next]