Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ConnFailedException | Pierre Ossman | 2024-09-02 | 1 | -9/+9 |
* | Avoid connection failed exception | Pierre Ossman | 2024-08-13 | 1 | -6/+6 |
* | Don't abuse auth failure exception | Pierre Ossman | 2024-08-07 | 1 | -2/+2 |
* | Remove auth exception prefix | Pierre Ossman | 2024-08-07 | 1 | -2/+2 |
* | Avoid shadowing variables | Pierre Ossman | 2024-06-24 | 1 | -2/+2 |
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -6/+7 |
* | Move the AccessRights type and constants to the rfb namespace | Carlos Santos | 2024-04-23 | 1 | -3/+3 |
* | Consistently use uint8_t for data buffers | Pierre Ossman | 2023-03-18 | 1 | -2/+2 |
* | Use std::string instead of CharArray | Pierre Ossman | 2023-02-04 | 1 | -4/+4 |
* | Use fixed size character buffer | Pierre Ossman | 2023-02-04 | 1 | -14/+8 |
* | Use StringParameters directly | Pierre Ossman | 2023-02-04 | 1 | -1/+1 |
* | Use std::vector for basic data arrays | Pierre Ossman | 2023-02-01 | 1 | -16/+20 |
* | Use stdint types | Pierre Ossman | 2023-02-01 | 1 | -39/+40 |
* | Fix RSA-AES state machines | Pierre Ossman | 2023-01-05 | 1 | -26/+25 |
* | Add support for RSA-AES security types | pdlan | 2022-09-01 | 1 | -0/+598 |