167 Commits (55ccb3f1d5b6d102aedb797dcd547fe767678b10)

Author SHA1 Message Date
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  hogliux 85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 6 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 6 years ago
  jules 14989b6eda Minor tidy-up to IPAddress 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 6 years ago
  Tom Poole 05f49bab50 Fixed an issue when connecting to a non-existent NamedPipe 6 years ago
  cesare e1a8bbf020 Added support for finding the broadcast address of an interface 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  jules ccbaf89f0e Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 6 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 7 years ago
  hogliux d8c06ab657 URL: fixed an issue where an invalid File could lead to infinite loop in the URL constructor 7 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 7 years ago
  Lukasz Kozakiewicz 3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 7 years ago
  ed ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 7 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 7 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. 7 years ago
  Lukasz Kozakiewicz 5358756d58 FileChooser: misc fixes and improvements to iOS and Android file choosers. 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  Noah Dayan 4cb6a6fcee Fixed typo in doc of juce_WebInputStream.h 7 years ago
  hogliux 1fb38d7864 URL: Fixed an issue when decoding local file URLs which contain a '+' in their paths 7 years ago
  hogliux ae9ec7c6e5 Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class 7 years ago
  jules 20147fc0cc A few code cleanups 7 years ago
  tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 7 years ago
  jules b0cd45329f Fixed a cast warning, added some missing move operators to ReferenceCountedArray and URL, and tidied up some internal array code 7 years ago
  tpoole 3cb185fcc3 A minor code cleanup 7 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
  jules 23cdad6a80 Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  jules 7c6f3d40b6 Tidied up some method calls involving HeapBlock 7 years ago
  Lukasz Kozakiewicz c8c692e2b7 Android: fix web input stream reporting always total length of -1. 7 years ago
  tpoole ff6d01bc25 Added a function to the InterprocessConnectionServer class to get the bound port number 7 years ago
  hogliux 64597c2873 Android: Fixed a potential deadlock in Sockets 7 years ago
  hogliux ade10c9328 Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 7 years ago
  hogliux c779982d38 Added an optional usePost parameter to URL::downloadToFile 7 years ago
  ed a68373ac44 URL: Added support for query string parameters without values 7 years ago
  tpoole 10b7aa3c16 MinGW: Fixed some build warnings 7 years ago
  tpoole 80229c24a9 WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts 8 years ago
  tpoole 1c7d1084b9 Minor formatting changes 8 years ago
  tpoole 9ae25d13c2 Documentation: Some typo fixes 8 years ago