Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch: use new module source locationHEADmaster | 2019-12-29 | 1 | -3/+3 | |
| | |||||
* | Revert "Skip update if no internet" | 2019-07-23 | 1 | -2/+0 | |
| | | | | This reverts commit 73fbea12315008b6adb4640b9bfde4b360a7b35b. | ||||
* | Skip update if no internet | 2019-07-04 | 1 | -0/+2 | |
| | | | | Requested-by: Sultan Alsawaf <sultan@kerneltoast.com> | ||||
* | Limit connection time to 30 seconds | 2018-12-21 | 1 | -2/+2 | |
| | | | | | | If infra fails, this will make sure we don't block people's builds. Suggested-by: Francisco Franco <franciscofranco.1990@gmail.com> | ||||
* | Spaces to tabs | 2018-11-23 | 1 | -2/+2 | |
| | |||||
* | patch-kernel: more reliable version selection | 2018-06-26 | 1 | -4/+11 | |
| | |||||
* | patch-kernel: only allow one execution at a time, with others failing open | 2018-06-26 | 1 | -0/+3 | |
| | |||||
* | patch-kernel: do not do freaky things to index | 2017-12-21 | 2 | -9/+5 | |
| | |||||
* | Drastically simplify | 2017-12-20 | 13 | -940/+46 | |
| | |||||
* | standalone-tools: add make push | 2017-12-18 | 2 | -3/+18 | |
| | |||||
* | wg-quick: get proper command output status | 2017-12-15 | 1 | -0/+6 | |
| | |||||
* | wg-quick: configurable search paths | 2017-12-15 | 1 | -19/+29 | |
| | |||||
* | standalone-kernel: don't patch <3.10 kernels | 2017-12-14 | 1 | -0/+9 | |
| | |||||
* | standalone-tools: more error handling | 2017-12-13 | 1 | -1/+1 | |
| | |||||
* | wg-quick: print actual arguments | 2017-12-13 | 1 | -1/+4 | |
| | |||||
* | standalone-kernel: auto-commit and better .gitignore | 2017-12-12 | 1 | -9/+17 | |
| | |||||
* | Do not install addon.d if no directory | 2017-12-11 | 1 | -5/+14 | |
| | | | | | Some ROMs don't support this. While we're at it, add more error reporting. | ||||
* | Version bump | 2017-12-11 | 1 | -1/+1 | |
| | |||||
* | wg-quick: accept unsolicited netlink messages | 2017-12-09 | 1 | -3/+9 | |
| | |||||
* | standalone-tools: specify srctree for out of tree builds | 2017-12-08 | 1 | -1/+1 | |
| | | | | | | | | When the result directory is not the same as the source directory, shelling out to the script occurs at the wrong path. This fixes it by anchoring it to $(srctree). Suggested-by: Nathan Chancellor <natechancellor@gmail.com> | ||||
* | Check for files in both locations | 2017-12-07 | 1 | -7/+22 | |
| | |||||
* | Fix nits | 2017-12-07 | 2 | -64/+58 | |
| | |||||
* | Add support for patching kernels | 2017-12-06 | 4 | -4/+39 | |
| | |||||
* | Improve readme | 2017-12-06 | 7 | -17/+32 | |
| | |||||
* | Reimplement wg-quick in C | 2017-12-06 | 8 | -252/+625 | |
| | | | | | The bash dependency doesn't make sense for Android, where everything is horrible. | ||||
* | Create flashable zip | 2017-12-05 | 12 | -40/+164 | |
| | |||||
* | wg-quick: accept ancient iproute2 | 2017-12-03 | 1 | -1/+1 | |
| | | | | | Some Android platforms have an older iproute2 that doesn't allow the type parameter in the show command. | ||||
* | Work around snapdragon compiler bug | 2017-12-02 | 1 | -1/+1 | |
| | |||||
* | Dynamically determine archs from ndk | 2017-11-30 | 1 | -2/+2 | |
| | |||||
* | Do not build as module | 2017-11-30 | 1 | -0/+1 | |
| | |||||
* | Terrible drivers need this | 2017-11-29 | 1 | -1/+1 | |
| | |||||
* | Work around eventuality of somebody running terrible shell | 2017-11-29 | 1 | -2/+2 | |
| | |||||
* | Display warning for clueless ROM developers | 2017-11-29 | 2 | -0/+20 | |
| | |||||
* | Android.mk: we need master's compat fixes for 3.10 | 2017-11-29 | 1 | -3/+5 | |
| | |||||
* | standalone: use ndk properly | 2017-11-29 | 5 | -70/+30 | |
| | |||||
* | standalone: some people want to do things a la carte | 2017-11-29 | 7 | -1/+127 | |
| | |||||
* | Fall back to using readlink -f if no realpath | 2017-11-28 | 1 | -1/+1 | |
| | | | | | Most coreutils have realpath(1), but not Debian Wheezy, so we fall back to using readlink -f instead. | ||||
* | wg-quick: more whitespace tolerance | 2017-11-28 | 1 | -2/+2 | |
| | |||||
* | Link to app | 2017-11-28 | 1 | -2/+2 | |
| | |||||
* | Move back to manual fetching | 2017-11-27 | 7 | -14/+37 | |
| | | | | Repo's submodule support is broken. Android bitrot is a thing. | ||||
* | Version bump | 2017-11-27 | 1 | -0/+0 | |
| | |||||
* | Specify master branch | 2017-11-25 | 1 | -1/+1 | |
| | |||||
* | Switch to a submodules based approach | 2017-11-25 | 6 | -28/+16 | |
| | | | | It turns out repo will checkout submodules. | ||||
* | Initial scafolding | 2017-11-25 | 4 | -0/+260 | |