summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-06-04Parameter set to save bandwidth on ultra-constrained linkslowbandwidthKeith Winstein
2013-05-17mosh-client: Make terminal escape character configurableTimo J. Rinne
2013-04-28Rename --bind-ip to --bind-server, add =ANY option, add error checking.Keith Winstein
2013-04-28mosh perl wrapper: New option --bind-ip={ssh|IP}Philipp Haselwarter
2013-04-16use betoh64 if be64toh not foundJérémie Courrèges-Anglas
2013-04-16workaround for systems not providing pselectJérémie Courrèges-Anglas
2013-04-15In the OSX build script, link with system libs.Andrew Chin
2013-04-15Work around automake bug that dropped portability warningsAnders Kaseorg
2013-04-09Simplify pipe managementAnton Lundin
2013-03-27Bump version to 1.2.4aKeith Winstein
2013-03-27Eliminate ocb.cc test program (closes #408)Keith Winstein
2013-03-27Update mosh.spec for mosh 1.2.4Alexander Chernyakhovsky
2013-03-27Cast time_elapsed to int before calling human_readable_durationAlexander Chernyakhovsky
2013-03-27Bump version to 1.2.4mosh-1.2.4Keith Winstein
2013-03-27Send SIGSTOP to whole process group on suspend (closes #401)Keith Winstein
2013-03-11Cleanups when suspending/resuming with smcup/rmcupKeith Winstein
2013-03-10mosh Perl wrapper: Downgrade Perl regex to avoid named captureKeith Winstein
2013-03-10Bump version to 1.2.3.95rc1 (1.2.4 release candidate)Keith Winstein
2013-03-10Include sys/uio.h to fix OpenBSD build problem (closes #391)Keith Winstein
2013-03-10DiffServ codepoint and ECN: Roll back to just ECT (no DSCP)Keith Winstein
2013-03-10Detached warning: Omit spurious utmp entries (generated by screen)Keith Winstein
2013-03-10STMClient::still_connecting: Make constAnders Kaseorg
2013-03-10Dispatcher::get_{dispatch_chars,OSC_string}: Make constAnders Kaseorg
2013-03-10Nonce::{cc_str,data}: Make constAnders Kaseorg
2013-03-10Socket::operator=: Return non-const referenceAnders Kaseorg
2013-03-10human_readable_duration, Terminal::appendstring: Pass strings by referenceAnders Kaseorg
2013-03-10Catch exceptions by referenceAnders Kaseorg
2013-03-10Connection::recv: Rethrow the original exception instead of a copyAnders Kaseorg
2013-03-10src/examples/{encrypt,decrypt}: Read input using C++Anders Kaseorg
2013-03-10PRNG: Read input using C++Anders Kaseorg
2013-03-10Base64::Base64: Fix exception safetyAnders Kaseorg
2013-03-10Add OCB test program to ‘make check’Anders Kaseorg
2013-03-10Run tests with ‘make check’Anders Kaseorg
2013-03-10tests: Default to quietAnders Kaseorg
2013-03-10scripts/mosh: Add --no-init option to disable alternate screen modeAnders Kaseorg
2013-03-10Put the real terminal in alternate screen modeAnders Kaseorg
2013-03-10Display: Abstract terminfo capability functionsAnders Kaseorg
2013-03-10Move Emulator::{open,close} to DisplayAnders Kaseorg
2013-03-10main: Don’t leak desired_ip memoryAnders Kaseorg
2013-03-10serve: Remove dead store of bytes_readAnders Kaseorg
2013-03-10get_SSH_IP: Don’t leak SSH_writable memoryAnders Kaseorg
2013-03-10main: Don’t leak shell_name memoryAnders Kaseorg
2013-03-10Don't touch window title before an OSC is received.sqweek
2013-03-10Treat empty OSC number as zero.sqweek
2013-01-18Since terminfo is guarded by include guard, need to define HAVE_CURSES_HKeith Winstein
2013-01-18fix a perror() message in mosh-serverAlexander von Gernler
2013-01-18Remove dependency on IO::PtyKeith Winstein
2013-01-18Replace IO::Pty with pipeAnton Lundin
2013-01-18Have ssh close stdin and forceallocate ptyAnton Lundin
2013-01-18Close some leftover fd'sAnton Lundin