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
path:
root
/
gemini.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak request and response parsing
Adnan Maolood
2021-03-20
1
-2
/
+12
*
client: Ignore certificate expiration time
Adnan Maolood
2021-03-04
1
-2
/
+0
*
Add missing import
Adnan Maolood
2021-02-24
1
-0
/
+1
*
Move mimetype registration to gemini.go
Adnan Maolood
2021-02-24
1
-0
/
+6
*
Remove ResponseWriter.Hijack method
Adnan Maolood
2021-02-24
1
-7
/
+0
*
Remove ErrHandlerTimeout
Adnan Maolood
2021-02-23
1
-4
/
+0
*
Add ResponseWriter.Hijack method
Adnan Maolood
2021-02-23
1
-0
/
+7
*
server: Revert to closing contexts on Shutdown
Adnan Maolood
2021-02-22
1
-4
/
+0
*
server: Don't recover from panics
Adnan Maolood
2021-02-21
1
-6
/
+0
*
Add ErrCertificateExpired
Adnan Maolood
2021-02-21
1
-0
/
+2
*
Remove unused ErrInvalidURL
Adnan Maolood
2021-02-21
1
-1
/
+0
*
Implement TimeoutHandler
Adnan Maolood
2021-02-20
1
-1
/
+5
*
server: Recover from ServeGemini panics
Adnan Maolood
2021-02-15
1
-0
/
+6
*
server: Implement Close and Shutdown methods
Adnan Maolood
2021-02-14
1
-1
/
+8
*
Move documentation back to doc.go
Adnan Maolood
2021-01-10
1
-49
/
+0
*
Add ReadRequest and ReadResponse functions
Adnan Maolood
2020-12-18
1
-0
/
+1
*
Move documentation to gemini.go
Adnan Maolood
2020-11-09
1
-0
/
+49
*
Remove top-level Get and Do functions
Adnan Maolood
2020-11-09
1
-24
/
+0
*
Refactor KnownHosts
Adnan Maolood
2020-11-05
1
-7
/
+3
*
Remove some unnecessary errors
Adnan Maolood
2020-11-04
1
-5
/
+1
*
Don't expose DefaultClient
adnano
2020-11-01
1
-11
/
+5
*
Add option to skip trust checks
Adnan Maolood
2020-10-31
1
-1
/
+1
*
Refactor client.TrustCertificate workflow
Adnan Maolood
2020-10-31
1
-16
/
+8
*
Add ErrCertificateNotFound
Adnan Maolood
2020-10-31
1
-0
/
+1
*
Refactor client certificates
Adnan Maolood
2020-10-28
1
-11
/
+4
*
Add ErrInputRequired and ErrCertificateRequired
Adnan Maolood
2020-10-28
1
-0
/
+2
*
Restrict client certificates to certain paths
Adnan Maolood
2020-10-27
1
-4
/
+4
*
client: Follow redirects
Adnan Maolood
2020-10-27
1
-0
/
+1
*
Reject schemes other than gemini:// in NewRequest
Adnan Maolood
2020-10-27
1
-0
/
+1
*
Add (*Client).Get function
Adnan Maolood
2020-10-27
1
-100
/
+19
*
Add (*ResponseWriter).WriteStatus function
Adnan Maolood
2020-10-27
1
-24
/
+69
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
1
-0
/
+98
*
Rename gemini.go to gmi.go
adnano
2020-10-13
1
-98
/
+0
*
Move errors to gemini.go
adnano
2020-10-13
1
-1
/
+13
*
Rename (*KnownHosts).Load to LoadDefault
adnano
2020-10-12
1
-1
/
+1
*
Update documentation
adnano
2020-10-12
1
-2
/
+1
*
Implement server certificate store
adnano
2020-10-11
1
-2
/
+2
*
Create the certificate store if it does not exist
adnano
2020-09-29
1
-1
/
+0
*
Remove NewCertificateStore function
adnano
2020-09-28
1
-1
/
+1
*
Make the default client generate certificates
adnano
2020-09-28
1
-0
/
+18
*
Directly initialize DefaultClient
adnano
2020-09-27
1
-8
/
+6
*
Move DefaultClient up
adnano
2020-09-27
1
-4
/
+4
*
Move package documentation comment
adnano
2020-09-27
1
-0
/
+1
*
Add more helper functions
adnano
2020-09-27
1
-24
/
+24
*
Change package name to gmi
adnano
2020-09-27
1
-1
/
+1
*
Add helper handler functions
adnano
2020-09-27
1
-1
/
+1
*
Make TrustCertificate accept hostname instead of request
adnano
2020-09-27
1
-2
/
+2
*
Don't store wildcards in the known hosts file
adnano
2020-09-27
1
-2
/
+2
*
Add function to write known hosts to io.Writer
adnano
2020-09-27
1
-5
/
+1
*
Implement default client
adnano
2020-09-26
1
-0
/
+38
[next]