index
:
archived-go-gemini
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Require Go 1.16"
v0.2.0-rc.2
Adnan Maolood
2021-03-23
2
-1
/
+3
*
Revert "Replace uses of ioutil with io"
Adnan Maolood
2021-03-23
1
-2
/
+3
*
response: Remove unnecessary length check
v0.2.0-rc.1
Adnan Maolood
2021-03-20
1
-1
/
+1
*
response: Limit response header size
v0.1.22
Adnan Maolood
2021-03-20
1
-1
/
+9
*
response: Don't use bufReadCloser
Adnan Maolood
2021-03-20
2
-29
/
+5
*
fs: Fix empty media type for directory index pages
Adnan Maolood
2021-03-20
1
-1
/
+2
*
client: Only get cert if TrustCertificate is set
Adnan Maolood
2021-03-20
1
-1
/
+1
*
client: Close connection on error
Adnan Maolood
2021-03-20
1
-0
/
+3
*
Tweak request and response parsing
Adnan Maolood
2021-03-20
5
-44
/
+48
*
response: Treat empty meta as invalid
Adnan Maolood
2021-03-20
1
-5
/
+1
*
Remove unused field
Adnan Maolood
2021-03-20
1
-1
/
+0
*
Remove charset=utf-8 from default media type
Adnan Maolood
2021-03-20
1
-4
/
+4
*
Rename ServeMux to Mux
Adnan Maolood
2021-03-15
6
-21
/
+21
*
status: Reintroduce StatusSensitiveInput
v0.1.21
Adnan Maolood
2021-03-15
1
-0
/
+3
*
certificate.Store: Call os.MkdirAll on Load
v0.1.20
Adnan Maolood
2021-03-09
1
-0
/
+5
*
tofu: Use stricter file permissions
Adnan Maolood
2021-03-09
1
-1
/
+1
*
tofu: Create path if not exists
Noah Kleiner
2021-03-09
1
-0
/
+5
*
Remove StatusSensitiveInput
Adnan Maolood
2021-03-08
2
-5
/
+2
*
examples/client: Fix certificate trust check
Adnan Maolood
2021-03-08
1
-2
/
+2
*
tofu: Fix known host unmarshaling
Adnan Maolood
2021-03-06
1
-23
/
+6
*
tofu: Use base64-encoded sha256 fingerprints
Adnan Maolood
2021-03-06
2
-67
/
+18
*
tofu: Fix format in error message
Adnan Maolood
2021-03-06
1
-1
/
+1
*
tofu: Automatically create file in KnownHosts.Load
Adnan Maolood
2021-03-06
1
-1
/
+1
*
certificate.Store: Don't call os.MkdirAll
Adnan Maolood
2021-03-06
1
-5
/
+0
*
certificate.Store: Don't check parent scopes in Lookup
Adnan Maolood
2021-03-06
1
-34
/
+11
*
certificate.Store: Make 100 years the default duration
Adnan Maolood
2021-03-05
1
-2
/
+2
*
Move LoggingMiddleware out of examples/server.go
Adnan Maolood
2021-03-05
2
-45
/
+54
*
certificate.Store: Clean scope path in Load
Adnan Maolood
2021-03-05
1
-1
/
+2
*
Revert "certificate: Remove Subject from CreateOptions"
v0.1.19
Adnan Maolood
2021-03-04
3
-0
/
+17
*
Revert "certificate.Store: Allow using '*' in DNSNames"
Adnan Maolood
2021-03-04
1
-10
/
+11
*
certificate.Store: Bump default duration to 250 years
Adnan Maolood
2021-03-04
1
-2
/
+2
*
certificate.Store: Allow using '*' in DNSNames
Adnan Maolood
2021-03-04
1
-11
/
+10
*
certificate: Remove Subject from CreateOptions
Adnan Maolood
2021-03-04
3
-17
/
+0
*
certificate: Fix deadlock in Store.Get
Adnan Maolood
2021-03-04
1
-2
/
+2
*
certificate.Store: Fix hostname registration check
Adnan Maolood
2021-03-04
1
-1
/
+1
*
tofu: Remove expiration timestamp from known hosts
Adnan Maolood
2021-03-04
2
-32
/
+8
*
client: Remove hostname verification check
Adnan Maolood
2021-03-04
2
-216
/
+0
*
client: Ignore certificate expiration time
Adnan Maolood
2021-03-04
2
-7
/
+0
*
Rename vendor.go to verify_hostname.go
Adnan Maolood
2021-02-28
1
-0
/
+0
*
Make Response implement io.WriterTo
v0.1.18
Adnan Maolood
2021-02-28
1
-7
/
+12
*
Request.WriteTo: return int64
Adnan Maolood
2021-02-28
1
-4
/
+4
*
Make Request implement io.WriterTo
Adnan Maolood
2021-02-28
3
-10
/
+15
*
Add message argument to TimeoutHandler
Adnan Maolood
2021-02-28
1
-8
/
+11
*
Mention that Request methods don't work for clients
Adnan Maolood
2021-02-28
1
-0
/
+3
*
Remove Request.RemoteAddr helper method
Adnan Maolood
2021-02-28
1
-8
/
+0
*
Replace uses of ioutil with io
Adnan Maolood
2021-02-28
1
-3
/
+2
*
Require Go 1.16
Adnan Maolood
2021-02-28
2
-3
/
+1
*
Reintroduce Response.Write method
Adnan Maolood
2021-02-28
1
-0
/
+19
*
certificate.Store: Check parent scopes in Lookup
Adnan Maolood
2021-02-28
1
-1
/
+18
*
certificate.Store: Support client certificates
Adnan Maolood
2021-02-28
1
-36
/
+74
[next]