Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -5/+10 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -5/+5 | |
2013-01-31 | ZeroconfBonjour: fix OnSocketReady() return type | Max Kellermann | 1 | -1/+2 | |
2013-01-27 | ZeroconfBonjour: use SocketMonitor instead of GIOChannel | Max Kellermann | 1 | -26/+29 | |
2013-01-27 | zeroconf: convert to C++ | Max Kellermann | 1 | -6/+9 | |
2013-01-09 | zeroconf-bonjour: include Listen.hxx instead of listen.h | Max Kellermann | 1 | -1/+1 | |
Should fix the OS X build. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-12-21 | zeroconf-bonjour: use g_htons() instead of htons() | Max Kellermann | 1 | -1/+1 | |
Fixes the gcc warning "implicit declaration of function 'htons'". | |||||
2010-09-23 | zeroconf-bonjour: use g_htons() instead of htons() | Max Kellermann | 1 | -1/+1 | |
htons() is not available if netinet/in.h is not included. | |||||
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-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -4/+5 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-02-24 | listen: no CamelCase | Max Kellermann | 1 | -1/+1 | |
Renamed functions. | |||||
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -52/+19 | |
This is a rather huge patch, which unfortunately cannot be splitted. Instead of using our custom ioops.h library, convert everything to use the GLib main loop. | |||||
2008-12-30 | bonjour: fixed "unused parameter" warnings | Max Kellermann | 1 | -7/+13 | |
Add G_GNUC_UNUSED attributes. | |||||
2008-12-30 | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 1 | -0/+122 | |
Moved implementation specific code to their own sources, internal declarations in zeroconf-internal.h. |