summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-23Packaging fix for Debian Sid runtime faildebian-1.2.5john hood
2016-03-23Debian mosh-1.2.5-1.1 as uploaded by bigon@debian.orgKeith Winstein
2015-07-12Bump version to 1.2.5.mosh-1.2.5John Hood
2015-07-07Improve Makefile generation of version files.John Hood
2015-06-28Fix bad bash-completion directory in non pkg-config case.John Hood
2015-06-28configure.ac: respect --prefix for bash completionJohn Hood
2015-06-26Bump version to 1.2.4.95rc2 (1.2.5 release candidate.)John Hood
2015-06-25Improve Debian bash-completion supportJohn Hood
2015-06-24Revert "Update bash completion for Debian."John Hood
2015-06-21Update bash completion for Debian.John Hood
2015-06-21macosx: Make build more portable and generalJohn Hood
2015-06-21Add contents of mosh-1.2.4-3.pkg, except PayloadJohn Hood
2015-06-21Support older getaddrinfo() missing AI_NUMERICSERVJohn Hood
2015-06-11Include test suite in static analysisAnders Kaseorg
2015-06-11NotificationEngine: Fix -Weffc++ warningAnders Kaseorg
2015-06-11Enable altivec on ppc64elJohn Hood
2015-06-11Show the escape key properly when server unavailable.John Hood
2015-06-11Makefile.am: fixup version file generationJohn Hood
2015-06-10Add static checkers to MakefileJohn Hood
2015-06-10Resolve Coverity issue with Parser::Transition's ownership of Action *.John Hood
2015-06-10Resolve Coverity issuesJohn Hood
2015-06-10Resolve cppcheck issues.John Hood
2015-06-09Update AUTHORS and THANKSKeith Winstein
2015-06-091.2.4.95rc1 pre-release.John Hood
2015-06-09.gitignore: add autogenerated filesKeith Winstein
2015-06-09debian/control: bump standards versionKeith Winstein
2015-06-09mosh-server.cc: compare like types.Keith Winstein
2015-06-07ocb.cc: Mark local functions as staticJohn Hood
2015-06-06benchmark: Swap misleading width and height variablesAnders Kaseorg
2015-06-06Fix various new compiler warnings.John Hood
2015-06-05Respect HOME environment variable if setAnders Kaseorg
2015-06-05Respect SHELL environment variable if setAnders Kaseorg
2015-06-05termemu: respect $SHELL and exec argv if givenJohn Hood
2015-06-05Add command line parameters for benchmark.John Hood
2015-06-05issue #507: fix/simplify parsing of colorsJohn Hood
2015-06-04configure: Add -Wmissing-declarations to maximum compiler warnings setAnders Kaseorg
2015-06-04Mark local functions as staticAnders Kaseorg
2015-06-04mosh-server: Remove unused mosh_read_line functionAnders Kaseorg
2015-06-04base64: Make base64_encode declaration consistent with its definitionAnders Kaseorg
2015-06-04Base64Key: Deduplicate PRNG codeAnders Kaseorg
2015-06-04mosh-server: Catch exception for parsing nonintegral number of colorsAnders Kaseorg
2015-06-04Parser::UTF8Parser::input: Remove dead code for negative size_tAnders Kaseorg
2015-06-04STMClient::process_network_input: Return void, instead of always trueGeoffrey Thomas
2015-06-04terminaldisplay: Make a for loop's boundary better match its bodyGeoffrey Thomas
2015-06-04macosx: Stop setting ac_cv_poll_pty, since it was removed in bb651581.Geoffrey Thomas
2015-06-04Throw std::exception subclasses instead of std::stringsGeoffrey Thomas
2015-06-04Style cleanup: "foo &x", not "foo& x"Geoffrey Thomas
2015-06-04UTF8Parser::input: size_t is unsigned, so it can't be negativeGeoffrey Thomas
2015-06-04Make all exception classes inherit from std::exceptionGeoffrey Thomas
2015-06-04Remove trailing commas from enumsAnders Kaseorg