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
/
server.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove (*Request).Hostname function
adnano
2020-10-13
1
-1
/
+1
*
Use a map for registering server handlers
adnano
2020-10-12
1
-21
/
+27
*
Implement server certificate store
adnano
2020-10-11
1
-6
/
+14
*
Update comments
adnano
2020-10-11
1
-2
/
+1
*
Move filesystem code to its own file
adnano
2020-10-11
1
-105
/
+16
*
Implement matching of hostnames and schemes
adnano
2020-10-11
1
-54
/
+56
*
Implement parsing of Gemini text responses
adnano
2020-09-29
1
-5
/
+4
*
Use path instead of filepath
adnano
2020-09-28
1
-2
/
+1
*
Refuse requests for non-gemini schemes
adnano
2020-09-28
1
-0
/
+5
*
Remove support for matching schemes
adnano
2020-09-28
1
-57
/
+39
*
Fix mux URL sorting logic
adnano
2020-09-28
1
-14
/
+27
*
Use net/http implementation of ServeMux
adnano
2020-09-28
1
-90
/
+288
*
Remove unused code
adnano
2020-09-28
1
-5
/
+0
*
Update comments
adnano
2020-09-28
1
-2
/
+2
*
Don't trim trailing slash from Handler patterns
adnano
2020-09-28
1
-4
/
+0
*
Add WithInput helper functions
adnano
2020-09-28
1
-26
/
+48
*
Add WithCertificate helper function
adnano
2020-09-28
1
-0
/
+21
*
Clarify comment
adnano
2020-09-27
1
-1
/
+1
*
Split Redirect into two functions
adnano
2020-09-27
1
-34
/
+43
*
Use helper functions throughout
adnano
2020-09-27
1
-6
/
+5
*
Add SetMimetype convenience function
adnano
2020-09-27
1
-1
/
+26
*
Trim trailing slash from Handler patterns
adnano
2020-09-27
1
-0
/
+4
*
Add more helper functions
adnano
2020-09-27
1
-1
/
+38
*
Add helper functions
adnano
2020-09-27
1
-23
/
+34
*
Change package name to gmi
adnano
2020-09-27
1
-1
/
+1
*
Add helper handler functions
adnano
2020-09-27
1
-0
/
+29
*
Reject requests containing '..' in them
adnano
2020-09-26
1
-0
/
+21
*
Implement file server
adnano
2020-09-26
1
-17
/
+63
*
Specify minimum version of TLS 1.2
adnano
2020-09-26
1
-0
/
+1
*
Distinguish client errors from server errors
adnano
2020-09-25
1
-1
/
+1
*
Reorganize
adnano
2020-09-25
1
-0
/
+6
*
Move server code to its own file
adnano
2020-09-25
1
-0
/
+265
*
Refactor
adnano
2020-09-24
1
-177
/
+0
*
Handle more than one request at a time
adnano
2020-09-24
1
-29
/
+55
*
Enforce valid URLs
adnano
2020-09-21
1
-1
/
+1
*
Add package declaration comment
adnano
2020-09-21
1
-54
/
+2
*
Refactor client requests and server responses
adnano
2020-09-21
1
-14
/
+25
*
Provide Handler with client remote address
adnano
2020-09-21
1
-4
/
+5
*
Provide Handler with client certificate information
adnano
2020-09-21
1
-11
/
+24
*
Add support for client-side certificates
adnano
2020-09-21
1
-2
/
+2
*
Update documentation
adnano
2020-09-21
1
-1
/
+1
*
Add examples
adnano
2020-09-21
1
-16
/
+9
*
Initial commit
adnano
2020-09-21
1
-0
/
+185
[prev]