index
:
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
...
*
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
*
examples/server: Clean up LoggingMiddleware
Adnan Maolood
2021-02-27
1
-10
/
+8
*
response: Add tests for maximum-length META
Adnan Maolood
2021-02-27
1
-1
/
+10
*
request: Add RemoteAddr helper function
Adnan Maolood
2021-02-27
1
-0
/
+8
*
request: Add ServerName helper method
Adnan Maolood
2021-02-27
1
-0
/
+9
*
request: Cache calls to TLS
Adnan Maolood
2021-02-27
1
-4
/
+7
*
server: Disallow ServeConn usage after Shutdown
v0.1.17
Adnan Maolood
2021-02-24
1
-8
/
+13
*
Update examples/client.go
Adnan Maolood
2021-02-24
1
-2
/
+2
*
Remove ResponseWriter.Close method
Adnan Maolood
2021-02-24
3
-25
/
+7
*
response: Revert to using fields instead of methods
Adnan Maolood
2021-02-24
4
-56
/
+38
*
examples/client: Fix display of response status
Adnan Maolood
2021-02-24
1
-1
/
+1
*
Revert "Replace uses of ioutil with io"
v0.1.16
Adnan Maolood
2021-02-24
1
-2
/
+3
*
Don't require Go 1.16
Adnan Maolood
2021-02-24
2
-1
/
+3
*
Add missing import
Adnan Maolood
2021-02-24
1
-0
/
+1
*
Move mimetype registration to gemini.go
Adnan Maolood
2021-02-24
2
-6
/
+6
*
Replace uses of ioutil with io
Adnan Maolood
2021-02-24
1
-3
/
+2
*
fs: Remove build constraint
v0.1.15
Adnan Maolood
2021-02-24
2
-3
/
+1
*
Add NewResponse function
Adnan Maolood
2021-02-24
1
-0
/
+9
*
examples/server: Cancel context
Adnan Maolood
2021-02-24
1
-1
/
+2
*
examples/server: Add logging middleware
Adnan Maolood
2021-02-24
1
-1
/
+51
*
ResponseWriter: Remove unexported method
Adnan Maolood
2021-02-24
2
-9
/
+0
*
client: Fix copying of request
Adnan Maolood
2021-02-24
1
-3
/
+4
*
examples/client: Use Response methods
Adnan Maolood
2021-02-24
1
-4
/
+4
*
examples/auth: Use Request.TLS method
Adnan Maolood
2021-02-24
1
-4
/
+6
*
fs: Fix Go build constraint comment
Adnan Maolood
2021-02-24
1
-1
/
+1
*
response: Move to methods
Adnan Maolood
2021-02-24
2
-19
/
+24
*
server: Fix comment
Adnan Maolood
2021-02-24
1
-1
/
+1
*
TimeoutHandler: Mention returned error
Adnan Maolood
2021-02-24
1
-1
/
+2
*
Add unexported method to timeout writer
Adnan Maolood
2021-02-24
1
-1
/
+2
*
Move ResponseWriter Conn and TLS methods to Request
Adnan Maolood
2021-02-24
3
-21
/
+19
*
Remove ResponseWriter.Hijack method
Adnan Maolood
2021-02-24
2
-37
/
+0
*
Implement TimeoutHandler by wrapping ResponseWriter
Adnan Maolood
2021-02-24
2
-17
/
+50
*
Only use fs.go when fs.FS is available
Kaleb Elwert
2021-02-24
3
-3
/
+6
*
Make ResponseWriter an interface
Adnan Maolood
2021-02-24
5
-65
/
+92
*
Remove ErrHandlerTimeout
Adnan Maolood
2021-02-23
2
-6
/
+1
*
Move TimeoutHandler to handler.go
Adnan Maolood
2021-02-23
2
-49
/
+44
[prev]
[next]