aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore: use go modHEADmasterFuwn2024-09-152-0/+7
|
* Make README less ambiguous about supportPeter Waller2016-06-231-2/+2
|
* Merge pull request #19 from pwaller/deprecation-noticePeter Waller2016-03-101-2/+9
|\ | | | | Add deprecation notice and note about Windows
| * Add notes about only applying to Linux and not windowsPeter Waller2016-03-101-2/+2
| |
| * Add note that go1.6 fixes the issuePeter Waller2016-03-101-0/+7
|/
* Merge pull request #18 from pwaller/license-mitPeter Waller2016-03-102-1/+22
|\ | | | | Update license to MIT
| * Update license to MITPeter Waller2016-03-102-1/+22
| |
* | Fix typo in READMEPeter Waller2016-01-191-1/+1
|/
* Merge pull request #14 from toqueteos/masterPeter Waller2015-07-021-5/+17
|\ | | | | Search upx in PATH instead of hardcoded paths.
| * Search upx in PATH instead of hardcoded paths.Carlos Cobo2015-07-021-5/+17
|/
* Update README.mdPeter Waller2015-05-051-2/+2
| | | Use GOPATH=${HOME}/.local rather than env.
* Merge pull request #13 from mmstick/patch-1Peter Waller2015-03-051-38/+69
|\ | | | | Add compression parameters
| * Add Empty Argument CheckMichael Murphy2015-03-051-5/+9
| | | | | | Print usage if no arguments are given.
| * Remove \n from usageTextMichael Murphy2015-03-051-1/+1
| |
| * Improve usageTextMichael Murphy2015-03-051-1/+6
| |
| * Pass Arguments DirectlyMichael Murphy2015-03-051-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 parametersMichael Murphy2015-03-031-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.
* Merge pull request #11 from essentialkaos/masterPeter Waller2014-09-241-1/+1
|\ | | | | Second part of fix for issue #9
| * Backported fix from EK goupx PART2Anton Novojilov2014-09-231-1/+1
| |
* | Merge pull request #10 from essentialkaos/masterPeter Waller2014-09-231-1/+1
|\| | | | | Backported fix from EK goupx
| * Backported fix from EK goupxAnton Novojilov2014-09-231-1/+1
|/
* Merge pull request #8 from pwaller/bugfixPeter Waller2014-06-011-0/+5
|\ | | | | Only consider PT_LOAD at Offset == 0
| * Only consider PT_LOAD at Offset == 0Peter Waller2014-06-011-0/+5
|/
* Merge pull request #6 from tmc/masterPeter Waller2013-12-031-2/+4
|\ | | | | Specify only necessary for ELF executables.
| * Specify only necessary for ELF executables.Travis Cline2013-12-031-2/+4
|/ | | | Fixes #5
* Merge pull request #4 from pwaller/issue-4Peter Waller2013-02-183-68/+76
|\ | | | | Extract logic to separate package
| * Extract logic to separate package, move command to cmd/goupxPeter Waller2013-02-183-68/+76
|/
* Merge pull request #2 from toqueteos/masterPeter Waller2012-10-141-0/+1
|\ | | | | goupx without arguments panics (small fix)
| * Print also flags when showing command help.Carlos2012-10-141-0/+1
| |
* | Merge pull request #1 from toqueteos/masterPeter Waller2012-10-141-0/+12
|\| | | | | Don't panic if no arguments are specified
| * Update goupx.goCarlos2012-10-141-0/+12
|/ | | Typing goupx shouldn't panic, instead show command help.
* Version 1.0v1.0Peter Waller2012-09-083-0/+239