Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playlist: use std::chrono::duration for Seek*() | Max Kellermann | 2014-08-28 | 2 | -0/+31 |
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 6 | -6/+6 |
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 2 | -2/+2 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -2/+2 |
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 4 | -19/+18 |
* | *: use std::numeric_limits | Max Kellermann | 2013-10-17 | 1 | -13/+10 |
* | 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 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 3 | -12/+28 |
* | ack.h: move to protocol/ | Max Kellermann | 2013-08-10 | 2 | -1/+54 |
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -1/+0 |
* | Merge branch 'v0.17.x' | Max Kellermann | 2013-02-19 | 1 | -1/+1 |
|\ | |||||
| * | command: allow to omit END in ranges (START:END) | Jörg Thalheim | 2013-02-19 | 1 | -1/+1 |
* | | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 4 | -20/+20 |
* | | client: convert to C++ | Max Kellermann | 2013-01-03 | 4 | -12/+12 |
* | | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 2012-08-02 | 1 | -3/+2 |
|/ | |||||
* | command: move code to protocol/argparser.c | Max Kellermann | 2012-02-14 | 2 | -0/+240 |
* | command: move functions to protocol/result.c | Max Kellermann | 2012-02-14 | 2 | -0/+101 |