183 Commits (fa577fc4ef9a80b33eaf2544fcfe9904cf7581df)

Author SHA1 Message Date
  Tom Poole 79d3e8b3f5 Windows: Removed some VS2013 workarounds 6 years ago
  Tom Poole 5935040d78 Fixed a crash when fetching large content in URL::FallbackDownloadTask 6 years ago
  ed c429bf53ce Removed some unnecessary static_casts in the URL class 6 years ago
  jules 6b82c964cd Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 6 years ago
  jules 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
  jules 2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 7 years ago
  Tom Poole b59fa68724 Fixed some compiler warnings 6 years ago
  James Hurst 60f58be769 Added a method to return query parameters as a URL encoded string, and to optionally include these in getSubPath 6 years ago
  ed 497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
  ed f3af250ff7 Tidied up unit test code layout 6 years ago
  ed aa498afce2 Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 6 years ago
  ed 08807df47b Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 6 years ago
  Tom Poole 168188665e Added a couple of missing JUCE_API macros 7 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 7 years ago
  ed 3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 7 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 7 years ago
  hogliux 85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 7 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 7 years ago
  jules 14989b6eda Minor tidy-up to IPAddress 7 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 7 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 7 years ago
  Tom Poole 05f49bab50 Fixed an issue when connecting to a non-existent NamedPipe 7 years ago
  cesare e1a8bbf020 Added support for finding the broadcast address of an interface 7 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 7 years ago
  jules ccbaf89f0e Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 7 years ago
  jules 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
  ed 6f65cf0f7b Fixed a bug when parsing IP address strings 7 years ago
  ed c154024641 Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress 7 years ago
  ed 8e463b4051 Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses 7 years ago
  ed 516f053006 Removed the default bool argument from static IPAddress::any() method 7 years ago
  ed 657afd8652 Removed a default bool constructor from IPAddress 7 years ago
  jules dee78f29f6 Misc cleanups and modernisation 7 years ago
  jules e2dcc32f88 Updated old code where the 'volatile' keyword was still being used 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  hogliux 6dbb975c01 Windows: Fixed an issue in the conversion from URL to Windows UNC file paths and vice versa 7 years ago
  ed cdbc28c18b Add documentation tags 8 years ago
  hogliux d8c06ab657 URL: fixed an issue where an invalid File could lead to infinite loop in the URL constructor 8 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 8 years ago
  Lukasz Kozakiewicz 3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 8 years ago
  ed ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 8 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 8 years ago
  Lukasz Kozakiewicz 7297f62182 FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. 8 years ago
  Lukasz Kozakiewicz 5358756d58 FileChooser: misc fixes and improvements to iOS and Android file choosers. 8 years ago
  jules f85d706131 Some minor formatting and comment fixes 8 years ago
  Noah Dayan 4cb6a6fcee Fixed typo in doc of juce_WebInputStream.h 8 years ago
  hogliux 1fb38d7864 URL: Fixed an issue when decoding local file URLs which contain a '+' in their paths 8 years ago
  hogliux ae9ec7c6e5 Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class 8 years ago
  jules 20147fc0cc A few code cleanups 8 years ago
  tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 8 years ago