aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Rename VERSION to VERSION.stampGravatar Alex Chernyakhovsky2023-07-30
| | | | | -I$(top_srcdir) is not usable on macOS due to a conflicting C++ header `version`.
* Ignore generated protobufs for coverageGravatar Alex Chernyakhovsky2022-05-30
|
* Add support for generating coverage reportsGravatar Alex Chernyakhovsky2022-05-30
| | | | | | | | This change adds autoconf/automake support for building all of mosh with gcov, and generates an lcov html report. This allows seeing which parts ofthe source tree have good test coverage, and which can be shored up. Eventually, it would be good to hook this up to Github Actions to be generated automatically.
* Move generated includes to their own directory to avoid conflicts.Gravatar John Hood2020-05-17
| | | | | | | Fixes #1051, mosh fails to build on case-insensitive filesystems. XXX This isn't perfect because autoconf/automake drop several extra files in the directory anyway.
* Restrict cppcheck to src/ directory to avoid Git worktrees.Gravatar John Hood2018-08-29
|
* Add syslog logging of connectionsGravatar Tom Judge2017-11-05
| | | | | | | | | Log connection change events to syslog in the auth log, logging the PID, username and remote host. Also log session begin and end. Co-Authored-By: John Hood <cgull@glup.org>
* Add support for OCLint static checker.Gravatar John Hood2017-08-06
|
* Improve targets for existing static checkers.Gravatar John Hood2017-08-06
|
* End to end test suite for Mosh sessions.Gravatar John Hood2015-10-14
| | | | | | | For original messy development history, see https://github.com/cgull/mosh/tree/localhost or https://github.com/cgull/mosh/commit/e7feed48a4a271e2977f714f58acfa04cdaa5cca
* configure: add --enable-warnings=distcheckGravatar John Hood2015-10-03
| | | | | This disables -Werror everywhere but "Linux". The heuristic is rather crude.
* make distcheck: Enable -Werror and examplesGravatar Anders Kaseorg2015-07-28
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Improve Makefile generation of version files.Gravatar John Hood2015-07-07
| | | | | | | | | | Remove bad automake dependency causing double execution. Properly update the version in the non-Git case. Git commands are now in a condition-expression, won't break build. Test that we're in repo root (i.e., our own and not somebody else's). Do `git describe --always` to handle shallow Git clones. Signed-off-by: John Hood <cgull@glup.org>
* Include test suite in static analysisGravatar Anders Kaseorg2015-06-11
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Makefile.am: fixup version file generationGravatar John Hood2015-06-11
| | | | Signed-off-by: John Hood <cgull@glup.org>
* Add static checkers to MakefileGravatar John Hood2015-06-10
| | | | Signed-off-by: John Hood <cgull@glup.org>
* Add git commit version infoGravatar john hood2015-05-25
|
* Distribute COPYING.iOS fileGravatar Keith Winstein2012-07-20
|
* Have Debian package install ufw and bash_completion.Gravatar Keith Winstein2012-05-23
| | | | Closes #248.
* Remove unused sigfd and skalibsGravatar Keegan McAllister2012-05-16
| | | | Closes #265.
* Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10)Gravatar Anders Kaseorg2012-04-21
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Add autogen.sh to EXTRA_DISTGravatar Anders Kaseorg2012-03-07
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Build with bundled libstddjb selfpipe by defaultGravatar Anders Kaseorg2012-03-07
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Include README.md in GNU-style mosh-version.tar.gzGravatar Keith Winstein2012-03-05
|
* Add man pages (closes #7 github issue)Gravatar Keith Winstein2012-02-18
|
* Use an aclocal macro directory m4/, and add pkg.m4Gravatar Anders Kaseorg2012-02-17
| | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Rename grant.htmGravatar Keith Winstein2012-02-06
|
* Move protobufs inside src and distribute /debianGravatar Keith Winstein2012-02-06
|
* Include patent license in generated tar.gzGravatar Keith Winstein2012-02-05
|
* Makefile tweaks to pass "make distclean"Gravatar Keith Winstein2012-02-05
|
* Convert build system to automake per Anders Kaseorg Makefile.amGravatar Keith Winstein2012-02-05