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
/
event
/
FullyBufferedSocket.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-12-20
event/FullyBufferedSocket: add "noexcept"
Max Kellermann
2017-11-12
event/IdleMonitor: add "noexcept"
Max Kellermann
2017-11-10
event/SocketMonitor: eliminate Read(), Write()
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-02
event/BufferedSocket: pass std::exception_ptr to OnSocketError()
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-02-10
system/{Resolver,Socket{Error,Util}}: move to new library libnet.a
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-19
util/PeakBuffer: use IsEmpty() instead of IsNull()
Max Kellermann
2013-12-15
util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_buffer
Max Kellermann
2013-12-15
util/PeakBuffer: return ConstBuffer<void>
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-11-06
event/FullyBufferedSocket: remove obsolete TODO comment
Max Kellermann
2013-11-06
event/FullyBufferedSocket: try to write without extra roundtrip
Max Kellermann
2013-11-06
event/FullyBufferedSocket: make WriteFromBuffer() protected
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-07
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-01-30
event/BufferedSocket: move output buffer to FullyBufferedSocket
Max Kellermann