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
about 4 hours
ago. based on code collected
about 4 hours
ago.
Nov 17, 2024 — Nov 17, 2025
Showing page 73 of 78
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix bug #560589 entitled "ROHC library mishandles non-IPv4/IPv6 packets".
Didier Barvaux
More...
over 15 years ago
Merge from 1.3.x branch fixes for bugs #555695 and #555875.
Didier Barvaux
More...
over 15 years ago
Remove the internal boolean type that is more confusing than helpful.
Didier Barvaux
More...
over 15 years ago
Fix bug #555875 entitled "ROHC library mishandles RTP Payload Type (PT) changes".
Didier Barvaux
More...
over 15 years ago
Fix bug #555875 entitled "ROHC library mishandles RTP Payload Type (PT) changes".
Didier Barvaux
More...
over 15 years ago
Fix bug #555695 entitled "GCC warnings on x86-64".
Didier Barvaux
More...
over 15 years ago
Fix bug #555695 entitled "GCC warnings on x86-64".
Didier Barvaux
More...
over 15 years ago
Improve non-regression test
Didier Barvaux
More...
over 15 years ago
Re-work ROHC packet types and ROHC extensions types: - Move ROHC packet types and ROHC extensions types from rohc.h to new rohc_packets.h. - Create enums for ROHC packet types and ROHC extensions types. - Update various functions in the library to use the new types.
Didier Barvaux
More...
over 15 years ago
Move time-related functions from rohc.h to new rohc_time.h.
Didier Barvaux
More...
over 15 years ago
Move functions for IP checksums from rohc.h to ip.h.
Didier Barvaux
More...
over 15 years ago
Merge from 1.3.x branch a fix for bug #549619 entitled "rohctunnel not installed in /usr/sbin".
Didier Barvaux
More...
over 15 years ago
Fix bug #549619 entitled "rohctunnel not installed in /usr/sbin".
Didier Barvaux
More...
over 15 years ago
Revert software version to 'trunk' in configure.ac of the main branch.
Didier Barvaux
More...
over 15 years ago
Update ChangeLog and release number in configure.ac for release 1.3.0.
Didier Barvaux
More...
over 15 years ago
Fix Makefile.am and test scripts for 'make dist' and 'make distcheck' to work.
Didier Barvaux
More...
over 15 years ago
Install the tunnel application in 'sbin' instead of 'bin'.
Didier Barvaux
More...
over 15 years ago
Ignore generated files (ordered lists and PNG images) in the subdirectory measures/.
Didier Barvaux
More...
over 15 years ago
Remove useless files in the subdirectory measures/.
Didier Barvaux
More...
over 15 years ago
Fix IP-ID NBO and RND management: - compressor: always send IP-ID in NBO except if IP-ID is RND - decompressor: always force flag NBO = 1 when receiving flag RND = 1
Didier Barvaux
More...
over 15 years ago
Fix several bugs: - Add constants for SDVL fields sizes. Replace the 28 hardcoded values by 29 and use a SDVL constant. - A field was missing in CRC-DYNAMIC computation. - When IPv6 extension list does not change and must be transmitted, the value of the 4-bit XI fields was not correctly initialized in the loop. Update the non-regression ROHC references in consequence.
Didier Barvaux
More...
over 15 years ago
License clarifications: - State in REDAME and AUTHORS that license is GPL2+, ie. GPL version 2 or (at your option) any later version. This change is done because the project from which the ROHC library was forked was under GPL2+. - Add license statements at the beginning of every source file.
Didier Barvaux
More...
over 15 years ago
Update AUTHORS - mention the participation of CNES, the French space agency. - mention the participation of Julien Bernard of Viveris Technologies. - mention the participation of Julien Peyrade of Viveris Technologies. - reorganize a little bit the file.
Didier Barvaux
More...
over 15 years ago
Doxygen fixes.
Didier Barvaux
More...
over 15 years ago
Bug fixes: - Fix a bug that selected PACKET_UOR_2 packets instead of PACKET_UOR_2_RTP packets with RTP profile. This leads to a compression failure in the function in charge of the extension 3 that does not expect to get a PACKET_UOR_2 packet. The bug was not found because the packet is compressed with the Uncompressed profile as fallback and rohc_compress() reports success. - Fix a mix of flags between inner and outer IP headers for extension 3 of UOR-2 packets.
Didier Barvaux
More...
over 15 years ago
Fix non-regression test: swap ROHC compressor/decompressor couples.
Didier Barvaux
More...
over 15 years ago
Make CRC computation compliant with RFC 3095: - Fix CRC computation (with CRC-STATIC and CRC-DYNAMIC distinction) - Fix CRC computation on extension list. Patch by Julien Bernard.
Didier Barvaux
More...
over 15 years ago
Add missing include for endianness-related constants.
Didier Barvaux
More...
over 15 years ago
Add correct CRC computation on extension list
jbernard
as Julien BERNARD
More...
over 15 years ago
Fix a bug with state transitions at decompressor in unidirectional mode: Upon decompression failure, the state transition is done in the function that sends feedbacks. When in unidirectional mode, no feedback is sent so the function aborts and forgets to change the decompressor state.
Didier Barvaux
More...
over 15 years ago
←
1
2
…
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