reverseproxy
Filename
Size
Last Commit Date
Commit Message
..
cmd
httpsproxy
main.go
2916
2024/06/08 21:24:45
minor cleanup
reverseproxy
internal
static
lib
conn.ts
-
2021/08/09 11:01:57
added jslib
css.ts
-
2022/11/09 18:19:37
added missing lib
dom.ts
-
2021/08/09 11:01:57
added jslib
html.ts
-
2021/09/17 08:29:00
replaced html/svg custom libs with soft-link
inter.ts
-
2021/08/09 11:01:57
added jslib
load.ts
-
2021/08/09 11:01:57
added jslib
nodes.ts
-
2021/08/31 14:44:36
added nodes lib
rpc.ts
-
2022/01/19 14:45:01
updated to new rpc lib
svg.ts
-
2021/09/17 08:29:00
replaced html/svg custom libs with soft-link
windows.ts
-
2021/08/09 11:01:57
added jslib
index.html
1065
2022/10/05 08:37:01
no longer need to add load module separately
rpc.ts
1928
2022/07/04 13:15:13
removed unnecessary typing
script.ts
20415
2024/03/06 21:22:28
no longer need to use [node] to add NodeMap/NodeArray as child for amendNode
style.css
913
2021/09/17 08:57:03
small style change
tsconfig.json
370
2021/08/09 08:28:52
added start of client-side
types.ts
2656
2022/06/28 07:37:48
added missing semi-colon + removed extra semi-colons
broadcastID.sh
545
2021/08/31 14:45:43
added broadcast ID generator
embed
1314
2024/08/03 21:04:16
required required*.sh as they're not required anymore (and don't exist)
index.go
251
2023/06/02 19:20:17
re-embedded
index.gz
12808
2022/11/12 17:29:51
re-embedded using new libs
main.go
5606
2024/06/08 21:34:13
minor cleanup
rpc.go
12670
2024/08/19 17:54:05
delint'd
servers.go
5281
2024/08/19 17:54:05
delint'd
simple
main.go
4167
2024/06/08 21:27:48
minor cleanup
unixconn
README.md
512
2024/08/19 17:55:26
regen'd README
unixconn.go
5307
2024/06/08 21:22:32
minor cleanup
unixconn_test.go
8026
2021/09/15 10:10:26
corrected initially flipped fallback status
LICENSE
767
2021/09/26 12:13:29
added LICENSE
README.md
2709
2024/08/19 17:55:33
regen'd README
go.mod
459
2023/12/20 21:11:35
updated golang.org/x/crypto version
go.sum
1724
2023/12/20 21:11:35
updated golang.org/x/crypto version
http.go
706
2024/06/10 22:06:46
minor cleanup
http_test.go
1346
2021/06/15 12:37:06
added test with reading all of the buffer at once with Host header after the headers
proxy.go
3481
2024/08/19 17:55:21
delint'd
proxy_test.go
5542
2022/08/08 19:26:52
no need for Transfer to return an error, as there's not a lot we could do with it
redirect.go
875
2024/06/10 22:06:46
minor cleanup
redirect_test.go
1603
2021/06/15 13:30:13
closed listeners on test finish
service.go
993
2024/06/10 22:06:46
minor cleanup
tls.go
2821
2024/06/10 22:06:46
minor cleanup
tls_test.go
1971
2022/07/17 00:36:28
removed unused var assignments
unix.go
3325
2024/08/19 17:55:21
delint'd
unix_test.go
3741
2022/07/17 00:37:02
added missing error check