Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Reimplement worker result manifest upload via temporary file | Boris Kolpackov | 1 | -2/+30 | |
This is part of the ongoing work to get rid of the intermittent broken pipe errors. | |||||
2020-10-27 | Factor out and generalize worker result uploading | Boris Kolpackov | 2 | -37/+52 | |
2020-10-27 | Handle case where io_error not derived from system_error | Boris Kolpackov | 1 | -7/+12 | |
2020-10-27 | Fix another bug in worker upload logic | Boris Kolpackov | 1 | -2/+7 | |
2020-10-27 | Fix few bugs in worker result upload logic | Boris Kolpackov | 1 | -1/+12 | |
2020-10-27 | Tweak TFTP parameters some more, this time including server | Boris Kolpackov | 2 | -1/+2 | |
2020-10-27 | Revert TFTP block size increase | Boris Kolpackov | 1 | -4/+4 | |
2020-10-27 | Tweak TFTP parameters some more | Boris Kolpackov | 1 | -4/+4 | |
In particular, it doesn't really make sense to have a put timeout since its expiration cannot be observed from outside. So now we use the default (1h). | |||||
2020-10-27 | Adjust TFTP parameters to try to get rid of flaky uploads | Boris Kolpackov | 1 | -6/+14 | |
2020-10-27 | Change version to 0.13.2-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2020-07-29 | Release version 0.13.1v0.13.1 | Boris Kolpackov | 1 | -1/+1 | |
2020-07-29 | Fix command logs UTF-8-sanitization | Karen Arutyunov | 2 | -2/+2 | |
2020-07-29 | Change version to 0.13.1-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2020-07-18 | Release version 0.13.0v0.13.0 | Boris Kolpackov | 2 | -6/+6 | |
2020-07-17 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2020-07-14 | Update NEWS file | Boris Kolpackov | 1 | -0/+8 | |
2020-07-03 | Load cxx.config rather than cxx for tests | Karen Arutyunov | 1 | -1/+2 | |
2020-07-03 | Canonicalize license in manifest | Karen Arutyunov | 1 | -1/+1 | |
2020-07-01 | Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) | Boris Kolpackov | 1 | -2/+2 | |
2020-06-26 | Adapt to merging of package external tests, examples, and benchmarks into ↵ | Karen Arutyunov | 2 | -45/+34 | |
typed tests | |||||
2020-06-25 | Increase bootstrap timeout to 60 minutes | Boris Kolpackov | 2 | -3/+3 | |
2020-04-10 | Replace build-email manifest value with build-warning-email | Karen Arutyunov | 1 | -1/+1 | |
2020-04-09 | Use butl::readsymlink() instead of POSIX readlink() in agent | Karen Arutyunov | 1 | -19/+13 | |
2020-04-07 | Bump build2 version requirement to 0.13.0- (need config directive) | Boris Kolpackov | 1 | -2/+2 | |
Note that this means there will be no upgrade support for this release. | |||||
2020-04-06 | Add support for test-exclude task manifest value | Karen Arutyunov | 3 | -15/+68 | |
2020-04-02 | Use ~build2 instead of ~host for build system modules configuration | Boris Kolpackov | 2 | -3/+13 | |
Also suppress warning about unused config.* values when creating such a configuration. | |||||
2020-03-31 | Fix operation status merge for shared logs in bbot worker | Karen Arutyunov | 2 | -10/+24 | |
2020-03-05 | Don't mention CONTRIBUTING.md in buildfile | Karen Arutyunov | 2 | -3/+3 | |
2020-02-28 | Add .gitattributes file | Karen Arutyunov | 1 | -0/+19 | |
2020-02-22 | UTF-8-sanitize command logs | Karen Arutyunov | 1 | -7/+11 | |
2020-02-18 | Update style submodule | Boris Kolpackov | 1 | -0/+0 | |
2020-02-12 | Adapt to renaming butl::fdnull() to fdopen_null() | Karen Arutyunov | 4 | -10/+12 | |
2020-02-12 | Use copyright extracted from LICENSE file for printing utility version | Karen Arutyunov | 5 | -4/+14 | |
2020-02-07 | Update last year in LICENSE file | Karen Arutyunov | 1 | -1/+1 | |
2020-02-07 | Add copyright variable substitution to doc/cli.sh | Karen Arutyunov | 1 | -8/+23 | |
2020-02-07 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 61 | -61/+0 | |
2020-01-24 | Fix integration test | Karen Arutyunov | 1 | -5/+10 | |
2019-11-28 | Use switch in export.build | Karen Arutyunov | 1 | -6/+8 | |
2019-11-21 | Change version to 0.13.0-a.0.z | Boris Kolpackov | 2 | -4/+4 | |
2019-11-19 | Release version 0.12.0v0.12.0 | Boris Kolpackov | 2 | -6/+6 | |
2019-11-18 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2019-11-16 | Update NEWS file | Boris Kolpackov | 1 | -0/+21 | |
2019-11-12 | Adjust to config.import to config.config.load rename | Boris Kolpackov | 2 | -3/+3 | |
2019-11-07 | Cosmetic changes | Boris Kolpackov | 1 | -2/+2 | |
2019-11-06 | Make worker be compilable with VC | Karen Arutyunov | 1 | -2/+2 | |
2019-11-06 | Add support for testing build system modules to worker | Karen Arutyunov | 3 | -140/+383 | |
2019-11-01 | Make use of --package-cwd bpkg-pkg-test option | Karen Arutyunov | 2 | -120/+5 | |
2019-10-31 | Fix formatting in doc/manual.cli | Karen Arutyunov | 1 | -3/+3 | |
2019-10-31 | Use environment task manifest value to locate environment setup executable | Karen Arutyunov | 3 | -22/+59 | |