- Mar 24, 2016
-
-
john hood authored
-
Keith Winstein authored
-
- Jul 13, 2015
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Jul 08, 2015
-
-
John Hood authored
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>
-
- Jun 29, 2015
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 27, 2015
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 25, 2015
-
-
John Hood authored
* Autoconf queries pkgconf for bash-completion dir-- resolves lintian's `package-install-into-obsolete-dir` diagnostic * Use improved completion snippet from <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782169 > * Remove old /etc/bash_completion.d/mosh "conffile" with dh-maintscript + dpkg-maintscript-helper Closes #628. Signed-off-by:
John Hood <cgull@glup.org>
-
- Jun 24, 2015
-
- Jun 22, 2015
-
-
John Hood authored
This improves the completion, as suggested in <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782169 >, and moves the completion from `/etc/bash_completion.d/mosh` to `/usr/share/bash-completion/completions/mosh` as recommended by lintian in its `package-install-into-obsolete-dir` check. Closes #628. Signed-off-by:
John Hood <cgull@glup.org>
-
John Hood authored
This broadens the OS X build support to include old and current OS X/Xcode, and Homebrew/MacPorts. Support pkgbuild/productbuild + metadata from Mosh-1.2.4-3 package Search for protobufs in /{usr,opt}/local Make build select pkgbuild if available, PackageMaker if not Make PackageBuilder build work on OS X 10.5, XCode 3.1, Macports Do version substitution Use generic names for c/c++/cpp Make build script arch-indepdendent Changes install dir from /usr to /usr/local Closes #633. Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
This is the base for new package builds using pkgbuild and productbuild. Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Define this flag as 0 if unavailable. This is needed for my OS X 10.5 system. Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 11, 2015
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Fixes warning: ‘Overlay::NotificationEngine::escape_key_string’ should be initialized in the member initialization list. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
From http://launchpadlibrarian.net/171225681/mosh_1.2.4a-1build1_1.2.4a-1ubuntu1.diff.gz Fixes #615.
-
John Hood authored
Fixes #624. Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
This commit is somewhat subtle; it informs Coverity that Parser::Transition only holds an Action* temporarily, and should never create/delete one. I believe runtime checkers should also understand this OK. Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 10, 2015
-
-
Keith Winstein authored
-
John Hood authored
Includes Debian and Fedora packaging. Mac OS X package build is still broken. Signed-off-by:John Hood <cgull@glup.org> Closes #625
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
Fixes #626 (resize not working) introduced by 543f346a
-
- Jun 08, 2015
-
-
John Hood authored
This fixes the broken i386 build (aka generic code). Untested on __ALTIVEC__ and __ARM_NEON__. Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 07, 2015
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
terminalfunctions.cc: set_if_available() was undeclared. Fix printf() wint_t/wchar_t warnings. mosh-server.cc: Fix warning for side effects inside typeid(). Signed-off-by:John Hood <cgull@glup.org>
-
- Jun 06, 2015
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
John Hood authored
-
- Jun 05, 2015
-
-
John Hood authored
-
Anders Kaseorg authored
This helps to catch inconsistent declarations in headers that weren’t included, and local functions that are not marked static. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
This helps to catch unused functions like the former mosh_read_line, allows the compiler to make better inlining decisions, and reduces the binary size a bit. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
This function is buggy. feof(file) does not become true until after we’ve tried to read past the last character; it should instead be checking the getc return value for EOF (which is distinct from any unsigned char). Really it should just be replaced by istream &std::getline(istream &is, string &str). Fortunately, it’s unused so we can just delete it. Resolves a truncated stdio return value issue found by Coverity Scan service. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-