summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-02Further clean up timeout logicexperimentKeith Winstein
2012-05-02Another fix to retransmission issueKeith Winstein
2012-05-02Fix bug in retransmission logicKeith Winstein
2012-05-01Highlight wrong predictionsKeith Winstein
2012-05-01Changes for experimentKeith Winstein
2012-04-30Warn when server has not heard from us (even if we have heard from server)Keith Winstein
2012-04-30Add AM_PROG_AR for automake 1.12 (closes #250)Keith Winstein
2012-04-29Catch by const reference (remove Eclipse warnings)Massimo Gengarelli
(closes #245)
2012-04-29Added Eclipse's files in .gitignoreMassimo Gengarelli
2012-04-28Build mosh with -g and -O2 on FedoraAlexander Chernyakhovsky
2012-04-27Update mosh.spec to match most recent in FedoraAlexander Chernyakhovsky
2012-04-26Bump version to 1.2mosh-1.2Keith Winstein
2012-04-25Revert "Include config.h in base64.cc to get restrict def (may address #241)"Keith Winstein
This reverts commit f4c84176723215c5f638e5a616a253a00b0ccdc6. config.h was already included via base64.h, and problem is older autoconf.
2012-04-25Include config.h in base64.cc to get restrict def (may address #241)Keith Winstein
2012-04-25Bump version to 1.1.99bKeith Winstein
2012-04-25Update THANKSKeith Winstein
2012-04-25Update copyright information for third/pollKeith Winstein
2012-04-25Bump version to 1.1.99a (release candidate)Keith Winstein
2012-04-25COND_THIRD_POLL _overrides_ broken system poll; does not add to it.Keith Winstein
Fixes OS X 10.6 problem from 7fe9f29.
2012-04-24Bump version to 1.1.99 (release candidate)Keith Winstein
2012-04-24Fix libutil.h test under FreeBSD 7.x/8.xRyan Steinmetz
2012-04-24Include test_utils.h in "SOURCES" so it is distributedKeith Winstein
2012-04-24Bump version to 1.1.98 (release candidate)Keith Winstein
2012-04-24Conform test to new crypto size limitKeith Winstein
2012-04-24Keep aligned buffers around, instead of allocing on each packetKeith Winstein
Fixes #238 github issue. Also fixes armel "Bad alignment" problem.
2012-04-24Rewrite Cygwin test againKeith Winstein
2012-04-24Fix test for Cygwin terminfo locationKeith Winstein
2012-04-23Correct ChangeLogKeith Winstein
2012-04-23Bump version to 1.1.97Keith Winstein
2012-04-23Revert use of protobuf's Gzip streams.Keith Winstein
Unfortunately some Red Hat-based distributions lack the required header. See https://bugzilla.redhat.com/show_bug.cgi?id=815587 This reverts commit 261a389a76d371034daae8f4cdcc1bdbc1b3b101. This reverts commit b6736eb0a5db212a536e10bca241ea9a09ec56c3.
2012-04-23Bump version to 1.1.96 (release candidate)Keith Winstein
2012-04-23Add wrap-compiler-for-flag-check to distribution tar.gzKeith Winstein
2012-04-22Bump version to 1.1.95 (release candidate)Keith Winstein
2012-04-22Update test for elimination of ae_allocate() / ae_free().Keith Winstein
2012-04-22Use AlignedBuffer stedda posix_memalign(). Should work on PPC OS X 10.5.Keith Winstein
Fixes #233 github issue.
2012-04-22Bump version to 1.1.94eKeith Winstein
2012-04-22Restore zlib build dependency (as libprotobuf-dev doesn't depend on it)Keith Winstein
2012-04-22Use protobuf’s Gzip{Input,Output}Stream wrapper around zlibAnders Kaseorg
This removes our direct zlib dependency (although of course protobuf still uses it internally), removes a fixed 4 MiB buffer and its corresponding limit on the terminal size, reduces some string copying, and deletes some code. Signed-off-by: Anders Kaseorg <andersk@mit.edu> (Closes #230.)
2012-04-21Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10)Anders Kaseorg
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-04-21Set poll_LIBS = libpoll.a in Makefile.am so dependency tracking worksAnders Kaseorg
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-04-21Clarify COND_THIRD_LIBSTDDJB codeAnders Kaseorg
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-04-20Put the setsid() where it belongsKeith Winstein
2012-04-20Make sure we always use -lutil, and make test work for FreeBSD too.Keith Winstein
2012-04-20Link against libutil when checking pollQuentin Smith
2012-04-20Pull in third-party poll emulator and automatically link it in if we detect ↵Quentin Smith
the system's poll is broken
2012-04-19Restore 50 fps cap on frame rate (relevant to #222 github issue).Keith Winstein
2012-04-19Adjust timing parameters in response to real-world trace data.Keith Winstein
Also increases maximum frame rate from 50 fps to 100 fps. Relevant to issue #222 on github.
2012-04-19Bump version to 1.1.94dKeith Winstein
2012-04-19More helpful messages when locale not found or wrong (closes #209)Keith Winstein
2012-04-19Make compressor take string references (closes #214 github issue)Keith Winstein