2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the format string of a debug message. More... about 13 years ago
Remove support for 'make report'. The 'make check' operation supersedes it. More... about 13 years ago
Fix the 'make dist' and 'make distcheck' operations. More... about 13 years ago
Fix bug #642850 entitled "The ROHC PCAP captures do not use the Ethertype assigned to ROHC". https://bugs.launchpad.net/rohc/+bug/642850 More... about 13 years ago
Fix bug #763496 entitled "Large CIDs shall be bound to the [0-16383] range". https://bugs.launchpad.net/rohc/trunk/+bug/763496 More... about 13 years ago
Fix bug #642850 entitled "The ROHC PCAP captures do not use the Ethertype assigned to ROHC". https://bugs.launchpad.net/rohc/+bug/642850 More... about 13 years ago
Improve error handling in feedback-related code. More... about 13 years ago
Remove useless or deprecated autoconf test from configure.ac. More... about 13 years ago
Improve the functional test for FEEDBACK-2 packets with new cases: - small CIDs and small SNs, - small CIDs but large SNs, - large CIDs but small SNs, - large CIDS and large SNs. More... about 13 years ago
Fix bug #622128 entitled "FEEDBACK-2 without option contains 12 bits of SN, not 8 bits" More... about 13 years ago
Add some debug traces in feedback code to ease feedback debugging. More... over 13 years ago
Remove the outdated "measures" directory. The graphs were generated from static input files that were completely outdated. More... over 13 years ago
Update the .bzrignore file after the move of the non-regression and performance tests. More... over 13 years ago
Add Didier Barvaux's personal email address to AUTHORS file. More... over 13 years ago
Update the README and INSTALL files after the move of the non-regression and performance tests. More... over 13 years ago
Move non-regression and performance tests to sub-directories of the test/ directory. This changes makes things clearer in the test/ directory. More... over 13 years ago
Fix bug #622329 entitled "ROHC library fails to decompress ROHC packets with empty payloads". More... over 13 years ago
Add automated test for bug #622329 entitled "ROHC library fails to decompress ROHC packets with empty payload". More... over 13 years ago
Add some debug traces to ease debugging for problems related to ROHC packet type decision in case of RTP. More... over 13 years ago
Add some debug traces to ease debugging for problems related to the MAX_CID and the number of allowed compression contexts. More... over 13 years ago
Non-regression tests: - Use 16 as default number of compression contexts instead of 15. Small CIDs are in range [0, 15] which means that 16 contexts are possible. - Use the number of compression contexts specified on the command line (or the default one if none is given on the cmd line) instead of hardcoded value 15 for the 2nd ROHC compressor. More... over 13 years ago
Update the INSTALL file to reflect the last changes about the non-regression test (name of application binary, application usage...). More... almost 14 years ago
Fix bug #409562 entitled "failed to run the statistics tool". More... almost 14 years ago
Replace "test.sh" and "test_STREAM.sh" by "test_non_regression.sh" and "test_non_regression_STREAM.sh" in comments of the test_non_regression.sh script. I forget to update them when the script was renamed. More... almost 14 years ago
Remove the old statistics scripts since the new statistics application is far better. More... almost 14 years ago
Fix the 'make distcheck' result after the addition of the new statistics application. More... almost 14 years ago
Add new application and script to generate ROHC compression statistics. More... almost 14 years ago
Update the rohc_comp_get_last_packet_info() function to export the type of the last compressed packet (IR, IR-DYN, UO-0*, UO-1*, UO-2*...). More... almost 14 years ago
Fix bug #606919 entitled "Function rohc_feedback_flush() not referenced in the compression API". More... almost 14 years ago
Important cleanup in rohc_comp.h public header. Move all internal strutures from rohc_comp.h in a new internal header rohc_comp_internals.h that is not installed on the system. More... almost 14 years ago