Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | Client: move message functions into the class | Max Kellermann | 2013-10-19 | 1 | -5/+24 |
| | |||||
* | Client: move trivial functions into the Client class | Max Kellermann | 2013-10-19 | 1 | -25/+24 |
| | |||||
* | ClientInternal: move class Client to Client.hxx | Max Kellermann | 2013-10-19 | 1 | -1/+89 |
| | | | | | Publish the Client API, preparing to move more code into the Client class. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -7/+9 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | gcc.h: major update | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | | | | | Copy the according file from another project (i.e. XCSoar). This will allow copying more code more easily. | ||||
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -1/+0 |
| | |||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -2/+2 |
| | |||||
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -3/+0 |
| | |||||
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -3/+2 |
| | | | | playlist and player_control are deprecated. | ||||
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -2/+4 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -9/+9 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+82 |