index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insert_string_tpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace conditional byte swapping with portable host/LE conversion
Nathan Moinvaziri
2026-01-23
1
-7
/
+1
*
Move cleanup undefs to insert_string_tpl.h
Pavel P
2026-01-21
1
-0
/
+13
*
Use uint32_t for hash_head in update_hash/insert_string
Hans Kristian Rosbach
2025-12-22
1
-13
/
+11
*
Compute w_mask rather than storing it in the deflate_state structure
Nathan Moinvaziri
2025-12-09
1
-3
/
+3
*
Inline all uses of quick_insert_string*/quick_insert_value*.
Hans Kristian Rosbach
2025-12-07
1
-16
/
+4
*
Add quick_insert_value for optimized hash insertion
Nathan Moinvaziri
2025-12-01
1
-0
/
+22
*
Minor optimization of insert_string
Hans Kristian Rosbach
2025-08-20
1
-4
/
+9
*
Use GCC's may_alias attribute for unaligned memory access
Cameron Cawley
2024-12-24
1
-3
/
+4
*
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
Hans Kristian Rosbach
2024-12-21
1
-13
/
+5
*
Revert "Since we long ago make unaligned reads safe (by using memcpy or intri...
Hans Kristian Rosbach
2024-12-17
1
-5
/
+13
*
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
Hans Kristian Rosbach
2024-12-17
1
-13
/
+5
*
Make use of unaligned loads on big endian in insert_string
Cameron Cawley
2024-09-15
1
-3
/
+9
*
Remove unused 's' parameter from HASH_CALC macro
Hans Kristian Rosbach
2024-02-23
1
-5
/
+5
*
Remove deflate_state parameter from update_hash functions.
Nathan Moinvaziri
2024-02-23
1
-2
/
+1
*
Update copyright years in other source files.
Nathan Moinvaziri
2024-02-07
1
-1
/
+1
*
Discard repeated words
Dimitri Papadopoulos
2023-08-07
1
-2
/
+2
*
Don't use unaligned access for memcpy instructions due to GCC 11 assuming it ...
Nathan Moinvaziri
2022-08-17
1
-1
/
+1
*
Introduce zmemcpy to use unaligned access for architectures we know support u...
Nathan Moinvaziri
2022-02-10
1
-2
/
+2
*
Use memcpy for unaligned reads.
Nathan Moinvaziri
2022-01-08
1
-1
/
+1
*
Fixed trailing whitespaces and missing new lines.
Nathan Moinvaziri
2021-09-22
1
-1
/
+1
*
Added update_hash to build hash incrementally.
Nathan Moinvaziri
2021-06-25
1
-0
/
+12
*
Added rolling hash functions for hash table.
Nathan Moinvaziri
2021-06-25
1
-30
/
+37
*
Separate MIN_MATCH into STD_MIN_MATCH and WANT_MIN_MATCH
Hans Kristian Rosbach
2021-06-13
1
-2
/
+2
*
Fixed str uint32_t to uint16_t casting warnings in inflate_string_tpl.h
Nathan Moinvaziri
2020-11-02
1
-2
/
+2
*
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-31
1
-2
/
+2
*
Replace hash_bits, hash_size and hash_mask with defines.
Hans Kristian Rosbach
2020-08-23
1
-3
/
+2
*
Remove return value from insert_string, since it is always ignored and
Hans Kristian Rosbach
2020-08-21
1
-6
/
+3
*
Now that the check is out of the loop, it is also safe to remove it
Hans Kristian Rosbach
2020-08-21
1
-8
/
+2
*
Minor optimization of insert_string template.
Hans Kristian Rosbach
2020-08-21
1
-8
/
+11
*
Store hash_mask in local variable for insert_string loop.
Nathan Moinvaziri
2020-08-20
1
-1
/
+2
*
Move zero check for insert_string count to fill_window since it is the only p...
Nathan Moinvaziri
2020-08-20
1
-10
/
+4
*
Fixed many possible loss of data warnings where insert_string and quick_inser...
Nathan Moinvaziri
2020-08-14
1
-2
/
+2
*
Change quick_insert_string memory access to be similar to insert_string.
Nathan Moinvaziri
2020-05-30
1
-5
/
+6
*
Remove extra lines between functions and their comments.
Nathan Moinvaziri
2020-05-30
1
-2
/
+0
*
Removed TRIGGER_LEVEL byte masking from INSERT_STRING and UPDATE_HASH due to ...
Nathan Moinvaziri
2020-04-30
1
-6
/
+0
*
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri
2020-04-30
1
-0
/
+108