openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
RObust Header Compression (ROHC) library
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 09, 2024 — Nov 09, 2025
Showing page 71 of 78
Search / Filter on:
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.
Didier Barvaux
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.
Didier Barvaux
More...
over 15 years ago
Avoid including useless ROHC headers in rohc_decomp.c to reduce header interdependencies.
Didier Barvaux
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.
Didier Barvaux
More...
over 15 years ago
Create a new type rohc_cid_type_t for the type of ROHC Context ID (CID) in use.
Didier Barvaux
More...
over 15 years ago
Avoid including system headers in ROHC headers to avoid superfluous header interdependencies.
Didier Barvaux
More...
over 15 years ago
Fix the style of some Doxygen comments in the rohc_comp.c file.
Didier Barvaux
More...
over 15 years ago
Coding style: fix the declaration of rohc_alloc_compressor().
Didier Barvaux
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.
Didier Barvaux
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 :(
Didier Barvaux
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.
Didier Barvaux
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.
Didier Barvaux
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.
Didier Barvaux
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.
Didier Barvaux
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.
Didier Barvaux
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.
Didier Barvaux
More...
over 15 years ago
Move the definitions of RTP_PORTS from rohc.h to c_rtp.c because this definition should be private.
Didier Barvaux
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.
Didier Barvaux
More...
over 15 years ago
Clearly separate public and private functions in cid.[ch] files.
Didier Barvaux
More...
over 15 years ago
Clearly separate public and private functions in rohc_comp.[ch] files.
Didier Barvaux
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.
Didier Barvaux
More...
over 15 years ago
Add colors to test results (currently disabled for compatibility with automake 1.10).
Didier Barvaux
More...
over 15 years ago
Make 'make' less verbose to get output like Linux kernel build.
Didier Barvaux
More...
over 15 years ago
Performance test: make estimation of CPU speed more accurate.
Didier Barvaux
More...
over 15 years ago
Fix build with CFLAGS="-DNDEBUG".
Didier Barvaux
More...
over 15 years ago
Make 'make distcheck' work again after last changes.
Didier Barvaux
More...
over 15 years ago
Add new application for compression performance.
Didier Barvaux
More...
over 15 years ago
Fix bug #580491 entitled "ROHC library fails to handle a specific ICMP stream".
Didier Barvaux
More...
over 15 years ago
Fix bug #580491 entitled "ROHC library fails to handle a specific ICMP stream".
Didier Barvaux
More...
over 15 years ago
Merge from 1.3.x branch: Fix bug #556049 entitled "rohc0 creation failed for rohc 1.3.0 library".
Didier Barvaux
More...
over 15 years ago
←
1
2
…
67
68
69
70
71
72
73
74
75
76
77
78
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree