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
2020-04-23 17:08:29 +01:00
..
juce_IPAddress.cpp Fixed some warnings with -Wconversion enabled 2020-03-17 09:02:57 +00: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 some compiler warnings 2019-05-01 11:55:33 +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 Warnings: Add warning-wrangling header 2020-04-13 13:16:05 +01:00
juce_Socket.h Made StreamingSocket::isListener member atomic 2019-08-05 09:57:56 +01:00
juce_URL.cpp URL: Make downloadToFile return unique_ptr 2020-03-13 11:25:40 +00:00
juce_URL.h Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object 2020-04-23 17:08:29 +01:00
juce_WebInputStream.cpp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_WebInputStream.h Fixed some typos 2020-01-06 14:04:16 +00:00