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
2019-12-04
system/Error: add FormatFileNotFound()
Max Kellermann
2019-12-04
util/PrintException, ...: update copyright
Max Kellermann
2019-12-04
system/Error: move code to IsErrno()
Max Kellermann
2019-02-27
system/UniqueFileDescriptor: add CreatePipeNonBlock()
Max Kellermann
2019-02-19
fs/io/OutputStream: update include guard
Max Kellermann
2019-02-19
system/UniqueFileDescriptor: import std::swap
Max Kellermann
2019-02-19
system/Open: add OpenWriteOnly(), OpenDirectory()
Max Kellermann
2019-02-19
system/EpollFD: include cleanup
Max Kellermann
2018-12-18
remove non-block call
HyShai
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-02
system/FileDescriptor: check `__linux__` instead of `__linux`
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-22
configure.ac: add automake conditional "LINUX"
Max Kellermann
2018-08-22
system/EpollFD: use class UniqueFileDescriptor
Max Kellermann
2018-08-22
system/{Epoll,Event,Signal}FD: relicense to BSD-2
Max Kellermann
2018-08-22
system/EPollFD: rename to EpollFD
Max Kellermann
2018-08-22
system/UniqueFileDescriptor: make the "int" constructor public
Max Kellermann
2018-08-21
system/Open: new UniqueFileDescriptor constructing library
Max Kellermann
2018-08-21
system/FileDescriptor: add openat() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: include cleanup
Max Kellermann
2018-08-20
system/FileDescriptor: pass FileDescriptor to CheckDuplicate()
Max Kellermann
2018-08-20
net/SocketDescriptor: make eventfd() and signalfd() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: make inotify_init1() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add pipe2() wrapper
Max Kellermann
2018-08-20
system/FileDescriptor: make pipe2() mandatory on Linux
Max Kellermann
2018-08-20
system/FileDescriptor: add operator!=
Max Kellermann
2018-08-20
system/UniqueFileDescriptor: make the base class public
Max Kellermann
2018-08-20
system/FileDescriptor: add "noexcept"
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-20
system/FileDescriptor: add IsPipe(), IsSocket()
Max Kellermann
2018-08-17
Merge tag 'v0.20.21'
Max Kellermann
2018-08-17
android: raise minSdkVersion to 21
Max Kellermann
2018-08-06
system/SignalFD: add "noexcept"
Max Kellermann
2018-08-06
system/SignalFD: throw exception on error
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: add "noexcept"
Max Kellermann
2018-08-06
system/Event{FD,Pipe}: throw exception on error
Max Kellermann
2018-07-13
system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows
Max Kellermann
2018-01-29
system/EPollFD: update API documentation
Max Kellermann
2018-01-29
system/EPollFD: add "noexcept"
Max Kellermann
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-12-12
android/build.py: support NDK r16
Max Kellermann
2017-10-24
system/EventPipe: fix WSAEINPROGRESS on Windows
Max Kellermann
2017-09-13
system/Error: include cleanup
Max Kellermann
2017-09-13
system/Error: add more "noexcept"
Max Kellermann
2017-09-13
system/FileDescriptor: Close() should not be called on undefined object
Max Kellermann
2017-09-13
system/UniqueFileDescriptor: remove duplicate "using" statements
Max Kellermann
2017-09-13
system/UniqueFileDescriptor: expose CheckDuplicate()
Max Kellermann
2017-09-13
system/FileDescriptor: mention class UniqueFileDescriptor in API documentation
Max Kellermann
[next]