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
...
*
examples/stream: Remove usage of Flusher
Adnan Maolood
2021-02-22
1
-10
/
+2
*
server: Use channel to communicate shutdown
Adnan Maolood
2021-02-22
1
-74
/
+71
*
Rename ResponseWriter.MediaType to SetMediaType
Adnan Maolood
2021-02-21
3
-7
/
+7
*
client: Remove Timeout
Adnan Maolood
2021-02-21
1
-17
/
+1
*
Move Flush back to ResponseWriter
Adnan Maolood
2021-02-21
2
-10
/
+4
*
server: Don't close pending connections after Shutdown
Adnan Maolood
2021-02-21
1
-23
/
+31
*
server: Export ServeConn method
Adnan Maolood
2021-02-21
1
-43
/
+50
*
server: Don't recover from panics
Adnan Maolood
2021-02-21
3
-23
/
+0
*
fs: Use better error messages
Adnan Maolood
2021-02-21
1
-2
/
+13
*
Move punycode functions to client.go
Adnan Maolood
2021-02-21
2
-28
/
+23
*
client: Copy only what is needed from the Request
Adnan Maolood
2021-02-21
1
-9
/
+10
*
Use StatusHandler in NotFoundHandler implementation
Adnan Maolood
2021-02-21
1
-3
/
+1
*
fs: Remove unused context arguments
Adnan Maolood
2021-02-21
1
-8
/
+8
*
Add ErrCertificateExpired
Adnan Maolood
2021-02-21
2
-2
/
+3
*
Remove unused ErrInvalidURL
Adnan Maolood
2021-02-21
1
-1
/
+0
*
Update documentation
v0.1.15-alpha
Adnan Maolood
2021-02-21
1
-5
/
+7
*
server: Return ErrServerClosed
Adnan Maolood
2021-02-21
1
-0
/
+6
*
server: Use separate context to cancel listeners
Adnan Maolood
2021-02-21
1
-3
/
+3
*
examples/stream: Showcase Server.Shutdown method
Adnan Maolood
2021-02-21
1
-2
/
+18
*
examples: Use context
Adnan Maolood
2021-02-21
2
-2
/
+3
*
server: Use explicit context arguments
Adnan Maolood
2021-02-21
1
-138
/
+167
*
client: Inline result type
Adnan Maolood
2021-02-21
1
-10
/
+11
*
server: Add Context field
Adnan Maolood
2021-02-20
1
-2
/
+12
*
Update examples
Adnan Maolood
2021-02-20
3
-48
/
+29
*
certificate.Store: Support "*" wildcard pattern
Adnan Maolood
2021-02-20
1
-0
/
+4
*
certificate.Store: Generate certificates by default
Adnan Maolood
2021-02-20
1
-12
/
+23
*
server: Populate Request.Host field
Adnan Maolood
2021-02-20
2
-1
/
+4
*
mux: Use StatusHandler instead of RedirectHandler
Adnan Maolood
2021-02-20
1
-2
/
+2
*
Rename RedirectHandler to StatusHandler
Adnan Maolood
2021-02-20
1
-11
/
+8
*
Remove NotFound function
Adnan Maolood
2021-02-20
1
-7
/
+4
*
server: Make Request.RemoteAddr a net.Addr
Adnan Maolood
2021-02-20
2
-6
/
+4
*
Make Status a type
Adnan Maolood
2021-02-20
6
-44
/
+47
*
TimeoutHandler: Use provided context
Adnan Maolood
2021-02-20
1
-1
/
+1
*
handler: Make ServeGemini accept a Context
Adnan Maolood
2021-02-20
6
-26
/
+32
*
examples/client: Remove dependency on go-xdg
Adnan Maolood
2021-02-20
1
-2
/
+8
*
examples/client: Use context
Adnan Maolood
2021-02-20
1
-1
/
+2
*
client: Make Get and Do accept a Context
Adnan Maolood
2021-02-20
3
-93
/
+92
*
server: Make Request.RemoteAddr a string
Adnan Maolood
2021-02-20
2
-3
/
+2
*
client: Allow Request.Host to omit a port
Adnan Maolood
2021-02-20
2
-3
/
+4
*
Implement TimeoutHandler
Adnan Maolood
2021-02-20
2
-1
/
+120
*
server: Clarify GetCertificate documentation
Adnan Maolood
2021-02-19
1
-2
/
+5
*
examples/server: Use certificate.Store
Adnan Maolood
2021-02-19
1
-16
/
+22
*
certificate: Implement GetCertificate callback
Adnan Maolood
2021-02-19
2
-94
/
+155
*
mux: Reject empty patterns
Adnan Maolood
2021-02-19
1
-0
/
+3
*
server: Remove Certificates field
Adnan Maolood
2021-02-18
1
-52
/
+4
*
request.Write: Accept an io.Writer
Adnan Maolood
2021-02-18
2
-8
/
+6
*
client: Remove superfluous call to Flush
Adnan Maolood
2021-02-18
1
-4
/
+0
*
request.Write: return error from Flush
Adnan Maolood
2021-02-18
1
-1
/
+1
*
doc: Update package documentation
Adnan Maolood
2021-02-18
1
-6
/
+9
*
response: Implement Write method
Adnan Maolood
2021-02-18
2
-9
/
+52
[prev]
[next]