aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Test the Mosh crypto layerGravatar Keegan McAllister2012-04-06
* Test the OCB-AES reference implementationGravatar Keegan McAllister2012-04-06
* Create src/testsGravatar Keegan McAllister2012-04-06
* Make aligned allocation without posix_memalign more robustGravatar Keegan McAllister2012-04-06
* Add a class for aligned buffersGravatar Keegan McAllister2012-04-06
* Added missing flags in src/statesync/Makefile.amGravatar Peter Iannucci2012-04-06
* FreeBSD needs libutil.h for forkpty()Gravatar Benjamin Kaduk2012-04-05
* Allow <sys/endian.h> as well as <endian.h>Gravatar Benjamin Kaduk2012-04-05
* Fix bug sometimes causing missing (or spurious) wraparound copy-and-pasteGravatar Keith Winstein2012-04-02
* Kill the session after encrypting 2^47 blocksGravatar Keegan McAllister2012-03-31
* Allow CryptoExceptions to be fatalGravatar Keegan McAllister2012-03-31
* Fully initialize the argument to TIOCSWINSZGravatar Keegan McAllister2012-03-31
* Print warnings when IUTF8 missingGravatar Keith Winstein2012-03-31
* Insert missing "if-then" instruction in OCB ARM assem so works with Thumb-2.Gravatar Keith Winstein2012-03-31
* Avoid compiler warning on platforms where wchar_t is uint32_t (arm)Gravatar Keith Winstein2012-03-31
* -lpoll must come before -lm (which pulls in the system poll implementation)Gravatar Quentin Smith2012-03-28
* Allow the user to specify CFLAGS and LIBS for linking with poll, and test for...Gravatar Quentin Smith2012-03-28
* Fix poll.h locationGravatar Quentin Smith2012-03-28
* Handle early gcc compilers that are missing __builtin_bswap64 or __builtin_ctzGravatar Quentin Smith2012-03-26
* Use uintptr_t instead of size_t, since size_t is not guaranteed to be pointer...Gravatar Quentin Smith2012-03-26
* Don't pass -lutil when linking mosh-clientGravatar Keegan McAllister2012-03-26
* Move some locale handling into one placeGravatar Keegan McAllister2012-03-26
* Rename sse_alloc to aligned_allocGravatar Keegan McAllister2012-03-26
* Add unistd.h to network.cc to allow mosh to build on Fedora Rawhide (future F...Gravatar Alexander Chernyakhovsky2012-03-26
* Split the fatal_assert message into two linesGravatar Keegan McAllister2012-03-24
* Actually print the message on fatal_assert failureGravatar Keegan McAllister2012-03-24
* Handle platforms (like Darwin 9) that do not have posix_memalignGravatar Quentin Smith2012-03-23
* Update documentation to version 1.1Gravatar Keith Winstein2012-03-22
* Fix copy-paste error in port argument checkGravatar Keith Winstein2012-03-21
* Don't display blue "Connecting..." bar immediatelyGravatar Keith Winstein2012-03-21
* No need to reset scrolling region on close -- we always clean this upGravatar Keith Winstein2012-03-21
* Change shutdown sequence (take away DECSTR)Gravatar Keith Winstein2012-03-21
* Explicitly disable dumping core (closes #72)Gravatar Keegan McAllister2012-03-21
* Allow immediate return on initial spinsGravatar Keith Winstein2012-03-21
* Use _exit() for hygiene (per Anders Kaseorg)Gravatar Keith Winstein2012-03-21
* Startup script quoting cleanups per Anders KaseorgGravatar Keith Winstein2012-03-21
* Use the PRNG class for chaffGravatar Keegan McAllister2012-03-19
* Add PRNG reading from /dev/urandomGravatar Keith Winstein2012-03-19
* Invalidate cursor location (but don't actually move cursor) after scroll resetGravatar Keith Winstein2012-03-18
* Scroll only scrolled region (fixes #31 github issue)Gravatar Keith Winstein2012-03-18
* Make make_chaff() static class function to fix spurious clang warningGravatar Keith Winstein2012-03-18
* Add chaff to outgoing instructions (closes #26 github issue)Gravatar Keith Winstein2012-03-18
* Count colors locally. Server advertises xterm-256color only when necessary.Gravatar Keith Winstein2012-03-18
* Give mosh-client option to print number of colorsGravatar Keith Winstein2012-03-18
* Update gitignore for benchmarkGravatar Keith Winstein2012-03-18
* Don't die immediately on broken commandGravatar Keith Winstein2012-03-18
* Revert "Increase shutdown retries before giving up"Gravatar Keith Winstein2012-03-18
* More robust option parsing and redo wrapperGravatar Keith Winstein2012-03-18
* New option-parsing for mosh-serverGravatar Keith Winstein2012-03-18
* Don't try to parse single -- as IP addressGravatar Keith Winstein2012-03-18