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
*
Add ServeFile function
v0.1.2
Adnan Maolood
2020-10-27
1
-0
/
+21
*
Add (*ResponseWriter).WriteStatus function
Adnan Maolood
2020-10-27
4
-62
/
+95
*
Add NewRequestFromURL function
Adnan Maolood
2020-10-27
2
-10
/
+18
*
Remove (Text).HTML function
v0.1.1
Adnan Maolood
2020-10-26
2
-68
/
+90
*
Add contributing instructions to README.md
Adnan Maolood
2020-10-24
1
-2
/
+8
*
Add import path to README.md
Adnan Maolood
2020-10-24
1
-0
/
+4
*
Update documentation
v0.1.0
Adnan Maolood
2020-10-24
2
-3
/
+3
*
Update documentation link
Adnan Maolood
2020-10-24
1
-2
/
+2
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
18
-45
/
+45
*
Add Certificate helper function
Adnan Maolood
2020-10-21
2
-75
/
+86
*
examples/auth: Use sensitive input for passwords
Adnan Maolood
2020-10-21
1
-1
/
+1
*
Refactor Input and SensitiveInput functions
Adnan Maolood
2020-10-21
2
-66
/
+35
*
Refactor
Adnan Maolood
2020-10-21
5
-254
/
+213
*
Rename Handler to Responder
Adnan Maolood
2020-10-21
4
-107
/
+101
*
Update documentation
Adnan Maolood
2020-10-21
1
-5
/
+4
*
Update documentation
Adnan Maolood
2020-10-21
1
-2
/
+2
*
Assume a default scheme of gemini://
Adnan Maolood
2020-10-21
1
-1
/
+4
*
Add support for wildcard hostnames
Adnan Maolood
2020-10-21
1
-18
/
+36
*
examples/server: Create certificates if they does not exist
adnano
2020-10-17
1
-1
/
+4
*
Add (Text).HTML function to render text to HTML
adnano
2020-10-15
1
-0
/
+68
*
Rename rw to w
adnano
2020-10-13
1
-19
/
+19
*
Add copyright notice
adnano
2020-10-13
1
-0
/
+4
*
Prevent other packages from implementing Line
adnano
2020-10-13
1
-8
/
+35
*
Update project name in LICENSE
adnano
2020-10-13
1
-1
/
+1
*
Fix typo
adnano
2020-10-13
1
-1
/
+1
*
Rename rw, req to w, r
adnano
2020-10-13
4
-81
/
+81
*
Rename gemini.go to gmi.go
adnano
2020-10-13
1
-0
/
+0
*
Move errors to gemini.go
adnano
2020-10-13
4
-23
/
+13
*
KnownHosts: use map instead of slice for underlying storage
adnano
2020-10-13
1
-46
/
+43
*
Update comment
adnano
2020-10-13
1
-1
/
+0
*
Remove NewRawCertificate function
adnano
2020-10-13
3
-50
/
+97
*
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
[next]