1
0
mirror of https://github.com/mobile-shell/mosh.git synced 2026-03-01 18:23:30 +01:00

Commit Graph

  • b5775df441 prng: support getrandom & getentropy master Mike Frysinger 2026-01-19 21:36:54 -05:00
  • 8e472066be select: use SA_RESTART with signals Mike Frysinger 2026-01-27 03:08:12 -05:00
  • 3f91cce5ff client: drop NACL check Mike Frysinger 2026-01-19 22:52:30 -05:00
  • 5f5d35c7a8 Run apt update before apt install Alex Chernyakhovsky 2026-02-27 16:44:02 -05:00
  • b245486d9c gitignore: add config.cache Mike Frysinger 2026-01-27 03:09:50 -05:00
  • ee757a2210 Fix compile failure on MacOS X Eric Dorland 2026-02-17 16:08:38 -05:00
  • 64ce9aad9a Drop the -pedantic flag from CXX_FLAGS Eric Dorland 2026-02-23 01:05:36 -05:00
  • 59e3aa96c7 Upgrade ubuntu runners (+2y) Alex Chernyakhovsky 2026-02-23 17:42:45 -05:00
  • f7b350f0a8 Remove Benjamin Barenblat from Debian uploaders Benjamin Barenblat 2026-01-19 19:39:46 -05:00
  • 9c4e59a701 Merge pull request #1366 from irbeam256/fedora-docs Andrew Chin 2026-01-10 21:01:21 -05:00
  • ad655d89a3 Add Fedora/RHEL dependencies to the README Irene Brown 2025-12-20 13:17:45 -08:00
  • 2f3fff61c7 Merge pull request #1363 from eminence/fix_ci Andrew Chin 2025-12-06 12:41:29 -05:00
  • dc530362bf Update to v4 of the upload artifact action Andrew Chin 2025-12-06 09:24:15 -05:00
  • 1105d481bb Run clang-format lint on pull requests Alex Chernyakhovsky 2023-08-07 22:07:52 -04:00
  • 05c7aceb1e Fix up clang-formatting a bit Benjamin Barenblat 2023-08-07 21:40:33 -04:00
  • 3acaa1c4d3 clang-format Mosh Benjamin Barenblat 2023-08-07 21:53:48 -04:00
  • 0b15dc94fa Add a clang-format file and prepare for clang-formatting Benjamin Barenblat 2023-08-07 21:24:18 -04:00
  • f2904f95b3 Add missing fatal_assert.h include Alex Chernyakhovsky 2023-08-07 21:51:22 -04:00
  • 4306b7cd42 Use pipe to communicate between client and server at startup Ashley Hedberg 2023-02-02 21:13:04 -05:00
  • cf542739cc Switch to C++ versions of standard C headers Alex Chernyakhovsky 2023-07-30 18:10:08 -04:00
  • 19ad493dcb Remove using-declarations for std:: types Alex Chernyakhovsky 2023-07-30 17:46:02 -04:00
  • 8469db91db Modernize all typedefs with using statements Alex Chernyakhovsky 2023-07-30 17:27:10 -04:00
  • 38c84a9330 Removed shared_ptr shim Alex Chernyakhovsky 2023-07-30 17:20:33 -04:00
  • 2224465cc9 Stop Cygwin CI John Hood 2022-10-28 23:57:23 -04:00
  • 325098ac07 Switch to fully-qualified #include Alex Chernyakhovsky 2023-03-05 17:57:22 -05:00
  • 62869ae55f Rename VERSION to VERSION.stamp Alex Chernyakhovsky 2023-03-05 20:52:52 -05:00
  • aa742478cb modernize configure.ac slightly John Hood 2022-10-26 23:14:51 -04:00
  • d5da710c02 Update ubuntu runner images Alex Chernyakhovsky 2023-07-30 16:40:50 -04:00
  • eee1a8cf41 Bump C++ version to C++17 Alex Chernyakhovsky 2023-07-30 16:19:46 -04:00
  • c16108f017 Add developer instructions to readme (#1252) ahedberg 2023-01-19 20:11:30 -05:00
  • c516fb4256 Add github action for CIFuzz integration David Korczynski 2022-11-20 14:23:30 -08:00
  • aafe2f9f02 Release for Debian unstable Benjamin Barenblat 2022-11-11 22:37:46 -05:00
  • bc73a26316 Bump version to 1.4.0 mosh-1.4.0 Benjamin Barenblat 2022-10-26 21:11:19 -04:00
  • f111fbe936 Release for Debian experimental, take 2 Benjamin Barenblat 2022-10-26 20:38:51 -04:00
  • 3006ce6d04 Release for Debian experimental Benjamin Barenblat 2022-10-26 20:15:20 -04:00
  • 42a3b52745 Support nocheck profile Benjamin Barenblat 2022-10-26 20:10:56 -04:00
  • 2285ba4669 Add Rules-Requires-Root Benjamin Barenblat 2022-10-26 20:08:06 -04:00
  • 5eb5b044f3 Update Standards-Version Benjamin Barenblat 2022-10-26 20:07:46 -04:00
  • 413b979897 Update debian/watch to version 4 Benjamin Barenblat 2022-10-26 20:07:12 -04:00
  • 684cda53da Update to Debhelper 12 Benjamin Barenblat 2022-10-26 19:52:56 -04:00
  • 49760579bd Start updating Debian packaging for 1.3.2.95rc2 Benjamin Barenblat 2022-10-26 19:54:00 -04:00
  • a08e682de6 Bump release candidate to 1.3.2.95rc2 mosh-1.3.2.95rc2 Benjamin Barenblat 2022-10-26 19:29:44 -04:00
  • 68226283cb Disable emulation-attributes-bce on tmux 3.3a Alex Chernyakhovsky 2022-10-26 18:18:39 -04:00
  • f3665fb99b Switch 1.4.0-rc1 version to 1.3.2.95rc1 mosh-1.3.2.95rc1 Alex Chernyakhovsky 2022-08-04 17:15:43 -04:00
  • fe72a3e084 Bump release candidate to 1.4.0-rc1 Alex Chernyakhovsky 2022-08-03 21:42:26 -04:00
  • 3afba8985c Actually evaluate the github actions contains() expression for prerelease Alex Chernyakhovsky 2022-08-03 21:38:48 -04:00
  • 850c1f0955 Fetch forcibly while fetching tags mosh-1.4.0-rc0 Alex Chernyakhovsky 2022-08-03 21:12:32 -04:00
  • 7d2601d419 Tag mosh 1.4.0 Release Candidate Alex Chernyakhovsky 2022-08-03 20:02:38 -04:00
  • cd7050613c Audit and fix up format strings Benjamin Barenblat 2022-08-03 19:32:39 -04:00
  • 4cd2da5202 Switch macOS multi-arch to x86_64+arm64 Alex Chernyakhovsky 2022-07-11 21:21:33 -04:00
  • 6154bc04d9 Add -Wno-unused-parameter Alex Chernyakhovsky 2022-08-03 19:33:16 -04:00
  • 0982212ca7 Remove obsolete Travis CI configuration Alex Chernyakhovsky 2022-07-11 21:14:31 -04:00
  • 7f0c3a4162 Add macOS release steps to Github Actions Alex Chernyakhovsky 2022-07-11 20:36:25 -04:00
  • f0b0108c85 Add release action on Linux Alex Chernyakhovsky 2022-07-05 15:51:53 -04:00
  • 581bd67c5a Fixes for distcheck Alex Chernyakhovsky 2022-07-05 16:26:30 -04:00
  • 2b7dd9efc3 Correct memory leak in ocb-aes test Alex Chernyakhovsky 2022-07-05 15:27:26 -04:00
  • 1416e9a3c1 OCB: Use OpenSSL EVP instead of deprecated AES Benjamin Barenblat 2022-06-27 20:35:28 -04:00
  • 5ad20dbc50 Stop using deprecated Nettle functions Alex Chernyakhovsky 2022-06-27 20:10:05 -04:00
  • db49808ac3 OCB: Heap-allocate keys Benjamin Barenblat 2022-06-27 19:59:54 -04:00
  • ad85b90505 OCB: Make primitive AES API explicit Benjamin Barenblat 2022-06-27 17:52:11 -04:00
  • 0a30c5acd5 Delete unused ROUNDS macro Benjamin Barenblat 2022-06-27 17:33:58 -04:00
  • e5e62b4c76 Add nettle to the CI matrix Alex Chernyakhovsky 2022-06-27 19:06:55 -04:00
  • 13d73a6144 Put -lnettle back on the link line when using Nettle Benjamin Barenblat 2022-06-27 17:24:50 -04:00
  • bacc024083 Go back to internal OCB implementation Benjamin Barenblat 2022-06-22 20:47:57 -04:00
  • 135a11a2bb Use OpenSSL native OCB-AES implementation Alex Chernyakhovsky 2022-06-06 21:45:03 -04:00
  • a563093f16 Separate OpenSSL-based OCB implementation from others Benjamin Barenblat 2022-06-06 22:00:31 -04:00
  • 71fede3e28 Import Debian changes 1.3.2-2.2 debian-1.3.2 Nicholas Guriev 2022-05-28 10:01:51 +03:00
  • 2f90addb7c Revert "Remove redundant malloc/free" Alex Chernyakhovsky 2022-05-30 20:39:09 -04:00
  • adb62e97ff Add fuzzer for the terminal Alex Chernyakhovsky 2022-05-30 20:01:52 -04:00
  • 0c6e034459 Add fuzzing infrastructure Alex Chernyakhovsky 2022-05-30 20:00:04 -04:00
  • 1f27c532ac Add code coverage instructions to README.md Alex Chernyakhovsky 2022-02-14 15:49:38 -05:00
  • 16c4ff84f9 Ignore generated protobufs for coverage Alex Chernyakhovsky 2022-02-06 20:08:42 -05:00
  • 70a02d1e83 Add support for generating coverage reports Alex Chernyakhovsky 2022-02-06 19:34:58 -05:00
  • dbe419d0e0 Disable clang warning in order to mitigate protocolbuffers/protobuf#9181 Wolfgang E. Sanyer 2022-01-29 20:58:47 -05:00
  • 7b534bacb4 Replace Travis-CI badge with Github Actions badge. Wolfgang E. Sanyer 2022-01-29 04:19:26 +00:00
  • 179e1d9f56 Add github action for CI build Wolfgang E. Sanyer 2022-01-29 03:29:50 +00:00
  • 378dfa6aa5 Merge pull request #1150 from ncfavier/patch-1 Andrew Chin 2021-12-10 16:07:48 -05:00
  • 311764712e Merge pull request #1124 from piru/master Andrew Chin 2021-12-08 18:42:38 -05:00
  • 6b2ffa904d Merge pull request #1160 from njaard/master Andrew Chin 2021-11-04 12:46:10 -04:00
  • 9cf1a9c8ee Don't sometimes hang just after launching ssh Kalle Samuels 2021-10-28 12:38:04 -07:00
  • 87fd565268 Only use CLOCK_MONOTONIC_RAW with __APPLE__ systems. Harry Sintonen 2021-10-21 16:43:41 +03:00
  • bb34ce585e Add tmux and alacritty to title_term_types Naïm Favier 2021-08-26 19:55:08 +02:00
  • e023e81c08 Merge pull request #1125 from black-desk/master Andrew Chin 2021-07-21 10:23:25 -04:00
  • 3a0e19075b .gitignore: fix path black_desk 2021-07-21 13:12:30 +08:00
  • 232c6bf19e .gitignore: add compile_commands.json black_desk 2021-07-21 13:12:03 +08:00
  • 68035c18d4 Merge pull request #1146 from buzztiaan/patch-1 Andrew Chin 2021-07-13 16:17:44 -04:00
  • cf8a680f2d fixed the irc channel link in README buZz 2021-07-13 22:02:41 +02:00
  • 57b97a4c91 Use CLOCK_MONOTONIC_RAW when available Harry Sintonen 2020-12-05 21:21:14 +02:00
  • 03087e7a76 If exec()ing the remote command fails, pause briefly John Hood 2019-07-10 13:49:30 -04:00
  • 12199114fe Move generated includes to their own directory to avoid conflicts. John Hood 2019-07-09 00:30:16 -04:00
  • 609fb91fbc Use Travis Homebrew addon. John Hood 2019-07-12 19:50:57 -04:00
  • 8f7c29dece "Fix" Travis OS X builds. John Hood 2020-05-17 00:29:51 -04:00
  • 0cc492dbae configure: Add test for whether protoc matches protobuf Anders Kaseorg 2019-06-12 18:43:54 -07:00
  • feced5910c configure: Fix FD_ISSET test under -Werror Anders Kaseorg 2019-06-12 18:15:57 -07:00
  • 7c10080766 configure: Fix forkpty test code indentation Anders Kaseorg 2019-06-12 18:13:32 -07:00
  • 8682f39fa5 configure: Remove unused tests Anders Kaseorg 2019-06-12 18:06:39 -07:00
  • e009ba4e76 configure: Set language to C++ globally Anders Kaseorg 2019-06-12 17:25:45 -07:00
  • b1da700535 Fix Appveyor build. John Hood 2019-07-09 20:38:51 -04:00
  • 335e3869b7 configure: Another flag for macOS distcheck: -Wno-error=nested-anon-types Anders Kaseorg 2019-06-12 22:51:08 -07:00
  • f7a054c3e7 configure: Add --enable-static-LIBRARY options for selective static linking Anders Kaseorg 2019-02-03 15:54:12 -08:00