Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -1/+1 | |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -17/+17 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -21/+21 | |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 1 | -2/+0 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -17/+23 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -0/+2 | |
Replaces GLib's GError. | |||||
2013-01-15 | Client: rebase on the new BufferedSocket class | Max Kellermann | 1 | -4/+0 | |
2013-01-15 | Client: move connection functions into the class | Max Kellermann | 1 | -3/+3 | |
2013-01-04 | CommandListBuilder: use std::list instead of GSList | Max Kellermann | 1 | -5/+6 | |
2013-01-04 | Client: move code to class CommandListBuilder | Max Kellermann | 1 | -19/+9 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -2/+2 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -5/+5 | |
2012-09-25 | command.h: move function prototypes to AllCommands.h | Max Kellermann | 1 | -0/+1 | |
2012-09-25 | command.h: remove obsolete command_success() prototype | Max Kellermann | 1 | -0/+1 | |
This lives in protocol/result.h now. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-07-29 | command: moved command_process_list() to client.c | Max Kellermann | 1 | -4/+26 | |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -0/+123 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. |