| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Search upx in PATH instead of hardcoded paths. | Carlos Cobo | 2015-07-02 | 1 | -5/+17 |
| | | |||||
| * | Add Empty Argument Check | Michael Murphy | 2015-03-05 | 1 | -5/+9 |
| | | | | Print usage if no arguments are given. | ||||
| * | Remove \n from usageText | Michael Murphy | 2015-03-05 | 1 | -1/+1 |
| | | |||||
| * | Improve usageText | Michael Murphy | 2015-03-05 | 1 | -1/+6 |
| | | |||||
| * | Pass Arguments Directly | Michael Murphy | 2015-03-05 | 1 | -68/+55 |
| | | | | | Replaced the flag package with a custom implementation utilizing os.Args. I've also fixed the program so that it can compress multiple Go binaries. | ||||
| * | Add compression parameters | Michael Murphy | 2015-03-03 | 1 | -21/+56 |
| | | | | | | Added manual compression, best, brute and ultra-brute compression flags. Manual compression is called with the -c flag and ranges from 1 through 9. -best, -brute and -ultra-brute call their repective UPX compression levels. | ||||
| * | Extract logic to separate package, move command to cmd/goupx | Peter Waller | 2013-02-18 | 1 | -0/+67 |