Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xgb-render: add some comments | Přemysl Janouch | 2018-09-02 | 1 | -1/+26 |
| | | | | | Some containing code to list out potentially interesting information from the X server. | ||||
* | xgb-window: add comparison with correct blending | Přemysl Janouch | 2018-09-02 | 1 | -4/+27 |
| | |||||
* | xgb-xrender: add a basic demo for XRender | Přemysl Janouch | 2018-09-02 | 1 | -0/+176 |
| | | | | So far just a conversion of xgb-window.go. | ||||
* | xgb-window: add a basic xgb demo | Přemysl Janouch | 2018-09-02 | 1 | -0/+133 |
| | | | | Demonstrating RGBA visuals and direct pixel values. | ||||
* | tls-autodetect: updates, now that hid is ported | Přemysl Janouch | 2018-08-06 | 1 | -16/+15 |
| | | | | | | - fix SSL 2.0 detection - give up on using the resolved hostname later - rename connCloseWrite to connCloseWriter | ||||
* | tls-autodetect: mark issues, fix initialization | Přemysl Janouch | 2018-07-24 | 1 | -6/+10 |
| | |||||
* | tls-autodetect: avoid a goroutine leak on timeout | Přemysl Janouch | 2018-07-23 | 1 | -1/+1 |
| | |||||
* | tls-autodetect: finish inQ overrun handling | Přemysl Janouch | 2018-07-22 | 1 | -10/+17 |
| | |||||
* | tls-autodetect: fix client-initiated shutdown | Přemysl Janouch | 2018-07-22 | 1 | -28/+29 |
| | |||||
* | Rename client.kill to client.closeLink | Přemysl Janouch | 2018-07-21 | 1 | -4/+4 |
| | |||||
* | tls-autodetect: put most of the server code in place | Přemysl Janouch | 2018-07-15 | 1 | -52/+136 |
| | | | | So far we act up when it is the client who initializes the shutdown. | ||||
* | Initial commit | Přemysl Janouch | 2018-07-15 | 1 | -0/+356 |
Add a work-in-progress demo chat server with TLS autodetection. It needs to be perfected before I move on to writing an IRCd on the foundations. If history is of any indication, this might lead towards a nice set of applications. |