]> git.sesse.net Git - greproxy/history
greproxy
2016-02-28 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/greproxy master
2016-02-28 Steinar H. GundersonMake sequence numbers unsigned, because they are.
2016-02-17 Steinar H. GundersonUpdate email address.
2015-02-14 Steinar H. GundersonMark copyright.
2015-02-14 Steinar H. GundersonCount reorders somewhat differently.
2015-02-14 Steinar H. GundersonCalm down a tiny bit on the amount of parity.
2015-02-11 Steinar H. GundersonAlso print number of TS discontinuities.
2015-02-10 Steinar H. GundersonMake tungre output statistics on stderr every 10 seconds.
2015-02-09 Steinar H. GundersonAdd README and license.
2015-02-08 Steinar H. GundersonFix super-stupid bug in Reorderer that only affected...
2015-02-08 Steinar H. GundersonFix multi-timeouts also in tungre.
2015-02-08 Steinar H. GundersonMerge branch 'master' of morgental.zrh.sesse.net:greproxy
2015-02-08 Steinar H. GundersonMake Reorderer handle multi-timeouts.
2015-02-08 Steinar H. GundersonFix a bug in subtract_timeval_saturate.
2015-02-08 Steinar H. GundersonMoved time functions into a shared file.
2015-02-08 Steinar H. GundersonUnbreak pacing in tungre.
2015-02-08 Steinar H. GundersonAdd some packet pacing, to reduce the burstiness many...
2015-02-08 Steinar H. GundersonAdd some code to drop packets on-demand, for debugging.
2015-02-08 Steinar H. GundersonRSEncoder bugfix that did not get into the previous...
2015-02-08 Steinar H. GundersonChange FEC implementation.
2015-02-08 Steinar H. GundersonFix another crippling RS decoding bug.
2015-02-08 Steinar H. GundersonFix a misunderstanding in the RS API.
2015-02-08 Steinar H. GundersonAdd missing file.
2015-02-08 Steinar H. GundersonSwitch to a different RS encoding.
2015-02-07 Steinar H. GundersonMerge branch 'master' of morgental.zrh.sesse.net:greproxy
2015-02-07 Steinar H. GundersonAdd FEC.
2015-02-07 Steinar H. GundersonIncrease the packet buffers a bit, since FEC will intro...
2015-02-07 Steinar H. GundersonMake GREProtocol no longer make its own sequence numbers.
2015-02-07 Steinar H. GundersonSupport sequence restarts.
2015-02-07 Steinar H. GundersonTimeout packets in the reordering buffer after 100...
2015-02-07 Steinar H. GundersonSplit Protocol into Sender and Reader.
2015-02-07 Steinar H. GundersonRun include-what-you-use.
2015-02-07 Steinar H. GundersonPort greproxy to all the new classes and stuff.
2015-02-07 Steinar H. GundersonAdd a simple Makefile and .gitignore.
2015-02-07 Steinar H. GundersonMake Reorderer into a Protocol.
2015-02-07 Steinar H. GundersonAdd missing commits from previous cleanups.
2015-02-07 Steinar H. GundersonMove Reorderer into its own file.
2015-02-07 Steinar H. GundersonMove TUNProtocol into its own file.
2015-02-07 Steinar H. GundersonMove GREProtocol into its own files, and Reorderer...
2015-02-07 Steinar H. GundersonSplit Protocol out into a header.
2015-02-06 Steinar H. GundersonMove more stuff into the classes. Not fully orthogonal...
2015-02-06 Steinar H. GundersonInitial commit.