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
*
Remove WriteX509KeyPair function
adnano
2020-10-13
3
-30
/
+54
*
Move certificate verification code to VerifyConnection
adnano
2020-10-13
7
-60
/
+18
*
examples/server: Generate new certificates when they expire
adnano
2020-10-13
5
-7
/
+43
*
Remove (*Request).Hostname function
adnano
2020-10-13
2
-14
/
+12
*
Rename (*KnownHosts).Load to LoadDefault
adnano
2020-10-12
4
-12
/
+16
*
Update documentation
adnano
2020-10-12
1
-1
/
+0
*
Update documentation
adnano
2020-10-12
1
-2
/
+3
*
Update README.md
adnano
2020-10-12
1
-1
/
+1
*
Update documentation
adnano
2020-10-12
9
-118
/
+100
*
Use a map for registering server handlers
adnano
2020-10-12
1
-21
/
+27
*
Update examples
adnano
2020-10-12
3
-25
/
+8
*
Implement loading of certificates from a directory
adnano
2020-10-12
2
-8
/
+24
*
Implement server certificate store
adnano
2020-10-11
7
-25
/
+58
*
Remove dependency on golang.org/x/crypto
adnano
2020-10-11
3
-22
/
+2
*
Detect mimetypes
adnano
2020-10-11
1
-2
/
+12
*
Update comments
adnano
2020-10-11
2
-3
/
+2
*
Move filesystem code to its own file
adnano
2020-10-11
4
-147
/
+105
*
Implement matching of hostnames and schemes
adnano
2020-10-11
3
-56
/
+58
*
Update README.md
adnano
2020-10-11
1
-1
/
+1
*
Fix parsing of links without names
adnano
2020-09-29
1
-4
/
+9
*
Create the certificate store if it does not exist
adnano
2020-09-29
5
-9
/
+7
*
Add newlines after Gemini text lines
adnano
2020-09-29
1
-0
/
+1
*
Implement parsing of Gemini text responses
adnano
2020-09-29
2
-5
/
+123
*
Use path instead of filepath
adnano
2020-09-28
1
-2
/
+1
*
Update README.md
adnano
2020-09-28
1
-2
/
+2
*
Update documentation link
adnano
2020-09-28
1
-1
/
+1
*
Update module name
adnano
2020-09-28
5
-5
/
+5
*
examples/client: Add optional host argument
adnano
2020-09-28
1
-1
/
+12
*
Refuse requests for non-gemini schemes
adnano
2020-09-28
2
-1
/
+6
*
Remove support for matching schemes
adnano
2020-09-28
3
-108
/
+44
*
Fix mux URL sorting logic
adnano
2020-09-28
2
-16
/
+34
*
Fix client example error handling
adnano
2020-09-28
1
-2
/
+5
*
examples/client: Disable echo for sensitive input
adnano
2020-09-28
5
-6
/
+26
*
Use net/http implementation of ServeMux
adnano
2020-09-28
2
-91
/
+288
*
Move vendored code to vendor.go
adnano
2020-09-28
1
-0
/
+0
*
Update comments
adnano
2020-09-28
1
-1
/
+1
*
Use splitHostPort function from net/url
adnano
2020-09-28
2
-10
/
+39
*
Remove unused code
adnano
2020-09-28
1
-5
/
+0
*
Update comments
adnano
2020-09-28
1
-1
/
+3
*
Update comments
adnano
2020-09-28
2
-6
/
+7
*
Don't trim trailing slash from Handler patterns
adnano
2020-09-28
1
-4
/
+0
*
Add WithInput helper functions
adnano
2020-09-28
2
-39
/
+57
*
Use WithCertificate helper in auth example
adnano
2020-09-28
1
-23
/
+15
*
Add WithCertificate helper function
adnano
2020-09-28
1
-0
/
+21
*
Remove unused import
adnano
2020-09-28
1
-1
/
+0
*
Remove NewCertificateStore function
adnano
2020-09-28
4
-8
/
+3
*
Make the default client generate certificates
adnano
2020-09-28
2
-2
/
+21
*
Update documentation
adnano
2020-09-28
3
-4
/
+40
*
Remove log.Print call
adnano
2020-09-28
1
-1
/
+0
*
Return certificate if it exists in the store
adnano
2020-09-28
1
-0
/
+7
[next]