1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/network
2019-02-11 14:50:20 +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 Fixed an issue when connecting to a non-existent NamedPipe 2018-09-19 10:18:22 +01:00
juce_NamedPipe.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_Socket.cpp Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_Socket.h Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01: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