[PR #463] [MERGED] Update docs and add more java tests #1088

Open
opened 2026-01-29 20:52:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/463
Author: @eustas
Created: 10/31/2016
Status: Merged
Merged: 10/31/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

  • f1c29ac Update docs and add more java tests

📊 Changes

34 files changed (+794 additions, -347 deletions)

View changed files

📝 Makefile (+1 -1)
📝 common/dictionary.h (+2 -2)
📝 dec/bit_reader.c (+1 -1)
📝 dec/bit_reader.h (+9 -9)
📝 dec/decode.c (+23 -23)
📝 dec/port.h (+1 -1)
📝 dec/state.h (+1 -1)
📝 dec/transform.h (+1 -1)
📝 enc/backward_references.h (+2 -2)
📝 enc/backward_references_inc.h (+1 -1)
📝 enc/block_splitter_inc.h (+1 -1)
📝 enc/brotli_bit_stream.c (+3 -3)
📝 enc/compress_fragment.c (+4 -4)
📝 enc/compress_fragment_two_pass.c (+3 -3)
📝 enc/encode.c (+38 -19)
📝 enc/entropy_encode.c (+8 -8)
📝 enc/entropy_encode.h (+3 -3)
📝 enc/hash.h (+8 -8)
📝 enc/hash_forgetful_chain_inc.h (+1 -1)
📝 enc/hash_longest_match_inc.h (+2 -2)

...and 14 more files

📄 Description

  • doxygenize and update API documentation
  • fix spelling
  • add "fuzz" corpus for java decoder to improve coverage
  • use upper-case-snake names for dictionary constant definitions
  • use LDFLAGS in conventional Makefile

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/463 **Author:** [@eustas](https://github.com/eustas) **Created:** 10/31/2016 **Status:** ✅ Merged **Merged:** 10/31/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f1c29ac`](https://github.com/google/brotli/commit/f1c29ac6bc7a617f1304794589c21580f4157e64) Update docs and add more java tests ### 📊 Changes **34 files changed** (+794 additions, -347 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `common/dictionary.h` (+2 -2) 📝 `dec/bit_reader.c` (+1 -1) 📝 `dec/bit_reader.h` (+9 -9) 📝 `dec/decode.c` (+23 -23) 📝 `dec/port.h` (+1 -1) 📝 `dec/state.h` (+1 -1) 📝 `dec/transform.h` (+1 -1) 📝 `enc/backward_references.h` (+2 -2) 📝 `enc/backward_references_inc.h` (+1 -1) 📝 `enc/block_splitter_inc.h` (+1 -1) 📝 `enc/brotli_bit_stream.c` (+3 -3) 📝 `enc/compress_fragment.c` (+4 -4) 📝 `enc/compress_fragment_two_pass.c` (+3 -3) 📝 `enc/encode.c` (+38 -19) 📝 `enc/entropy_encode.c` (+8 -8) 📝 `enc/entropy_encode.h` (+3 -3) 📝 `enc/hash.h` (+8 -8) 📝 `enc/hash_forgetful_chain_inc.h` (+1 -1) 📝 `enc/hash_longest_match_inc.h` (+2 -2) _...and 14 more files_ </details> ### 📄 Description * doxygenize and update API documentation * fix spelling * add "fuzz" corpus for java decoder to improve coverage * use upper-case-snake names for dictionary constant definitions * use `LDFLAGS` in conventional `Makefile` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1088