2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 09, 2024 — Nov 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the new method rohc_comp_get_last_packet_info() in the tunnel application. More... over 15 years ago
Add the new method rohc_comp_get_last_packet_info() to the compressor API so that one application using the ROHC library might get some information about the last compressed packet: - The mode of the last context used by the compressor, - The state of the last context used by the compressor, - The compressed size (in bytes) of the last compressed header, - The uncompressed size (in bytes) of the last compressed header, - The compressed size (in bytes) of the last compressed packet, - The uncompressed size (in bytes) of the last compressed packet. More... over 15 years ago
Avoid including useless ROHC headers in rohc_decomp.c to reduce header interdependencies. More... over 15 years ago
Change the prototype of the code_cid_values() function to reduce header interdependencies and in consequence move the cid.[ch] files into the common directory. More... over 15 years ago
Create a new type rohc_cid_type_t for the type of ROHC Context ID (CID) in use. More... over 15 years ago
Avoid including system headers in ROHC headers to avoid superfluous header interdependencies. More... over 15 years ago
Fix the style of some Doxygen comments in the rohc_comp.c file. More... over 15 years ago
Coding style: fix the declaration of rohc_alloc_compressor(). More... over 15 years ago
Avoid installing private ROHC headers on the system during install. This is not required and it pollutes the system with unnecessary headers with vague names such as ip.h or crc.h. More... over 15 years ago
Avoid including several ROHC private headers directly in rohc.h. This is not required and creates superfluous interdependencies between header files. It also makes the private ROHC headers public and that's a bad thing :( More... over 15 years ago
Avoid including several system headers directly in rohc.h. This is not required and creates superfluous interdependencies between header files. More... over 15 years ago
Move the definitions of the zfree macro from rohc.h to rohc_debug.h because this definition should be private. Also disable the zfree macro when the ROHC library is built with debug level 0. More... over 15 years ago
Remove the CRC_ACTION constant from rohc.h since there is no real need to disable packet repair upon CRC failure. More... over 15 years ago
Move the definitions of the WEIGHT_OLD and WEIGHT_NEW constants from rohc.h to d_generic.c because these definitions should be private. More... over 15 years ago
Move the definitions of the MOD_TOS, MOD_TTL and MOD_PROTOCOL constants from rohc.h to c_generic.c because these definitions should be private. More... over 15 years ago
Move the definitions of bitwise operations from rohc.h to a dedicated header private file rohc_bit_ops.h because these definitions should be private. More... over 15 years ago
Move the definitions of RTP_PORTS from rohc.h to c_rtp.c because this definition should be private. More... over 15 years ago
Avoid including cid.h directly in rohc_comp.h, this is not required and creates superfluous interdependencies between header files. More... over 15 years ago
Clearly separate public and private functions in cid.[ch] files. More... over 15 years ago
Clearly separate public and private functions in rohc_comp.[ch] files. More... over 15 years ago
Add new option --max-contexts to non-regression application to limit the number of simultaneous contexts the ROHC compressors/decompressors can use during the non-regression tests. More... over 15 years ago
Add colors to test results (currently disabled for compatibility with automake 1.10). More... over 15 years ago
Make 'make' less verbose to get output like Linux kernel build. More... over 15 years ago
Performance test: make estimation of CPU speed more accurate. More... over 15 years ago
Fix build with CFLAGS="-DNDEBUG". More... over 15 years ago
Make 'make distcheck' work again after last changes. More... over 15 years ago
Add new application for compression performance. More... over 15 years ago
Fix bug #580491 entitled "ROHC library fails to handle a specific ICMP stream". More... over 15 years ago
Fix bug #580491 entitled "ROHC library fails to handle a specific ICMP stream". More... over 15 years ago
Merge from 1.3.x branch: Fix bug #556049 entitled "rohc0 creation failed for rohc 1.3.0 library". More... over 15 years ago