1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core/network
2014-07-24 14:03:40 +01:00
..
juce_IPAddress.cpp Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_IPAddress.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_MACAddress.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_MACAddress.h Documentation fix. 2014-03-12 16:36:33 +00:00
juce_NamedPipe.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_NamedPipe.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Socket.cpp Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 2014-07-24 14:03:40 +01:00
juce_Socket.h Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
juce_URL.cpp Avoided the URL class adding parameters when generating post data for uploading files. 2014-05-19 11:16:25 +01:00
juce_URL.h Workarounds for a couple of MSVC quirks. 2014-03-29 13:56:16 +00:00