summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Use libtool and allow building shared libsHelmut Schaa2013-12-171-0/+1
* configure: Add macros to check for #include_next and add a workaround.Ben Pfaff2013-12-131-0/+2
* cccl: Add the DEBUG option for linker.Gurucharan Shetty2013-12-061-0/+1
* cccl: Provide '-' before the options instead of double slash.Gurucharan Shetty2013-11-201-2/+2
* cccl: A wrapper that calls visual c++ compiler.Gurucharan Shetty2013-11-201-0/+201
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+3
* Makefile: Blacklist functions that threaded programs cannot use safely.Ben Pfaff2013-06-281-0/+90
* build-aux/extract-ofp-errors: Delete trailing whitespacesAlex Wang2013-06-251-1/+1
* ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.Ben Pfaff2013-06-251-129/+192
* extract-ofp-errors: Remove support for hexadecimal error types.Ben Pfaff2013-06-121-7/+3
* extract-ofp-errors: Make Python 3 compatible.Damien Millescamps2013-03-221-21/+21
* ofp-errors: Remove OFPERR_* values for error categories.Jarno Rajahalme2012-12-041-21/+1
* include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme2012-12-031-1/+1
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-272-7/+15
* ofp-msgs: Accept all versions of OpenFlow "hello" messages.Ben Pfaff2012-11-091-2/+3
* extract-ofp-errors: Check that error codes are in the expected ranges.Ben Pfaff2012-09-051-0/+5
* ofp-errors: Ignore text enclosed in square bracketsSimon Horman2012-09-051-1/+1
* ofp-msgs: Allow 1.0-1.2 rangeSimon Horman2012-08-101-1/+2
* ofp-error: Remove ofperr_domain from external APISimon Horman2012-08-061-1/+1
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-0/+351
* ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff2012-07-031-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-022-2/+2
* check-structs: Disallow uint<N>_t because ovs_be<N> should always be used.Ben Pfaff2012-04-021-3/+0
* Add error codes for Open Flow v1.2Simon Horman2012-03-271-18/+74
* ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".Ben Pfaff2012-03-271-7/+8
* extract-ofp-errors: Fix error message.Ben Pfaff2012-03-271-1/+1
* Move content of openflow.h into openflow-1.0.h.Ben Pfaff2012-03-071-16/+35
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-121-75/+168
* Implement automatic dependency generation for manpages.Ben Pfaff2011-10-261-0/+70
* Move soexpand.pl into build-aux and make it non-executable.Ben Pfaff2011-10-261-0/+40
* check-structs: Add check that OFP_ASSERT is checking the right structures.Ben Pfaff2011-10-041-1/+6
* openflow: Use types and accessors for half-aligned 64-bit fields.Ben Pfaff2011-02-051-0/+1
* Automatically extract error types and codes for formatting.Ben Pfaff2011-01-121-0/+225
* python: Use os.path.basename instead of open-coding it.Ben Pfaff2011-01-121-4/+2
* vlog: Generate vlog-modules.def automatically.Ben Pfaff2010-11-301-66/+0
* Make the ovs_be<N> types generally available.Ben Pfaff2010-10-291-0/+3
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-211-0/+66
* debian: Check for accurate Debian changelog version at build time too.Ben Pfaff2010-07-211-37/+0
* update-debian-changelog: Pass "-f" to "mv" to fix "make distcheck".Ben Pfaff2010-06-171-1/+1
* debian: Fix version number check for changelog.Jesse Gross2010-05-271-1/+1
* debian: Attempt to keep debian/changelog up-to-date.Ben Pfaff2010-05-271-0/+37
* Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff2010-01-252-0/+271