]> git.proxmox.com Git - ovs.git/history - ovsdb
datapath: compat: drop bridge nf reset from nf_reset
[ovs.git] / ovsdb /
2019-10-14 Numan Siddiqueovsdb-server: Don't drop all connections on read/write...
2019-10-09 Damijan Skvarcovsdb-client: fix memory leak while executing database...
2019-10-07 Damijan Skvarcovsdb-tool: fix memory leak while converting cluster...
2019-10-07 Damijan Skvarcovsdb-tool: fix memory leak while running "db-is-standa...
2019-10-02 Damijan Skvarcovsdb-client: fix memory leak to prevent valgrind repor...
2019-10-01 Damijan Skvarcovsdb-client: fix memory leak in do_needs_conversion...
2019-09-30 Damijan Skvarcovsdb-client: fix memory leak in is_database_clustered...
2019-09-27 Ben PfaffRequire Python 3 and remove support for Python 2.
2019-09-24 Flavio Leitnerovsdb-idlc.in: fix dict change during iteration.
2019-09-23 Aliasgar Ginwalaovsdb-tool: Convert clustered db to standalone db.
2019-09-19 Yifeng Sunovsdb-client: Free ovsdb_schema
2019-09-19 Yifeng Suntrigger: Free leaked ovsdb_schema
2019-09-19 Yifeng Sunraft: Free leaked json data
2019-09-06 Mark MichelsonRemove OVN.
2019-08-23 Han Zhouraft: Save and read new election timer in header snapshot.
2019-08-23 Han Zhouraft.c: Election timer initial reset with value from...
2019-08-21 Han Zhouovsdb monitor: Fix crash when using non-zero last-id...
2019-08-21 Han Zhouovsdb raft: Support leader election time change online.
2019-08-21 Han Zhouraft.c: Set candidate_retrying if no leader elected...
2019-08-21 Han Zhouraft.c: Stale leader should disconnect from cluster.
2019-08-21 Han Zhouraft: Move raft_reset_ping_timer() out of the loop.
2019-07-10 Daniel Alvarezovsdb-server: drop all connections on read/write status...
2019-05-24 Justin Pettitovsdb-client.1: Fix typo.
2019-04-22 Han Zhouovsdb raft: Avoid unnecessary reconnecting during leade...
2019-04-15 Han Zhouovsdb raft: Fix duplicated transaction execution when...
2019-04-15 Han Zhouovsdb raft: cmd->eid should always be non-null.
2019-04-15 Han Zhouovsdb raft: Support commands that are required for...
2019-04-15 Han Zhouovsdb raft: Sync commit index to followers without...
2019-03-07 Han Zhouovsdb raft: Precheck prereq before proposing commit.
2019-03-04 Han Zhouovsdb: Move trigger_run after storage_run and read_db.
2019-02-28 Han Zhouovsdb-monitor: Support monitor_cond_since.
2019-02-28 Han Zhouovsdb-server: Transaction history tracking.
2019-02-28 Han Zhouovsdb-monitor: Refactor ovsdb monitor implementation.
2019-02-25 Alin Gabriel SerdeanMerge pull request #276 from petrutlucian94/py_requirements
2019-02-22 Han Zhouovsdb_monitor: Fix style of prototypes.
2019-02-22 Han Zhouovsdb-client: Fix typo.
2019-02-14 Han Zhoumonitor: Fix crash when monitor condition adds new...
2019-01-29 Han Zhouraft.c: Remove noisy INFO log
2019-01-17 Justin Pettitovsdb-server: Correct json-rpc comment for "disable...
2019-01-10 Ilya Maximetsstream: Allow timeout configuration for open_block.
2018-12-03 Ben Pfaffosvdb: Add some helpful comments.
2018-11-19 Ben Pfaffraft: Fix notifications when a server leaves the cluster.
2018-11-19 Ben Pfaffraft: Avoid null dereference in raft_update_our_match_i...
2018-11-19 Ben Pfaffraft: Avoid use-after-free error in raft_update_commit_...
2018-11-19 Ben Pfaffraft: Improve logging for sent RPCs.
2018-11-05 Numan Siddiqueovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which...
2018-11-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-11-02 Ben Pfaffovsdb: Clarify that a server that leaves a cluster...
2018-10-30 Ilya Maximetsmanpages: Include ovs.tmac in most man roots.
2018-10-04 Ben Pfaffcondition: Reject <, <=, >=, > with optional scalar...
2018-10-04 Ben Pfaffcondition: Fix ==, !=, includes, excludes on optional...
2018-09-27 Yifeng Sunovsdb-client: Fix a bug that uses wrong index
2018-09-18 Numan Siddiqueovsdb-server: Alleviate the possible data loss in an...
2018-09-18 Ben Pfaffovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings...
2018-08-18 Ben Pfaffovsdb-client: Make "wait" command logging more sensible.
2018-08-15 Ilya Maximetstests: Use environment variable for default timeout.
2018-08-15 Ilya Maximetsutilities: Fix and unify parsing of timeout option.
2018-08-15 Ben Pfaffovsdb-server: Don't log closing session at program...
2018-08-14 Han Zhouovsdb-idlc.in: Support more interfaces for passing...
2018-08-07 Ben Pfaffraft: Fix use-after-free error in raft_store_snapshot().
2018-08-03 Ben Pfaffovsdb-tool: Only check leader completeness when we...
2018-08-03 Ben Pfaffovsdb-tool: Check for duplicate server IDs in "check...
2018-08-03 Ben Pfaffovsdb-tool: Read server headers first, before full...
2018-08-03 Ben Pfaffovsdb-tool: Fix logic for displaying server names in...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-12 Ben Pfaffovsdb-idl: Redesign use of indexes.
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-06-11 Ben Pfaffovn-controller: Pass around pointers to individual...
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-05-17 Justin Pettitovsdb: Use new ovsdb_log_write_and_free().
2018-04-16 Ben PfaffMake <host>:<port> parsing uniform treewide.
2018-04-16 Ben Pfaffsocket-util: Make inet_parse_active() and inet_parse_pa...
2018-04-02 Alin Gabriel SerdeanWindows: Fix broken build caused by a bad file extension
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2018-03-24 Ben Pfaffovsdb: Add support for online schema conversion.
2018-03-24 Ben Pfaffovsdb-server: Add new RPC "set_db_change_aware".
2018-03-24 Ben Pfaffovsdb-server: Add support for a built-in _Server database.
2018-03-24 Ben Pfaffjsonrpc-server: Separate changing read_only status...
2018-03-24 Ben Pfaffovsdb: Drop distinction between monitors and replicas.
2018-03-24 Ben Pfaffovsdb-server: Distinguish logs from other replicas.
2018-03-24 Ben Pfafflog: Add async commit support.
2018-03-15 Alin Gabriel Serdeanovsdb-client: Set binary mode when doing backup/restore
2018-03-14 Daniel Alvarezovsdb: Fix database compaction check
2018-03-09 Daniel Alvarezovsdb: Loosen requirements for automatically compacting...
2018-03-07 Daniel Alvarezovsdb: Fix time in log traces when compacting database
2018-02-28 Jakub SitnickiFix type-setting in ovsdb-idlc man page.
2018-02-16 Ben Pfaffovsdb-idlc: Implement synthetic columns.
2018-02-16 Ben Pfaffovsdb-idlc: Add infrastructure for IDL schema extensions.
2018-02-16 Ben Pfaffovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extens...
2018-02-15 Justin Pettitovsdb-tool: Indicate "db" and "schema" are optional...
2018-02-06 Ben Pfaffovsdb-client: Add --timeout option.
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben Pfaffutil: Document and rely on ovs_assert() always evaluati...
2018-01-23 Yifeng Sunovsdb-client: Fix memory leaks
2018-01-09 Markos Chandrasovsdb: ovsdb-dot.in: Replace sys.maxint with sys.maxsiz...
2018-01-09 Markos Chandrasovsdb: ovsdb-dot.in: Change exception semantics for...
2018-01-09 Markos Chandrasovsdb: ovsdb-dot.in: Use print function for Python3
2018-01-09 Markos Chandrasovsdb: Use items() instead of iteritems() for Python3
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
next