Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mosh: fix build with musl on ppc64le | Roberto Oliveira | 2017-04-04 | 2 | -2/+57 |
| | | | | | | | | | mosh was breaking when building in ppc64le using musl, because ioctl() is defined as ioctl(int, int) in musl and mosh is using TIOCSWINSZ macro as parameter. This was triggering a gcc warning and make the build fail. This patch does an explicit integer conversion in TIOCSWINSZ, as no bits get lost. | ||||
* | main/mosh: add check function | Sören Tempel | 2017-04-03 | 2 | -15/+45 |
| | |||||
* | main/mosh: modernize APKBUILD | Francesco Colista | 2017-03-27 | 1 | -13/+11 |
| | |||||
* | main/mosh: add bash completion subpackage | Sören Tempel | 2017-03-27 | 1 | -2/+13 |
| | |||||
* | main/mosh: upgrade to 1.3.0 | Sören Tempel | 2017-03-27 | 1 | -9/+11 |
| | |||||
* | main/mosh: rebuild against protobuf | Sören Tempel | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | main/[various]: dont set arch in split function | Natanael Copa | 2016-10-26 | 1 | -3/+1 |
| | |||||
* | main/mosh: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/mosh: upgrade to 1.2.6 | Sören Tempel | 2016-08-15 | 1 | -23/+17 |
| | |||||
* | main/mosh: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/mosh: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/mosh: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | main/mosh: rebuild to fix deps | Natanael Copa | 2015-08-10 | 1 | -1/+1 |
| | | | | fixes #4517 | ||||
* | main/mosh: upgrade to 1.2.5 | Francesco Colista | 2015-07-29 | 2 | -2317/+12 |
| | |||||
* | main/mosh: rebuild against perl-5.22 | Natanael Copa | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | main/mosh: rebuild for libstdc++ ABI change in gcc5 | Natanael Copa | 2015-06-17 | 1 | -1/+1 |
| | |||||
* | main/mosh: rebuild with protobuf-2.6 | Natanael Copa | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | main/mosh: add support for ssh agent forwarding and out of band data | Carlo Landmeter | 2014-04-29 | 2 | -6/+2313 |
| | |||||
* | main/mosh: set arch=all | Natanael Copa | 2014-04-28 | 1 | -2/+2 |
| | | | | Otherwise abuild will be fooled to not scan for shared elf deps. | ||||
* | main/aports: move to main and split server and client | Carlo Landmeter | 2014-04-25 | 2 | -0/+82 |