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
/
client.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix server name in TLS connections
Adnan Maolood
2020-11-27
1
-0
/
+9
*
Add context to requests
Adnan Maolood
2020-11-26
1
-1
/
+2
*
Fix certificate fingerprint check
Adnan Maolood
2020-11-25
1
-1
/
+1
*
Use base64 to encode fingerprints
Adnan Maolood
2020-11-25
1
-2
/
+3
*
Fix client locking up on redirects
Adnan Maolood
2020-11-24
1
-3
/
+3
*
Escape path character in certificate scopes
Adnan Maolood
2020-11-24
1
-0
/
+1
*
Make Client safe for concurrent use
Adnan Maolood
2020-11-24
1
-0
/
+8
*
Expose KnownHosts and CertificateStore internals
Adnan Maolood
2020-11-23
1
-2
/
+2
*
Remove top-level Get and Do functions
Adnan Maolood
2020-11-09
1
-3
/
+6
*
Remove (*KnownHosts).LoadDefault function
Adnan Maolood
2020-11-09
1
-1
/
+1
*
Fix relative redirects
Adnan Maolood
2020-11-07
1
-0
/
+1
*
Allow redirects to non-gemini schemes
Adnan Maolood
2020-11-06
1
-6
/
+1
*
Fix TOFU
v0.1.7
Adnan Maolood
2020-11-05
1
-17
/
+17
*
Don't check if certificate is expired
Adnan Maolood
2020-11-05
1
-3
/
+2
*
Don't redirect by default
v0.1.6
Adnan Maolood
2020-11-05
1
-6
/
+2
*
Refactor KnownHosts
Adnan Maolood
2020-11-05
1
-23
/
+31
*
Remove some unnecessary errors
Adnan Maolood
2020-11-04
1
-5
/
+6
*
Store request certificate to prevent infinite loop
Adnan Maolood
2020-11-02
1
-0
/
+1
*
Prevent infinite loop in client requests
Adnan Maolood
2020-11-01
1
-0
/
+2
*
Rename InsecureTrustAlways to InsecureSkipTrust
Adnan Maolood
2020-10-31
1
-3
/
+3
*
Update documentation
Adnan Maolood
2020-10-31
1
-1
/
+7
*
Fix examples/client.go
Adnan Maolood
2020-10-31
1
-1
/
+1
*
Add option to skip trust checks
Adnan Maolood
2020-10-31
1
-16
/
+20
*
Refactor client.TrustCertificate workflow
Adnan Maolood
2020-10-31
1
-9
/
+22
*
Implement Server read and write timeouts
Adnan Maolood
2020-10-31
1
-11
/
+2
*
Implement Client connection timeout
Adnan Maolood
2020-10-31
1
-1
/
+22
*
Update documentation
Adnan Maolood
2020-10-28
1
-5
/
+17
*
Refactor client certificates
Adnan Maolood
2020-10-28
1
-70
/
+83
*
Add ErrInputRequired and ErrCertificateRequired
Adnan Maolood
2020-10-28
1
-0
/
+2
*
Store a reference to the Request in Response
Adnan Maolood
2020-10-28
1
-0
/
+1
*
Add Client.GetInput field
Adnan Maolood
2020-10-27
1
-0
/
+14
*
Restrict client certificates to certain paths
Adnan Maolood
2020-10-27
1
-4
/
+4
*
client: Follow redirects
Adnan Maolood
2020-10-27
1
-0
/
+36
*
Add (*Client).Get function
Adnan Maolood
2020-10-27
1
-3
/
+22
*
Make (*Response).Body an io.ReadCloser
Adnan Maolood
2020-10-27
1
-3
/
+1
*
Rename repository to go-gemini
Adnan Maolood
2020-10-24
1
-1
/
+1
*
Refactor
Adnan Maolood
2020-10-21
1
-165
/
+0
*
Fix typo
adnano
2020-10-13
1
-1
/
+1
*
Move errors to gemini.go
adnano
2020-10-13
1
-9
/
+0
*
Move certificate verification code to VerifyConnection
adnano
2020-10-13
1
-29
/
+4
*
Remove (*Request).Hostname function
adnano
2020-10-13
1
-13
/
+11
*
Update documentation
adnano
2020-10-12
1
-2
/
+2
*
Implement server certificate store
adnano
2020-10-11
1
-8
/
+2
*
Move filesystem code to its own file
adnano
2020-10-11
1
-5
/
+8
*
Create the certificate store if it does not exist
adnano
2020-09-29
1
-0
/
+4
*
Use net/http implementation of ServeMux
adnano
2020-09-28
1
-1
/
+0
*
Use splitHostPort function from net/url
adnano
2020-09-28
1
-10
/
+2
*
Update comments
adnano
2020-09-28
1
-1
/
+3
*
Remove unused import
adnano
2020-09-28
1
-1
/
+0
*
Update documentation
adnano
2020-09-28
1
-2
/
+6
[prev]
[next]