index
:
xavi/kristall
fork
master
query-dialog
querydialog-wrap
scroller
A Gemini client written in C++/Qt.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' of github.com:MasterQ32/kristall
Felix (xq) Queißner
2020-06-21
4
-0
/
+0
|
\
|
*
Changes icons to new color
Tiwesdaeg Twohands
2020-06-20
4
-0
/
+0
*
|
Allows moving certificates between groups via drag'n'drop.
Felix (xq) Queißner
2020-06-21
3
-0
/
+211
*
|
Allows export of certificates, validates import.
Felix (xq) Queißner
2020-06-20
1
-0
/
+57
*
|
Implements certificate import (untested)
Felix (xq) Queißner
2020-06-20
1
-0
/
+63
*
|
Starts implementation of certificate import/export.
Felix (xq) Queißner
2020-06-20
5
-0
/
+320
|
/
*
Makes previous code a tad nicer.
Felix (xq) Queißner
2020-06-20
1
-26
/
+19
*
Adds new feature: Auto-enable and host matching for client certificates
Felix (xq) Queißner
2020-06-20
6
-14
/
+123
*
English is hard
Felix (xq) Queißner
2020-06-20
2
-8
/
+8
*
Patches by @tomasino, starts to implement the auto-enable/host filter feature...
Felix (xq) Queißner
2020-06-20
8
-5
/
+75
*
Adds fix for older qt versions
Felix (xq) Queißner
2020-06-20
1
-0
/
+4
*
Adds client certificates for HTTPS (untested)
Felix (xq) Queißner
2020-06-19
2
-0
/
+22
*
Small changes.
Felix (xq) Queißner
2020-06-19
2
-3
/
+4
*
Fixes bug in client certificate handling
Felix (xq) Queißner
2020-06-19
2
-17
/
+17
*
Fixes bug in the gopher client.
Felix (xq) Queißner
2020-06-19
1
-1
/
+3
*
Reworks TLS trust to enable symmetry between HTTPS and Gemini
Felix (xq) Queißner
2020-06-19
14
-190
/
+361
*
Implements Timeout UI
Felix (xq) Queißner
2020-06-19
4
-2
/
+33
*
Implements network timeouts.
Felix (xq) Queißner
2020-06-19
3
-0
/
+33
*
Fixes #17
Felix (xq) Queißner
2020-06-19
1
-1
/
+1
*
Auto-expanding the outline now works.
Felix (xq) Queißner
2020-06-19
1
-0
/
+1
*
Fixes non-updating status bar, fixes bug in the mime parser.
Felix (xq) Queißner
2020-06-19
6
-11
/
+70
*
Fixed multimedia bug.
Felix (xq) Queißner
2020-06-19
3
-1
/
+9
*
Allows user to skip over invalid TLS connections and fetch the content anyways.
Felix (xq) Queißner
2020-06-19
18
-39
/
+88
*
Fixes bug in text highlighter, should not break Unicode anymore.
Felix (xq) Queißner
2020-06-19
1
-10
/
+28
*
Adds safety measure to prevent Kristall send too large input messages to the ...
Felix (xq) Queißner
2020-06-19
2
-8
/
+23
*
Adds iconv implementation to convert between input charset and UTF-8 for disp...
Felix (xq) Queißner
2020-06-19
5
-15
/
+209
*
Rescopes version 0.3, adds roadmap plans for 0.4.
Felix (xq) Queißner
2020-06-18
2
-5
/
+5
*
Reworks global settings handling, improves redirection configuration.
Felix (xq) Queißner
2020-06-18
10
-103
/
+264
*
Fixes warnings and compile errors that didn't trigger without recomple.
Felix (xq) Queißner
2020-06-18
6
-3
/
+14
*
Makes client certificate usage a bit more secure.
Felix (xq) Queißner
2020-06-18
2
-0
/
+17
*
Updated icon thanks to tiwesdaeg
Felix (xq) Queißner
2020-06-18
1
-6
/
+110
*
Small fix: Client Certificates work for Gemini again.
Felix (xq) Queißner
2020-06-18
2
-3
/
+3
*
Makes cancelling gemini requests more robust.
Felix (xq) Queißner
2020-06-17
2
-5
/
+13
*
Makes gemini protocol handler a bit more robust.Makes style preview a file in...
Felix (xq) Queißner
2020-06-17
12
-34
/
+156
*
Introduces cross-host and cross-scheme redirection warnings.
Felix (xq) Queißner
2020-06-17
2
-34
/
+87
*
Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ...
Felix (xq) Queißner
2020-06-16
3
-12
/
+33
*
Improves SSL handling a tad.
Felix (xq) Queißner
2020-06-16
2
-5
/
+17
*
Adds improved error handling.
Felix (xq) Queißner
2020-06-16
24
-14
/
+226
*
Refactoring: Changes internal structure of requests and unifies a lot of code...
Felix (xq) Queißner
2020-06-16
22
-458
/
+552
*
Bugfix for krixano
Felix (xq) Queißner
2020-06-16
1
-1
/
+1
*
Should fix the build problem for kwiecien
Felix (xq) Queißner
2020-06-16
2
-7
/
+1
*
Adds improved client certificate management, adds server certificate management.
Felix (xq) Queißner
2020-06-16
29
-37
/
+867
*
Adds certificate manager, removes client certificate window.
Felix (xq) Queißner
2020-06-12
13
-36
/
+433
*
Fixes a small bug in the outline generator.
Felix (xq) Queißner
2020-06-12
1
-3
/
+17
*
Fixes #7: Wrong end-of-document detection.
Felix (xq) Queißner
2020-06-12
2
-3
/
+5
*
Fixes two overflow bugs in labels. No weird scaling based on links anymore.
Felix (xq) Queißner
2020-06-12
6
-3
/
+95
*
Keep -no-unused-parameter on non-MSVC
Alexandros Naskos
2020-06-11
1
-0
/
+6
*
Windows (MSVC) build fixes
Alexandros Naskos
2020-06-11
3
-4
/
+9
*
overhaul of Makefile for clean install with desktop file and icons
James Tomasino
2020-06-11
4
-0
/
+0
*
Removes dependency on QRandomGenerator
Felix (xq) Queißner
2020-06-11
1
-5
/
+6
[prev]
[next]