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
/
request.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak request and response parsing
Adnan Maolood
2021-03-20
1
-11
/
+10
*
Request.WriteTo: return int64
Adnan Maolood
2021-02-28
1
-4
/
+4
*
Make Request implement io.WriterTo
Adnan Maolood
2021-02-28
1
-8
/
+13
*
Mention that Request methods don't work for clients
Adnan Maolood
2021-02-28
1
-0
/
+3
*
Remove Request.RemoteAddr helper method
Adnan Maolood
2021-02-28
1
-8
/
+0
*
request: Add RemoteAddr helper function
Adnan Maolood
2021-02-27
1
-0
/
+8
*
request: Add ServerName helper method
Adnan Maolood
2021-02-27
1
-0
/
+9
*
request: Cache calls to TLS
Adnan Maolood
2021-02-27
1
-4
/
+7
*
Move ResponseWriter Conn and TLS methods to Request
Adnan Maolood
2021-02-24
1
-0
/
+18
*
request: Remove TLS and Conn methods
Adnan Maolood
2021-02-23
1
-18
/
+0
*
Update documentation
Adnan Maolood
2021-02-23
1
-5
/
+2
*
request: Fix documentation for TLS
Adnan Maolood
2021-02-23
1
-1
/
+1
*
request: Add Conn and TLS methods
Adnan Maolood
2021-02-23
1
-17
/
+16
*
server: Populate Request.Host field
Adnan Maolood
2021-02-20
1
-1
/
+3
*
server: Make Request.RemoteAddr a net.Addr
Adnan Maolood
2021-02-20
1
-5
/
+3
*
client: Make Get and Do accept a Context
Adnan Maolood
2021-02-20
1
-9
/
+0
*
server: Make Request.RemoteAddr a string
Adnan Maolood
2021-02-20
1
-2
/
+1
*
client: Allow Request.Host to omit a port
Adnan Maolood
2021-02-20
1
-1
/
+1
*
request.Write: Accept an io.Writer
Adnan Maolood
2021-02-18
1
-4
/
+5
*
request.Write: return error from Flush
Adnan Maolood
2021-02-18
1
-1
/
+1
*
request: Allow User in URLs
Adnan Maolood
2021-02-16
1
-8
/
+0
*
Remove NewRequestFromURL method
Adnan Maolood
2021-02-15
1
-11
/
+4
*
request: Don't read more than 1026 bytes
Adnan Maolood
2021-02-15
1
-0
/
+1
*
Tweak returned error for requests that are too long
Adnan Maolood
2021-02-14
1
-3
/
+6
*
Make Request.Host optional
Adnan Maolood
2021-02-14
1
-10
/
+8
*
server: Don't populate Request.Certificate field
Adnan Maolood
2021-02-14
1
-7
/
+9
*
Update documentation
Adnan Maolood
2021-02-14
1
-16
/
+33
*
Make TLS field nil for unencrypted connections
Adnan Maolood
2021-02-08
1
-1
/
+1
*
Update comments
Adnan Maolood
2021-01-10
1
-1
/
+0
*
Update Request documentation
Adnan Maolood
2020-12-18
1
-0
/
+3
*
Add ReadRequest and ReadResponse functions
Adnan Maolood
2020-12-18
1
-0
/
+32
*
Expose Request.Write and Response.Read functions
Adnan Maolood
2020-12-18
1
-2
/
+2
*
Allow Request.Context to be nil
Adnan Maolood
2020-12-17
1
-4
/
+3
*
Fix escaping of queries
Adnan Maolood
2020-11-27
1
-0
/
+3
*
Add context to requests
Adnan Maolood
2020-11-26
1
-2
/
+8
*
Remove some unnecessary errors
Adnan Maolood
2020-11-04
1
-6
/
+3
*
server: Populate (*Request).Certificate field
v0.1.5
Adnan Maolood
2020-11-01
1
-1
/
+3
*
Reject schemes other than gemini:// in NewRequest
Adnan Maolood
2020-10-27
1
-0
/
+3
*
Add (*Client).Get function
Adnan Maolood
2020-10-27
1
-25
/
+0
*
Add NewRequestFromURL function
Adnan Maolood
2020-10-27
1
-4
/
+9
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
1
-1
/
+1
*
Refactor
Adnan Maolood
2020-10-21
1
-0
/
+92