1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_core/network
2019-03-29 16:03:41 +00:00
..
juce_IPAddress.cpp Minor tidy-up to IPAddress 2018-10-15 10:06:36 +01:00
juce_IPAddress.h Minor tidy-up to IPAddress 2018-10-15 10:06:36 +01:00
juce_MACAddress.cpp Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
juce_MACAddress.h Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
juce_NamedPipe.cpp Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 2019-03-29 16:03:41 +00:00
juce_NamedPipe.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_Socket.cpp Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 2019-03-27 15:02:36 +00:00
juce_Socket.h Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 2019-03-27 15:02:36 +00:00
juce_URL.cpp Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 2019-01-24 10:42:08 +00:00
juce_URL.h Added a couple of missing JUCE_API macros 2019-02-11 14:50:20 +00:00
juce_WebInputStream.cpp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_WebInputStream.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00