ofproto-dpif: Use sequence number to wake up main thread for
[sliver-openvswitch.git] / Makefile.am
2014-04-22 Ben PfaffTODO: Add the project list from the hackathon.
2014-04-11 Ben PfaffMakefile.am: Fix build hang when .git and Git are prese...
2014-04-10 Joe StringerSubmittingPatches: Rename to CONTRIBUTING.
2014-03-28 Pritesh Kotharisparse: fix the order of include paths to make sparse...
2014-03-21 Pravindpif-netdev: Add DPDK netdev.
2014-03-13 Gurucharan Shettyconfigure: Include pthread-win32 libraries for Windows...
2014-02-14 Ben Pfafftests: Add support for automatically running Ryu tests...
2014-01-31 Gurucharan Shettyconfigure: Identify OpenSSL libraries in Windows.
2014-01-22 Ethan JacksonMakefile: Use AM_V_GEN instead of echo.
2014-01-10 Ben Pfaffovsdbmonitor: Remove.
2013-12-30 Ben PfaffMakefile.am: Always use C locale for "sort" and "comm".
2013-12-27 Alin SerdeanAdd common definitions for Windows builds.
2013-12-24 YAMAMOTO TakashiINSTALL.NetBSD: Some installation/setup notes for NetBSD
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-13 Ben Pfaffconfigure: Add macros to check for #include_next and...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Ben PfaffMakefile.am: Distribute BUILD.Windows.
2013-11-20 Gurucharan Shettycccl: A wrapper that calls visual c++ compiler.
2013-11-18 Gurucharan ShettyMakefile.am: Make PYTHONPATH work on Mingw.
2013-10-18 Ansis Attekaconfigure: check for uuid python module
2013-10-17 Bruce Davievtep: Initial checkin of vtep schema.
2013-07-12 Ben Pfaffworker: Delete library.
2013-06-28 Ben PfaffMakefile: Blacklist functions that threaded programs...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-05-28 Ben Pfafftests: Add support for running OFTest.
2013-04-19 Ben PfaffAdd a tutorial for advanced Open vSwitch features.
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-01-17 Ben PfaffMakefile.am: add check that <assert.h> is not used...
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-17 Ben PfaffOPENFLOW-1.1+: New file for OpenFlow 1.1 and later...
2012-12-07 Ed MastePrevent pager from appearing during build
2012-12-06 Jesse GrossMakefile.am: Exclude third-party code from config.h...
2012-12-06 Ben PfaffMakefile.am: Add a build check that every .c file ...
2012-12-04 Ben PfaffINSTALL.Debian: New instructions for installing on...
2012-11-01 Ben PfaffMakefile: Allow "make modules_install" to work from...
2012-10-10 Ben PfaffMakefile.am: Distribute INSTALL.Fedora.
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-07-25 Ben PfaffMakefiles: Enable "dist-hook-git" check only when GNU...
2012-07-25 Ben PfaffMakefile: Mark dist-hook-git and rate-limit-check as...
2012-06-21 Isaku Yamahatabuild: automake complains IntegrationGuide is missing
2012-06-12 Ben PfaffAdd a FAQ.
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-14 Ben PfaffMakefile.am: Remove -export-dynamic.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-16 Ansis Attekadocumentation: Add INSTALL.Libvirt file
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-02 Ethan Jacksontests: Add code coverage for Python.
2011-12-09 Chris Wrightutilities: install ovs-lib.sh as data not a script
2011-12-09 Chris Wrightman: fix pic issue at the source
2011-11-18 Ansis Attekaovs-test: A new tool that allows to diagnose connectivi...
2011-10-26 Ben PfaffImprove manpage checking rule.
2011-10-26 Ben PfaffImplement automatic dependency generation for manpages.
2011-10-26 Ben PfaffMove soexpand.pl into build-aux and make it non-executable.
2011-09-27 Ethan Jacksonpython: Backport argparse to older platforms.
2011-09-15 Ben PfaffMark "uninstall-local" targets phony.
2011-09-13 Ethan Jacksonman: pic failed to run during manpage-check
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-07-25 Ben Pfaffrhel: Fix use of $< in ordinary Make rules.
2011-07-13 Ben Pfaffovs-bugtool: Add plugins previously used only under...
2011-06-21 Ben PfaffAdd RHEL 5/6 spec files and instructions.
2011-06-20 Ben Pfaffvswitchd: Install vswitch.ovsschema to $(pkgdatadir).
2011-06-17 Ben PfaffRefactor initscripts into distro-independent and distro...
2011-06-07 Ben Pfaffovs-openflowd: Rename test-openflowd and move to "tests...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2011-01-10 Ben Pfafftests: Fix Y2011 bug in testsuite.
2010-12-13 Ben PfaffMakefile: Check for undistributed files on every make...
2010-12-09 Ben PfaffAvoid using "grep -q" outside of GNU/Linux specific...
2010-11-30 Ben Pfaffvlog: Generate vlog-modules.def automatically.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...
2010-08-23 Ben PfaffRemove ezio-term and ovs-switchui utilities.
2010-07-21 Ben Pfaffdebian: Check for accurate Debian changelog version...
2010-06-17 Ben PfaffWHY-OVS: New file explaining the rationale for Open...
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-06-09 Ben PfaffFix EXTRA_DIST dependence on Automake conditionals.
2010-06-07 Ben PfaffAdd guide to porting Open vSwitch.
2010-05-27 Ben PfaffAdd dist-hook to ensure that every file gets distributed.
2010-05-27 Ben PfaffDistribute files that had been overlooked.
2010-05-27 Ben Pfaffdebian: Attempt to keep debian/changelog up-to-date.
2010-05-20 Todd DeshaneAdd instructions for using Open vSwitch with KVM.
2010-05-13 Andy SouthgateAdd ovsdbmonitor GUI tool by Andy Southgate, contribute...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-04 Ben Pfaff++WARNING++: Delete this file.
2010-03-04 Ben PfaffUpdate Open vSwitch documentation.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-26 Ben PfaffCleanly separate IDL annotations from OVSDB schema...
2010-01-04 Ben Pfaffofproto: Drop remote command execution feature.
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Implement C bindings for IDL.
2009-12-01 Ben PfaffAlways distribute extras/ezio/ezio3.ti.
2009-12-01 Ben PfaffRemove --disable-userspace "configure" option, since...
2009-11-24 Ben Pfaffovsdb: Add ovsdb IDL compiler to build system.
2009-11-23 Ben PfaffMove C compiler warning (-W) flags from CFLAGS to AM_CF...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Ben PfaffDocument userspace switch.
next