index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
hostname.zig
Age
Commit message (
Expand
)
Author
2025-06-14
fix comptime if statement
Kristófer R
2025-06-10
use else if instead of else { if }
Kristófer R
2025-06-07
move mac address length constant to file-level scope
Kristófer R
2025-06-07
merge std.Uri.ParseError and os/hostname error sets
Kristófer R
2025-06-07
use explicit error set
Kristófer R
2025-06-07
add comptime check for platform
Kristófer R
2025-06-07
name the 17 magic constant `mac_address_length`
Kristófer R
2025-06-07
add tests for hostnames without a path component
Kristófer R
2025-06-07
re-order end-of-hostname validity check
Kristófer R
2025-06-07
don't rely on hard-coded schemes
Kristófer R
2025-06-07
use iterator syntax in for loop
Kristófer R
2025-06-07
Move url parsing helper to os/hostname
Kristófer R
2024-11-07
os/hostname: fix mac address handling when last section starts with '0'
Kristófer R
2024-11-05
stylistic changes
Mitchell Hashimoto
2024-11-04
os/hostname: add and use explicit error structs
Kristófer R
2024-11-04
os/hostname: add better validation for mac-address hostnames
Kristófer R
2024-11-04
os/hostname: test bufPrintHostnameFromFileUri
Kristófer R
2024-11-04
os/hostname: test isLocalHostname
Kristófer R
2024-11-04
Move hostname helpers to src/os/hostname.zig
Kristófer R