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
/
ovsdb
/
ovsdb-idlc.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovsdb-idlc: Generate new *_get_for_uuid() functions.
Ben Pfaff
2014-03-28
1
-0
/
+7
*
ovsdb-idlc: Make schema version available.
Justin Pettit
2014-02-28
1
-0
/
+12
*
ovsdb-idlc: Ensure that initialization occurs single-threaded.
Ben Pfaff
2013-07-23
1
-0
/
+2
*
ovsdb-idlc: Write a new-line at the end of "annotate" output.
Ben Pfaff
2013-06-10
1
-0
/
+1
*
ovsdb-idlc: Make no-op writes to write-only columns cheaper.
Ben Pfaff
2013-03-05
1
-9
/
+31
*
Replace most uses of assert by ovs_assert.
Ben Pfaff
2013-01-16
1
-12
/
+12
*
ovsdb: Enforce immutability of immutable columns.
Ben Pfaff
2012-09-05
1
-0
/
+5
*
lib: Utilize smaps in the idl.
Ethan Jackson
2012-06-14
1
-63
/
+95
*
ovsdb-idlc: Fix memory leak in "optional bool" columns.
Ben Pfaff
2012-03-23
1
-9
/
+1
*
idl: New helpers for accessing string maps.
Ethan Jackson
2012-03-22
1
-0
/
+50
*
idl: Generalize special case boolean exception.
Ethan Jackson
2012-02-08
1
-25
/
+25
*
ovsdb: Remove dead Python-related code.
Ben Pfaff
2011-10-18
1
-17
/
+1
*
python: Implement write support in Python IDL for OVSDB.
Ben Pfaff
2011-09-23
1
-3
/
+18
*
ovs.db.types: Add table reference to ovs.db.types.BaseType.
Ben Pfaff
2011-09-23
1
-4
/
+4
*
Avoid sparse error or warning for sizeof(_Bool).
Ben Pfaff
2011-05-23
1
-2
/
+32
*
ovsdb: Implement garbage collection.
Ben Pfaff
2011-03-10
1
-1
/
+5
*
ovsdb: constify should apply to all pointer types.
Ethan Jackson
2010-11-29
1
-3
/
+1
*
ovsdb: Remove trailing whitespace
Ethan Jackson
2010-11-29
1
-3
/
+3
*
Implement initial Python bindings for Open vSwitch database.
Ben Pfaff
2010-08-25
1
-90
/
+37
*
ovsdb-idlc: Add "get" accessor functions to generated code.
Ben Pfaff
2010-07-12
1
-0
/
+49
*
ovsdb-idlc: Check and restore ovsdb_datum invariants when setting data.
Ben Pfaff
2010-07-12
1
-0
/
+6
*
ovsdb-idlc: Fix sizeof calculation in generated code.
Ben Pfaff
2010-06-23
1
-1
/
+1
*
ovs-vsctl: Support references among records at creation time.
Ben Pfaff
2010-06-17
1
-1
/
+1
*
ovsdb-idl: Add "safe" iterator macro to generated code.
Ben Pfaff
2010-04-30
1
-1
/
+8
*
ovsdb: Remove "comment" support from OVSDB schemas.
Ben Pfaff
2010-03-05
1
-4
/
+1
*
Add documentation for the vswitch database schema.
Ben Pfaff
2010-03-05
1
-380
/
+5
*
ovsdb: Add support for "enum" constraints.
Ben Pfaff
2010-02-25
1
-2
/
+138
*
ovsdb: Drop regular expression constraints.
Ben Pfaff
2010-02-25
1
-29
/
+6
*
Merge "master" into "next".
Ben Pfaff
2010-02-11
1
-2
/
+2
*
ovsdb: Add support for multiple databases to the protocol.
Ben Pfaff
2010-02-09
1
-1
/
+2
*
ovsdb: Add support for referential integrity in the database itself.
Ben Pfaff
2010-02-08
1
-6
/
+3
*
ovsdb: Add simple constraints.
Ben Pfaff
2010-02-08
1
-167
/
+268
*
ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().
Ben Pfaff
2010-01-27
1
-2
/
+1
*
ovsdb-idl: Allow clients to modify records without using structs.
Ben Pfaff
2010-01-26
1
-81
/
+103
*
Cleanly separate IDL annotations from OVSDB schema information.
Ben Pfaff
2010-01-26
1
-47
/
+53
*
ovsdb-idlc: With "doc" command, output tables and columns alphabetically.
Ben Pfaff
2010-01-26
1
-2
/
+2
*
vswitch: Generate text file documenting the vswitch schema.
Ben Pfaff
2009-12-11
1
-2
/
+66
*
ovsdb-idlc: Add "const" to "set" function arguments that should have it.
Ben Pfaff
2009-12-08
1
-8
/
+15
*
ovsdb-idlc: Fix parsing of "ephemeral" member of "column".
Ben Pfaff
2009-12-08
1
-1
/
+1
*
ovsdb-idl: Update IDL data when "set" functions are called.
Ben Pfaff
2009-12-08
1
-9
/
+21
*
ovsdb-idl: Make it possible to write data through the IDL.
Ben Pfaff
2009-12-07
1
-21
/
+160
*
ovsdb-idlc: C code generation improvements.
Ben Pfaff
2009-12-03
1
-25
/
+58
*
ovsdb: Implement C bindings for IDL.
Ben Pfaff
2009-12-02
1
-11
/
+211
*
ovsdb-idlc: Remove "sha" deprecation warning
Justin Pettit
2009-11-23
1
-1
/
+0
*
ovsdb: Add ovsdb IDL compiler to build system.
Ben Pfaff
2009-11-23
1
-0
/
+286