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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-08-07
Fix up clang-formatting a bit
Benjamin Barenblat
2023-08-07
clang-format Mosh
Benjamin Barenblat
2023-08-07
Add a clang-format file and prepare for clang-formatting
Benjamin Barenblat
2023-08-07
Add missing fatal_assert.h include
Alex Chernyakhovsky
2023-08-07
Use pipe to communicate between client and server at startup
Ashley Hedberg
2023-07-30
Switch to C++ versions of standard C headers
Alex Chernyakhovsky
2023-07-30
Remove using-declarations for std:: types
Alex Chernyakhovsky
2023-07-30
Modernize all typedefs with using statements
Alex Chernyakhovsky
2023-07-30
Removed shared_ptr shim
Alex Chernyakhovsky
2023-07-30
Switch to fully-qualified #include
Alex Chernyakhovsky
2023-07-30
Rename VERSION to VERSION.stamp
Alex Chernyakhovsky
2022-10-26
Disable emulation-attributes-bce on tmux 3.3a
Alex Chernyakhovsky
2022-08-03
Audit and fix up format strings
Benjamin Barenblat
2022-07-05
Fixes for distcheck
Alex Chernyakhovsky
2022-07-05
Correct memory leak in ocb-aes test
Alex Chernyakhovsky
2022-06-27
OCB: Use OpenSSL EVP instead of deprecated AES
Benjamin Barenblat
2022-06-27
Stop using deprecated Nettle functions
Alex Chernyakhovsky
2022-06-27
OCB: Heap-allocate keys
Benjamin Barenblat
2022-06-27
OCB: Make primitive AES API explicit
Benjamin Barenblat
2022-06-27
Delete unused ROUNDS macro
Benjamin Barenblat
2022-06-27
Add nettle to the CI matrix
Alex Chernyakhovsky
2022-06-22
Go back to internal OCB implementation
Benjamin Barenblat
2022-06-13
Use OpenSSL native OCB-AES implementation
Alex Chernyakhovsky
2022-06-06
Separate OpenSSL-based OCB implementation from others
Benjamin Barenblat
2022-05-30
Revert "Remove redundant malloc/free"
Alex Chernyakhovsky
2022-05-30
Add fuzzer for the terminal
Alex Chernyakhovsky
2022-05-30
Add fuzzing infrastructure
Alex Chernyakhovsky
2022-05-30
Add support for generating coverage reports
Alex Chernyakhovsky
2021-12-10
Merge pull request #1150 from ncfavier/patch-1
Andrew Chin
2021-10-21
Only use CLOCK_MONOTONIC_RAW with __APPLE__ systems.
Harry Sintonen
2021-08-26
Add tmux and alacritty to title_term_types
Naïm Favier
2020-12-05
Use CLOCK_MONOTONIC_RAW when available
Harry Sintonen
2020-05-18
If exec()ing the remote command fails, pause briefly
John Hood
2020-05-17
Move generated includes to their own directory to avoid conflicts.
John Hood
2019-01-04
Apply latest consecutive resize, not earliest.
Peter Edwards
2018-08-29
unicode-later-combining.test: Document slightly.
John Hood
2018-08-15
Some more namespace hygiene for "using decl;".
John Hood
2018-08-15
Remove "using namespace std;".
John Hood
2018-08-15
Always use std::min, std::max.
John Hood
2018-08-15
Fix bind(2) being misinterpreted as std::bind() with libc++7 on FreeBSD.
John Hood
2018-08-03
Fix more inappropriate const_iterator usage.
John Hood
2018-08-03
src/statesync/completeterminal.cc: fix bad iterator type
John Hood
2018-08-03
C++03 bound functions are not available in C++17; remove
John Hood
2018-08-03
Ignore select() errors on Travis/MacOS.
John Hood
2018-08-03
mosh-server: improve error logging
John Hood
2018-04-11
Fix gcc8 snprintf truncation warning.
John Hood
2018-01-18
Type Select::got_signal as volatile sig_atomic_t
Anders Kaseorg
2017-11-21
Use HAVE_UTEMPTER instead of HAVE_UPTEMPTER
Michael Jarvis
2017-11-08
Construct socket name correctly for tmux_check()
John Hood
2017-11-08
Add a separate test for BCE
John Hood
[next]