summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)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
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
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
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
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
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
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
2012-04-21Remove --install from ACLOCAL_AMFLAGS (for automake < 1.10)Anders Kaseorg
2012-04-21Set poll_LIBS = libpoll.a in Makefile.am so dependency tracking worksAnders Kaseorg
2012-04-21Clarify COND_THIRD_LIBSTDDJB codeAnders Kaseorg
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 t...Quentin Smith
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
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