]> git.sesse.net Git - greproxy/shortlog
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.... 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.