2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This patch fixes a bug in the test application. The problem comes from the padding in the Ethernet frame. More... about 17 years ago
This patch adds debug traces in the IP module. This changes makes debugging easier. More... about 17 years ago
This patch fixes a bug introduced by the bugfix committed in revision 374. The profile API changed and the Uncompressed profile not correctly updated. The report script reported the regression. The problem only affects the Uncompressed profile. More... about 17 years ago
This patch fixes a bug on the statistics. More... about 17 years ago
This patch fixes bugs with the length of the decompressed IP packets: - The test program does not fully compare the decompressed IP packets with original ones if they have different lengths. Only the min(original length, decompressed length) bytes are tested. The patch fixes this bug. - The second bug was hidden by the first one. The IR-DYN decoding returned bad uncompressed IP lengths. The patch fixes this bug. More... about 17 years ago
Update the changelog. Uncompressed profile now working. More... about 17 years ago
Add a new test in the report. The test is focused on the Uncompressed profile. Source packets are fragmented IP packets (with an UDP payload) that cannot be compressed by IP-only, UDP nor UDP-Lite profiles (because of the fragmentation). More... about 17 years ago
This patch slightly changes the behaviour of the context check functions of the IP-only, UDP and UDP-Lite profiles. More... about 17 years ago
This patch adds a length check in the uncompressed_decode() function. It also adds an error message if the Uncompressed profile receives a Normal packet in No Context state. More... about 17 years ago
This patch fixes the calculation of the IR and IR-DYN lengths by the Uncompressed profile. More... about 17 years ago
This patch fixes the CRC calculation of the IR packet in the Uncompressed profile. The CRC field must be zeroed before the CRC calculation. More... about 17 years ago
Add some debug info. More... about 17 years ago
Update the changelog. IPv6 is now supported. More... about 17 years ago
Add several new tests in the report. They are mainly focused on testing IPv6. More... about 17 years ago
Add to the test program the support for a new PCAP link layer. Now, it is able to read and write PCAP files using Linux Cooked Sockets headers. More... about 17 years ago
This patch fixes a CFP-related bug in the UDP-Lite decompression. More... about 17 years ago
This patch suppresses some useless TODO comments. More... about 17 years ago
Correct a small error in a comment: the number of bits assigned to the SN in an UO2 packet is 5, not 4. More... about 17 years ago
Add the IPv6 support to the decompression library. This patch intensely uses the previously added IP module. More... about 17 years ago
Add the IPv6 support to the compression library. This patch intensely uses the previously added IP module. More... about 17 years ago
Add a new IP module that handles both IPv4 and IPv6 packets. Replace the old GET_DF macro by the new IPV4_GET_DF macro defined in the IP module. More... about 17 years ago
The return type of the get_milliseconds() and get_microseconds() functions changed to unsigned int. Some changes were forgotten. More... about 17 years ago
Move the definition of IPPROTO_UDPLITE in the common library. The constant will thus be available for both compression and decompression libraries. More... about 17 years ago
Change the return type of the get_milliseconds() and get_microseconds() functions to unsigned int to avoid integer overflow. More... about 17 years ago
Change the return type of the get_milliseconds() and get_microseconds() functions to unsigned int to avoid integer overflow. More... about 17 years ago
Add more info in the debug traces: source file, line in the source file and function name. More... about 17 years ago
The GET_DUAL_0_4_AND_7 and GET_DUAL_0_2_AND_ALL macros are not used anymore, they can be safely removed. More... about 17 years ago
Simply change the test organisation to prepare for the arrival of the IPv6 tests. No new functionnality is added with this patch. More... about 17 years ago
This patch fixes a bug in the test/report process. More... about 17 years ago
This patch makes the HTML report look better: - The FAIL status are now always in red even if the FAIL status is a link. - The font in the result table becomes smaller to display more table lines. - The first column of the result table becomes larger to display the test name on one single line. More table lines may be displayed on the screen. This allows seeing the whole result table without scrolling. More... about 17 years ago