index
:
mosh
debian-1.2.5
debian-1.3.2
experiment
lowbandwidth
master
mosh-stable
Mirror of https://github.com/mobile-shell/mosh
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-23
Packaging fix for Debian Sid runtime fail
debian-1.2.5
john hood
2016-03-23
Debian mosh-1.2.5-1.1 as uploaded by bigon@debian.org
Keith Winstein
2015-07-12
Bump version to 1.2.5.
mosh-1.2.5
John Hood
2015-07-07
Improve Makefile generation of version files.
John Hood
2015-06-28
Fix bad bash-completion directory in non pkg-config case.
John Hood
2015-06-28
configure.ac: respect --prefix for bash completion
John Hood
2015-06-26
Bump version to 1.2.4.95rc2 (1.2.5 release candidate.)
John Hood
2015-06-25
Improve Debian bash-completion support
John Hood
2015-06-24
Revert "Update bash completion for Debian."
John Hood
2015-06-21
Update bash completion for Debian.
John Hood
2015-06-21
macosx: Make build more portable and general
John Hood
2015-06-21
Add contents of mosh-1.2.4-3.pkg, except Payload
John Hood
2015-06-21
Support older getaddrinfo() missing AI_NUMERICSERV
John Hood
2015-06-11
Include test suite in static analysis
Anders Kaseorg
2015-06-11
NotificationEngine: Fix -Weffc++ warning
Anders Kaseorg
2015-06-11
Enable altivec on ppc64el
John Hood
2015-06-11
Show the escape key properly when server unavailable.
John Hood
2015-06-11
Makefile.am: fixup version file generation
John Hood
2015-06-10
Add static checkers to Makefile
John Hood
2015-06-10
Resolve Coverity issue with Parser::Transition's ownership of Action *.
John Hood
2015-06-10
Resolve Coverity issues
John Hood
2015-06-10
Resolve cppcheck issues.
John Hood
2015-06-09
Update AUTHORS and THANKS
Keith Winstein
2015-06-09
1.2.4.95rc1 pre-release.
John Hood
2015-06-09
.gitignore: add autogenerated files
Keith Winstein
2015-06-09
debian/control: bump standards version
Keith Winstein
2015-06-09
mosh-server.cc: compare like types.
Keith Winstein
2015-06-07
ocb.cc: Mark local functions as static
John Hood
2015-06-06
benchmark: Swap misleading width and height variables
Anders Kaseorg
2015-06-06
Fix various new compiler warnings.
John Hood
2015-06-05
Respect HOME environment variable if set
Anders Kaseorg
2015-06-05
Respect SHELL environment variable if set
Anders Kaseorg
2015-06-05
termemu: respect $SHELL and exec argv if given
John Hood
2015-06-05
Add command line parameters for benchmark.
John Hood
2015-06-05
issue #507: fix/simplify parsing of colors
John Hood
2015-06-04
configure: Add -Wmissing-declarations to maximum compiler warnings set
Anders Kaseorg
2015-06-04
Mark local functions as static
Anders Kaseorg
2015-06-04
mosh-server: Remove unused mosh_read_line function
Anders Kaseorg
2015-06-04
base64: Make base64_encode declaration consistent with its definition
Anders Kaseorg
2015-06-04
Base64Key: Deduplicate PRNG code
Anders Kaseorg
2015-06-04
mosh-server: Catch exception for parsing nonintegral number of colors
Anders Kaseorg
2015-06-04
Parser::UTF8Parser::input: Remove dead code for negative size_t
Anders Kaseorg
2015-06-04
STMClient::process_network_input: Return void, instead of always true
Geoffrey Thomas
2015-06-04
terminaldisplay: Make a for loop's boundary better match its body
Geoffrey Thomas
2015-06-04
macosx: Stop setting ac_cv_poll_pty, since it was removed in bb651581.
Geoffrey Thomas
2015-06-04
Throw std::exception subclasses instead of std::strings
Geoffrey Thomas
2015-06-04
Style cleanup: "foo &x", not "foo& x"
Geoffrey Thomas
2015-06-04
UTF8Parser::input: size_t is unsigned, so it can't be negative
Geoffrey Thomas
2015-06-04
Make all exception classes inherit from std::exception
Geoffrey Thomas
2015-06-04
Remove trailing commas from enums
Anders Kaseorg
[next]