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
*
certificate.Store: Update documentation
Adnan Maolood
2021-02-23
1
-10
/
+8
*
certificate.Store: Check '*' scope last
Adnan Maolood
2021-02-23
1
-4
/
+4
*
certificate.Store: Allow certificate of scope '*'
Adnan Maolood
2021-02-23
1
-1
/
+1
*
Update examples
Adnan Maolood
2021-02-23
3
-3
/
+3
*
certificate.Store: Remove client certificate support
Adnan Maolood
2021-02-23
1
-31
/
+35
*
client: Document use of contexts
Adnan Maolood
2021-02-22
1
-2
/
+5
*
server: Document use of contexts
Adnan Maolood
2021-02-22
1
-4
/
+7
*
server: Remove unused constants
Adnan Maolood
2021-02-22
1
-6
/
+0
*
server: Return context.Canceled after Shutdown
Adnan Maolood
2021-02-22
1
-16
/
+10
*
examples/stream: Remove /shutdown handler
Adnan Maolood
2021-02-22
1
-16
/
+3
*
examples/server: Shutdown on interrupt signal
Adnan Maolood
2021-02-22
1
-1
/
+21
*
server: Revert to closing contexts on Shutdown
Adnan Maolood
2021-02-22
2
-77
/
+89
*
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
[next]