2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug #560589 entitled "ROHC library mishandles non-IPv4/IPv6 packets". More... over 15 years ago
Merge from 1.3.x branch fixes for bugs #555695 and #555875. More... over 15 years ago
Remove the internal boolean type that is more confusing than helpful. More... over 15 years ago
Fix bug #555875 entitled "ROHC library mishandles RTP Payload Type (PT) changes". More... over 15 years ago
Fix bug #555875 entitled "ROHC library mishandles RTP Payload Type (PT) changes". More... over 15 years ago
Fix bug #555695 entitled "GCC warnings on x86-64". More... over 15 years ago
Fix bug #555695 entitled "GCC warnings on x86-64". More... over 15 years ago
Improve non-regression test 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. More... over 15 years ago
Move time-related functions from rohc.h to new rohc_time.h. More... over 15 years ago
Move functions for IP checksums from rohc.h to ip.h. More... over 15 years ago
Merge from 1.3.x branch a fix for bug #549619 entitled "rohctunnel not installed in /usr/sbin". More... over 15 years ago
Fix bug #549619 entitled "rohctunnel not installed in /usr/sbin". More... over 15 years ago
Revert software version to 'trunk' in configure.ac of the main branch. More... over 15 years ago
Update ChangeLog and release number in configure.ac for release 1.3.0. More... over 15 years ago
Fix Makefile.am and test scripts for 'make dist' and 'make distcheck' to work. More... over 15 years ago
Install the tunnel application in 'sbin' instead of 'bin'. More... over 15 years ago
Ignore generated files (ordered lists and PNG images) in the subdirectory measures/. More... over 15 years ago
Remove useless files in the subdirectory measures/. 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 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. 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. 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. More... over 15 years ago
Doxygen fixes. 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. More... over 15 years ago
Fix non-regression test: swap ROHC compressor/decompressor couples. 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. More... over 15 years ago
Add missing include for endianness-related constants. 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. More... over 15 years ago