Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't typedef RedWorker twice | Jonathon Jongsma | 2015-02-23 | 1 | -2/+2 |
| | | | | | No need to typedef the struct here, it's typedef'ed in the header already. | ||||
* | Remove use of global 'reds' within RedWorker | Jonathon Jongsma | 2015-02-23 | 1 | -4/+11 |
| | | | | | Get the server variable from the RedDispatcher instead of using the global variable | ||||
* | CommonChannel -> CommonWorkerChannel | Jonathon Jongsma | 2015-02-23 | 1 | -23/+23 |
| | | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient. | ||||
* | Store a reference to RedsState in Channel base class | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | Add RedsState arg to all stat functions | Jonathon Jongsma | 2015-02-23 | 1 | -6/+6 |
| | |||||
* | Move zlib_glz_state to RedsState struct | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | | | | Also required adding reds_get_zlib_glz_state() for external access. | ||||
* | Move jpeg_state to RedsState struct | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | | | | Also required adding reds_get_jpeg_state() for external access. | ||||
* | Move image_compression to RedsState struct | Jonathon Jongsma | 2015-02-23 | 1 | -1/+1 |
| | | | | Removing more global variables | ||||
* | Rename red_worker.[ch] to red-worker.[ch] | Jonathon Jongsma | 2015-02-23 | 1 | -0/+1806 |