aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/util
Commit message (Expand)AuthorAgeFilesLines
* less noisy, more readable trace loggingArne Juul2022-11-102-2/+3
* move and cleanup getTransparentHugepageSizeArne Juul2022-11-091-19/+0
* avoid duplicated trace loggingArne Juul2022-11-081-4/+6
* more common environment variablesArne Juul2022-11-081-0/+2
* Merge pull request #24729 from vespa-engine/arnej/add-fix-dirs-and-filesArne H Juul2022-11-044-1/+264
|\
| * ensure expected exception even when running as super-userArne Juul2022-11-041-1/+1
| * disallow symlinks, add more testsArne Juul2022-11-032-11/+63
| * * add utility for directory/file fixupsArne Juul2022-11-034-1/+212
* | add wrapper for simple MD5 hashArne Juul2022-11-032-0/+30
|/
* use common tuning codeArne Juul2022-11-022-2/+80
* * ensure good PATH variableArne Juul2022-10-311-0/+18
* Merge pull request #24575 from vespa-engine/arnej/add-just-exit-errorArne H Juul2022-10-281-0/+50
|\
| * move panic inside the convenience methodsArne Juul2022-10-251-4/+4
| * add JustExitErrorArne Juul2022-10-251-0/+50
* | we will need execvp() more places, move to utilArne Juul2022-10-273-0/+76
* | Merge pull request #24566 from vespa-engine/arnej/avoid-nil-derefHenning Baldersheim2022-10-252-4/+47
|\ \
| * | avoid dereferencing nil, add unit testArne Juul2022-10-252-4/+47
| |/
* / move SetResourceLimit to utilArne Juul2022-10-242-0/+80
|/
* fix typoArne Juul2022-09-291-2/+2
* add convenience functionArne Juul2022-09-291-0/+6
* rename GetOutputFromProgram -> BackTicksArne Juul2022-09-261-3/+17
* use common GetOutputFromProgram()Arne Juul2022-09-261-0/+24
* Stop using deprecated ioutil functionsMartin Polden2022-03-161-3/+2
* Move spinner configuration to CLI structEirik Nygaard2022-03-111-26/+2
* Remove spinner if we are running under screwdriverEirik Nygaard2022-03-111-3/+15
* FinalMSG must be set before Stop() callEirik Nygaard2022-03-111-3/+3
* Restore custom User-AgentMartin Polden2022-03-061-4/+11
* Refactor cmd package to eliminate package-level stateMartin Polden2022-03-042-81/+3
* Remove unused functionMartin Polden2022-03-012-12/+6
* Simplify spinner logicMartin Polden2022-02-281-43/+29
* Remove unused functionMartin Polden2022-02-281-4/+0
* Remove unnecessary pkg/errors dependencyMartin Polden2022-02-281-6/+2
* Refactor error handlingMartin Polden2022-02-151-1/+1
* Write temporary file to same directory as final fileMartin Polden2022-02-011-1/+3
* Merge pull request #20200 from vespa-engine/ldalves/spinnerLeandro Alves2021-11-291-9/+6
|\
| * Change Spinner to return errorLeandro Alves2021-11-251-9/+6
* | Allow external URIs (with default no auth) in vespa test commandJon Marius Venstad2021-11-252-4/+4
|/
* Remove spinner from deploy commandLeandro Alves2021-11-241-2/+2
* Add basic spinner to vespa-cliLeandro Alves2021-11-221-11/+17
* first draft for the device flow supportLeandro Alves2021-11-061-0/+63
* Move AtomicWriteFile to util packageMartin Polden2021-10-071-0/+16
* Remove unnecessary ReaderToBytesMartin Polden2021-10-071-1/+2
* Fix copyright headersMartin Polden2021-09-294-4/+4
* Set user agentMartin Polden2021-09-061-0/+6
* Support document operations in cloudMartin Polden2021-09-061-2/+2
* Support using a certificate in util.HttpClientMartin Polden2021-09-022-0/+11
* SimplifyMartin Polden2021-09-011-1/+1
* Pass by valueJon Bratseth2021-09-011-10/+10
* Use snake case for file namesJon Bratseth2021-09-011-0/+0
* Extract document APIJon Bratseth2021-08-311-0/+32