| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move proxy build into hack/make | Brian Goff | 2021-06-01 | 1 | -0/+1 |
| * | Remove cmd/docker and other directories in cli/ in accordance with the new Mo... | Arnaud Porterie (icecrime) | 2017-05-05 | 1 | -5/+0 |
| * | Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" | Tianon Gravi | 2017-02-13 | 1 | -1/+1 |
| * | Add `make install` task | Brian Goff | 2016-06-03 | 1 | -0/+1 |
| * | Cleanup from CR. | Daniel Nephin | 2016-04-23 | 1 | -1/+1 |
| * | Build two binaries client and daemon. | Daniel Nephin | 2016-04-22 | 1 | -60/+9 |
| * | move hardware signing out of experimental, remove dependencies to yubico-piv-... | Riyaz Faizullabhoy | 2016-03-28 | 1 | -1/+1 |
| * | Revert "Merge pull request #21003 from riyazdf/hardware-signing-ga" | cyli | 2016-03-24 | 1 | -1/+1 |
| * | Export GOOS and GOARCH in subprocess for tgz | Michael Crosby | 2016-03-22 | 1 | -1/+1 |
| * | Add function for copy containerd | Michael Crosby | 2016-03-22 | 1 | -15/+1 |
| * | Add containerd/runc exes to bundle dir after build | Doug Davis | 2016-03-21 | 1 | -0/+15 |
| * | Update packaging for yubico | Riyaz Faizullabhoy | 2016-03-07 | 1 | -1/+1 |
| * | Add `DOCKER_BUILD_GOGC` to tweak GOGC for compile | Brian Goff | 2016-01-27 | 1 | -0/+2 |
| * | Windows: Remove linkmode internal hack | John Howard | 2016-01-14 | 1 | -7/+0 |
| * | Use -z,muldefs on arm,x86 | Nalin Dahyabhai | 2015-12-02 | 1 | -0/+16 |
| * | Remove "-linkmode external" | Tianon Gravi | 2015-11-15 | 1 | -1/+1 |
| * | update for mac | Jessica Frazelle | 2015-11-13 | 1 | -2/+9 |
| * | add buildtag pkcs11 to experimental | Jessica Frazelle | 2015-11-13 | 1 | -0/+4 |
| * | Windows: Native daemon build | John Howard | 2015-11-06 | 1 | -0/+6 |
| * | update to binaries, fix parsers package, non-parallel test unit | Jessica Frazelle | 2015-10-27 | 1 | -1/+1 |
| * | make windows cross compile static daemon work | Jessica Frazelle | 2015-08-10 | 1 | -0/+13 |
| * | Make "DEST" a make.sh construct instead of ad-hoc | Tianon Gravi | 2015-05-30 | 1 | -6/+0 |
| * | Make which cross binary fails clearer | John Howard | 2015-05-15 | 1 | -0/+1 |
| * | hack/make/test-integration-cli: introduce MAKEDIR variable | Jörg Thalheim | 2015-04-15 | 1 | -1/+1 |
| * | Fix several very minor consistency issues | Tianon Gravi | 2015-03-17 | 1 | -0/+1 |
| * | Move scripts back to hack/, leave docs in project/ | Tianon Gravi | 2015-03-13 | 1 | -0/+27 |
| * | Move 'hack' to the less confusing 'project' | Solomon Hykes | 2014-11-09 | 1 | -17/+0 |
| * | Revert "Use code generation to set IAMSTATIC instead of -X" | Jessica Frazelle | 2014-10-28 | 1 | -11/+0 |
| * | Use code generation to set IAMSTATIC instead of -X | Michael Hudson-Doyle | 2014-10-24 | 1 | -0/+11 |
| * | Update bundlescripts to use "set -e" consistently | Tianon Gravi | 2014-04-09 | 1 | -0/+1 |
| * | Small tweaks to the hack scripts to make them simpler | Tianon Gravi | 2014-03-29 | 1 | -0/+1 |
| * | Fix a lot of the sha256 and md5 stuff to be more DRY and extendible, and on m... | Tianon Gravi | 2014-03-19 | 1 | -7/+2 |
| * | whitespace-blind | Sven Dowideit | 2014-03-20 | 1 | -1/+0 |
| * | Generate md5 and sha265 hashes when building, and upload them in hack/release.sh | Sven Dowideit | 2014-03-20 | 1 | -0/+8 |
| * | Fix dynbinary so that dockerinit can still be properly static even if it has ... | Tianon Gravi | 2014-03-06 | 1 | -1/+8 |
| * | Update build tags such that we can properly compile on all platforms (especia... | Tianon Gravi | 2014-03-06 | 1 | -1/+1 |
| * | Add buildflags to allow crosscompilation for apparmor | Guillaume J. Charmes | 2014-03-06 | 1 | -1/+1 |
| * | Add -a to our BUILDFLAGS directly, which fixes some fun test compilation issues | Tianon Gravi | 2013-12-18 | 1 | -1/+1 |
| * | Add "-a" back to our "go build" | Tianon Gravi | 2013-12-16 | 1 | -1/+1 |
| * | Update bundlescript shebangs to be bash, reflecting how they're actually invoked | Tianon Gravi | 2013-12-02 | 1 | -1/+1 |
| * | Add dynbinary and dyntest scripts for building/testing a separate static dock... | Tianon Gravi | 2013-10-25 | 1 | -1/+1 |
| * | Refactor the handling of static-related build flags | Tianon Gravi | 2013-10-25 | 1 | -2/+1 |
| * | Add links for container relationships and introspection | Michael Crosby | 2013-10-25 | 1 | -3/+3 |
| * | Add cleanup/refactor portion of #2010 for hack and Dockerfile updates | Tianon Gravi | 2013-09-30 | 1 | -3/+3 |
| * | Add several of the small make.sh fixes from #1920, and make the output more c... | Tianon Gravi | 2013-09-24 | 1 | -0/+3 |
| * | Break down hack/make.sh into small scripts, one per 'bundle': test, binary, u... | Solomon Hykes | 2013-09-09 | 1 | -0/+4 |