Clementine-audio-player-Mac.../src/networkremote
Andreas Muttscheller e5ab3e786f Network Remote: Check bytesAvailable >= 4 before reading length integer
This caused Clementine Remote to stop working on Android N. writeInt()
splits the 4 bytes across multiple tcp frames. Clementine would read
a wrong length and thus fail to read any protocol buffer data.
2016-09-12 12:07:28 +02:00
..
avahi.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
avahi.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
bonjour.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
bonjour.mm Reformat all Objective-C++ files with clang-format. 2014-01-30 14:54:51 +01:00
incomingdataparser.cpp Network remote: Insert Song as well as urls. Is used for global search to add metadata for non library tracks. 2015-06-13 16:00:15 +02:00
incomingdataparser.h Network remote: Insert Song as well as urls. Is used for global search to add metadata for non library tracks. 2015-06-13 16:00:15 +02:00
networkremote.cpp Lazy initialise everything in Application. 2016-02-11 15:15:38 +00:00
networkremote.h Lazy initialise everything in Application. 2016-02-11 15:15:38 +00:00
networkremotehelper.cpp Hide Application classes behind pimpl. 2016-02-15 17:39:50 +00:00
networkremotehelper.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
outgoingdatacreator.cpp Fix compile issue in outgoingdatacreator.cpp 2015-06-15 16:28:41 -04:00
outgoingdatacreator.h Network remote can now transcode lossless files before sending them to the remote. 2014-11-13 22:31:49 +01:00
remoteclient.cpp Network Remote: Check bytesAvailable >= 4 before reading length integer 2016-09-12 12:07:28 +02:00
remoteclient.h Network remote can now transcode lossless files before sending them to the remote. 2014-11-13 22:31:49 +01:00
songsender.cpp Lazy initialise everything in Application. 2016-02-11 15:15:38 +00:00
songsender.h Cancel transcode when downloader disconnects. 2014-11-18 11:55:27 +01:00
tinysvcmdns.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
tinysvcmdns.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
zeroconf.cpp Convert all instances of foreach() to a C++11 for 2014-02-10 14:43:32 +01:00
zeroconf.h Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00