1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-19 08:57:39 +03:00
mold/common
Rui Ueyama 08be7ff2d2 Use SipHash-2-4 instead of SipHash-1-3
Because I wasn't not sure SipHash-1-3 is considered as a secure MAC.
2024-05-12 09:11:32 +09:00
..
archive-file.h Refactor 2024-03-20 15:05:16 +09:00
common.h Refactor 2024-05-11 16:38:13 +09:00
compress.cc Refactor 2024-05-05 13:08:04 +09:00
config.h.in Simplify 2024-03-29 17:43:06 +09:00
demangle.cc Do not try to demangle C++ symbols as Rust ones 2023-11-30 13:53:23 +09:00
filepath.cc Fix build on FreeBSD 2024-05-03 15:44:26 +00:00
filetype.h Allow a newline or a tab at the begining of a linker script 2024-04-29 19:41:11 +09:00
glob.cc Refactor 2024-03-29 12:38:57 +09:00
hyperloglog.cc replace pow(2,x) by ldexp(1.0,x) for performance 2023-07-20 09:28:35 +02:00
integers.h Reorganize files 2023-01-16 15:27:10 +08:00
jobs-unix.cc Refactor 2024-03-18 17:10:18 +09:00
jobs-win32.cc Refactor 2024-03-18 17:10:18 +09:00
malloc.cc Refactor 2024-04-13 17:30:32 +09:00
mapped-file-unix.cc Refactor 2024-03-20 17:37:57 +09:00
mapped-file-win32.cc Attempt to fix CI 2024-03-20 18:41:57 +09:00
multi-glob.cc Optimize Aho-Corasick string search 2024-04-28 17:53:20 +09:00
output-file-unix.h Simplify 2023-12-06 19:51:22 +09:00
output-file-win32.h Add "basic" support for memory mapping to Windows OutputFile 2024-02-26 11:34:33 +00:00
output-file.h Reorganize files 2023-01-16 15:27:10 +08:00
perf.cc Simplify 2024-03-29 21:52:52 +09:00
random.cc Refactor 2024-05-11 15:22:56 +09:00
signal-unix.cc Simplify 2024-04-05 21:08:57 +09:00
signal-win32.cc Simplify 2024-04-05 21:08:57 +09:00
siphash.cc Use SipHash-2-4 instead of SipHash-1-3 2024-05-12 09:11:32 +09:00
tar.cc Silence -Wunused-result 2024-04-13 17:30:56 +09:00
update-git-hash.cmake Move more files under common/ 2023-01-16 15:35:24 +08:00