1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-01-22 00:11:47 +01:00
juanfont.headscale/hscontrol
Kristoffer Dalby 8f8f469c0a
Remove allocations of lists before use (#1989)
* policy: remove allocs before appends in acls

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* notifier: make batcher tests stable/non-flaky

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

* {db,derp,mapper}: dont allocate until append

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>

---------

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
2024-06-23 22:06:50 +02:00
..
assets
db Remove allocations of lists before use (#1989) 2024-06-23 22:06:50 +02:00
derp Remove allocations of lists before use (#1989) 2024-06-23 22:06:50 +02:00
mapper Remove allocations of lists before use (#1989) 2024-06-23 22:06:50 +02:00
notifier Remove allocations of lists before use (#1989) 2024-06-23 22:06:50 +02:00
policy Remove allocations of lists before use (#1989) 2024-06-23 22:06:50 +02:00
templates update flake, fix prettier lint 2023-09-05 08:47:43 +02:00
types Simplify map session management (#1931) 2024-05-24 10:15:34 +02:00
util Migrate IP fields in database to dedicated columns (#1869) 2024-04-17 07:03:06 +02:00
app.go Simplify map session management (#1931) 2024-05-24 10:15:34 +02:00
auth_noise.go
auth.go update tailscale go dep (#1948) 2024-05-17 08:58:33 -04:00
grpcv1_test.go
grpcv1.go
handlers.go
metrics.go
noise.go
oidc.go
platform_config.go
poll.go
suite_test.go
tailsql.go