Age | Commit message (Expand) | Author | Files | Lines |
2016-06-18 | Enhanced RPM build process to make rpm for any given platform |  Sachin | 1 | -1/+1 |
2016-06-17 | Fix generate-deb-changelog to handle YY.MM release |  Ed Warnicke | 1 | -1/+1 |
2016-06-09 | VPP-127 Removed spurious use of sudo |  Ed Warnicke | 2 | -2/+2 |
2016-06-09 | VPP-129: Add build-root/scripts/csit-test-branch script |  Ed Warnicke | 1 | -0/+2 |
2016-06-08 | VPP-127: Make rpm/deb provide vpp group to access vpp-api |  Ed Warnicke | 2 | -0/+8 |
2016-06-08 | VPP-124: Fix rpms to work out of the box. |  Ed Warnicke | 2 | -1/+3 |
2016-06-05 | VPP-94: Add build-data directory for plugins and Makefile target |  Pierre Pfister | 1 | -1/+1 |
2016-06-05 | VPP-112: linux kernel info missing from build log |  Dave Wallace | 1 | -0/+9 |
2016-06-03 | Sample plugin moved to .../plugins/sample-plugin |  Dave Barach | 1 | -4/+4 |
2016-06-03 | VPP-107 Fix for mistake that breaks pkg-rpm in |  Ed Warnicke | 1 | -0/+1 |
2016-06-01 | vagrant: disable automatic update on start |  Thomas Monjalon | 1 | -0/+1 |
2016-05-31 | Fix build-root/scripts/version to not have spurious ~ |  Ed Warnicke | 1 | -3/+2 |
2016-05-19 | Add support for multiple microarchitectures in single binary |  Damjan Marion | 1 | -0/+5 |
2016-05-16 | Add build number to VPP version if BUILD_NUMBER var is set |  Damjan Marion | 1 | -2/+6 |
2016-05-16 | VPP-64: Fix top-level "make pkg-deb" which breaks if CDPATH is set in the user's |  Dave Wallace | 1 | -0/+9 |
2016-05-13 | Whitespace probe for CI |  Ed Warnicke | 1 | -1/+1 |
2016-05-12 | Revert "Whitespace change for testing CI" |  Ed Warnicke | 1 | -1/+1 |
2016-05-12 | Whitespace change for testing CI |  Ed Warnicke | 1 | -1/+1 |
2016-05-07 | Small improvement to vagrant file |  Ed Warnicke | 1 | -5/+5 |
2016-05-04 | VPP-12: only remove vpp-related files from /dev/shm |  Dave Barach | 2 | -4/+4 |
2016-05-04 | Fix for unattended in Makefile |  Ed Warnicke | 1 | -0/+12 |
2016-05-02 | Re-do java-8 handling, add unattended switch to toplevel Makefile |  Damjan Marion | 1 | -1/+1 |
2016-05-02 | Break out install.sh from build.sh |  Ed Warnicke | 3 | -2/+31 |
2016-05-02 | VPP-32 Increase # cpus to 2, leave RAM at 4G for virtualbox vagrant users |  Keith Burns (alagalah) | 1 | -1/+3 |
2016-04-26 | Make automake silent rules default |  Damjan Marion | 1 | -1/+1 |
2016-04-25 | Break boostrap.sh into pieces |  Ed Warnicke | 8 | -111/+132 |
2016-04-22 | Add clib_memcpy macro based on DPDK rte_memcpy implementation |  Damjan Marion | 1 | -1/+1 |
2016-04-20 | ubuntu 16.04 build support. Supporting systemd with vpp.service files. |  Srivatsa Sangli | 4 | -2/+55 |
2016-04-11 | vagrant: libvirt configuration. |  Jeff Shaw | 1 | -2/+6 |
2016-04-09 | Migrate bootstrap.ubuntu.sh to using top level Makefile |  Ed Warnicke | 1 | -57/+12 |
2016-03-30 | Remove historical tags, fix the debug tag |  Dave Barach | 1 | -22/+4 |
2016-03-29 | Fix to centos vagrant file |  Ed Warnicke | 1 | -2/+2 |
2016-03-28 | event logger skeletons, improve debug CLI |  Dave Barach | 5 | -0/+132 |
2016-03-25 | Fix distclean to correctly handle Centos |  Ed Warnicke | 1 | -1/+2 |
2016-03-25 | Fix vagrant centos flavor to work with top level make file |  Ed Warnicke | 2 | -55/+31 |
2016-03-24 | Reduce number of parallel gcc invocations from 4 to 2 per cpu |  Damjan Marion | 1 | -1/+1 |
2016-03-19 | Adminis-trivia - rename skel files |  Keith Burns (alagalah) | 20 | -35/+35 |
2016-03-16 | Add VLIB_INIT_FUNCTION() to dual-loop-skel |  Dave Wallace | 1 | -0/+13 |
2016-03-14 | Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when |  Dave Wallace | 4 | -9/+8 |
2016-02-19 | Add GDB and GDB Server to bootstrap files |  Keith Burns (alagalah) | 2 | -1/+5 |
2016-02-04 | Remove redundant apt-get install of dkms and debhelper. |  Dave Wallace | 1 | -3/+0 |
2016-02-04 | Change non-default route ethernet interfaces state to down so VPP will use them. |  Dave Wallace | 1 | -0/+12 |
2016-02-03 | Switched vagrant for ~/git/vpp to /vpp |  Ed Warnicke | 3 | -7/+25 |
2016-02-02 | Enabled CCACHE_DIR to be set by ENV Variable |  Ed Warnicke | 1 | -1/+3 |
2016-02-02 | Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms |  Dave Barach | 1 | -0/+3 |
2016-02-02 | Enable ganglia module integration build |  Dave Barach | 1 | -0/+8 |
2016-02-01 | Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directly |  Dave Barach | 3 | -8/+29 |
2016-02-01 | Changes to Centos bootstrap to remove ~/git/vpp if it exists before attemptin... |  Keith Burns (alagalah) | 1 | -1/+2 |
2016-02-01 | Vagrantfile doesn't rm git/vpp and vagrant reload --provision |  Keith Burns (alagalah) | 1 | -1/+3 |
2016-01-28 | vpp metrics upload via gmond plugin |  Dave Barach | 1 | -1/+1 |