]> git.sesse.net Git - greproxy/shortlog
greproxy
2016-02-28 Steinar H.... Merge branch 'master' of /srv/git.sesse.net/www/greproxy master
2016-02-28 Steinar H.... Make sequence numbers unsigned, because they are.
2016-02-17 Steinar H.... Update email address.
2015-02-14 Steinar H.... Mark copyright.
2015-02-14 Steinar H.... Count reorders somewhat differently.
2015-02-14 Steinar H.... Calm down a tiny bit on the amount of parity.
2015-02-11 Steinar H.... Also print number of TS discontinuities.
2015-02-10 Steinar H.... Make tungre output statistics on stderr every 10 seconds.
2015-02-09 Steinar H.... Add README and license.
2015-02-08 Steinar H.... Fix super-stupid bug in Reorderer that only affected...
2015-02-08 Steinar H.... Fix multi-timeouts also in tungre.
2015-02-08 Steinar H.... Merge branch 'master' of morgental.zrh.sesse.net:greproxy
2015-02-08 Steinar H.... Make Reorderer handle multi-timeouts.
2015-02-08 Steinar H.... Fix a bug in subtract_timeval_saturate.
2015-02-08 Steinar H.... Moved time functions into a shared file.
2015-02-08 Steinar H.... Unbreak pacing in tungre.
2015-02-08 Steinar H.... Add some packet pacing, to reduce the burstiness many...
2015-02-08 Steinar H.... Add some code to drop packets on-demand, for debugging.
2015-02-08 Steinar H.... RSEncoder bugfix that did not get into the previous...
2015-02-08 Steinar H.... Change FEC implementation.
2015-02-08 Steinar H.... Fix another crippling RS decoding bug.
2015-02-08 Steinar H.... Fix a misunderstanding in the RS API.
2015-02-08 Steinar H.... Add missing file.
2015-02-08 Steinar H.... Switch to a different RS encoding.
2015-02-07 Steinar H.... Merge branch 'master' of morgental.zrh.sesse.net:greproxy
2015-02-07 Steinar H.... Add FEC.
2015-02-07 Steinar H.... Increase the packet buffers a bit, since FEC will intro...
2015-02-07 Steinar H.... Make GREProtocol no longer make its own sequence numbers.
2015-02-07 Steinar H.... Support sequence restarts.
2015-02-07 Steinar H.... Timeout packets in the reordering buffer after 100...
2015-02-07 Steinar H.... Split Protocol into Sender and Reader.
2015-02-07 Steinar H.... Run include-what-you-use.
2015-02-07 Steinar H.... Port greproxy to all the new classes and stuff.
2015-02-07 Steinar H.... Add a simple Makefile and .gitignore.
2015-02-07 Steinar H.... Make Reorderer into a Protocol.
2015-02-07 Steinar H.... Add missing commits from previous cleanups.
2015-02-07 Steinar H.... Move Reorderer into its own file.
2015-02-07 Steinar H.... Move TUNProtocol into its own file.
2015-02-07 Steinar H.... Move GREProtocol into its own files, and Reorderer...
2015-02-07 Steinar H.... Split Protocol out into a header.
2015-02-06 Steinar H.... Move more stuff into the classes. Not fully orthogonal...
2015-02-06 Steinar H.... Initial commit.