index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
system
Age
Commit message (
Expand
)
Author
2014-08-24
Merge branch 'v0.18.x'
Max Kellermann
2014-08-23
system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.
Thomas Klausner
2014-07-30
system/Resolver: use nullptr instead of NULL
Max Kellermann
2014-03-15
system/fd_util: export fd_set_cloexec()
Max Kellermann
2014-03-15
configure.ac: always define _GNU_SOURCE on Linux
Max Kellermann
2014-02-18
system/FatalError: remove GError support
Max Kellermann
2014-02-18
system/EPollFD: add epoll_create1() fallback for Android
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-15
configure.ac: add option "--disable-glib"
Max Kellermann
2013-12-15
util/Tokenizer, ...: include cleanup
Max Kellermann
2013-12-15
system/SocketError, ...: use strerror() instead of g_strerror()
Max Kellermann
2013-12-04
system/Resolver: use std::string to allocate internal buffer
Max Kellermann
2013-12-04
system/Resolver: sockaddr_to_string() returns std::string()
Max Kellermann
2013-11-29
Clock.cxx: provide all arguments for GetProcessTimes
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-11-25
Volume, Output: use new class PeriodClock instead of GTimer
Max Kellermann
2013-11-24
Stats: use monotonic clock instead of GTimer
Max Kellermann
2013-11-24
Stats: use GetProcessTimes() on WIN32 to determine MPD uptime
Max Kellermann
2013-11-21
system/ByteOrder: testing for endianness in a more general way
Florian Schlichting
2013-11-21
util/ByteOrder: add comments
Max Kellermann
2013-11-21
util/ByteOrder: indent the preprocessor directives
Max Kellermann
2013-11-18
system/fd_util.h: avoid symbol conflict with statically linked libmpdclient
Denis Krjuchkov
2013-11-05
system/ByteOrder: fix big-endian support
Max Kellermann
2013-11-05
add various missing headers
Natanael Copa
2013-11-04
system/resolver: return path of UNIX domain sockets
Max Kellermann
2013-10-30
system/FatalError: use _exit() instead of exit()
Max Kellermann
2013-10-30
system/FatalError: move code to Abort()
Max Kellermann
2013-10-29
fd_util: avoid unnecessary fcntl() calls
Max Kellermann
2013-10-20
FatalError: remove unused GError overload
Max Kellermann
2013-10-16
system/ByteOrder: new library for byte ordering / endianess
Max Kellermann
2013-10-15
system/clock: convert to C++
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-10-15
*: use WIN32 instead of G_OS_WIN32
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-05
mpd_error.h: remove obsolete header
Max Kellermann
2013-09-05
use standard snprintf() instead of GLib g_snprintf()
Max Kellermann
2013-09-04
system/SocketError: un-inline constructor
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-09-04
system/resolver: convert to C++
Max Kellermann
2013-08-10
system/EPollFD: fix typo in Add()
Max Kellermann
2013-08-07
event/EPollFD: basic support for Linux epoll
Max Kellermann
2013-08-07
event/EventFD: move to libsystem
Max Kellermann
2013-08-07
event/SignalMonitor: use signalfd() if available
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann