145 Commits (1a60fa97657db2fc4ea81fb908face60cdffb720)

Author SHA1 Message Date
  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
  jules b0cd45329f Fixed a cast warning, added some missing move operators to ReferenceCountedArray and URL, and tidied up some internal array code 8 years ago
  tpoole 3cb185fcc3 A minor code cleanup 8 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
  jules 23cdad6a80 Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 8 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 8 years ago
  jules 7c6f3d40b6 Tidied up some method calls involving HeapBlock 8 years ago
  Lukasz Kozakiewicz c8c692e2b7 Android: fix web input stream reporting always total length of -1. 8 years ago
  tpoole ff6d01bc25 Added a function to the InterprocessConnectionServer class to get the bound port number 8 years ago
  hogliux 64597c2873 Android: Fixed a potential deadlock in Sockets 8 years ago
  hogliux ade10c9328 Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 8 years ago
  hogliux c779982d38 Added an optional usePost parameter to URL::downloadToFile 8 years ago
  ed a68373ac44 URL: Added support for query string parameters without values 8 years ago
  tpoole 10b7aa3c16 MinGW: Fixed some build warnings 8 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
  hogliux 63f179a8db Fixed an issue where the Fallback SimpleDownloader could crash on Android 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules 60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 9 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 9 years ago
  tpoole cc524bf626 Minor documentation fix 9 years ago
  jules e6ea21d1ae Whitespace fix 9 years ago
  jules 297675c5cb Workaround for a compile error in MSVC DLL builds 9 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 9 years ago
  hogliux 5cdd316934 Fixed a compiler error when building for Android in recently added IPv6 address support 9 years ago
  ed e09c2b65a1 Added IPv6 support to the IPAddress class 9 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 9 years ago
  hogliux a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 9 years ago
  ed 2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method 9 years ago
  jules 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 9 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 9 years ago
  hogliux e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 9 years ago
  hogliux fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 9 years ago
  tpoole 3fa62bcaf7 Fixed some misnamed Doxygen parameters 9 years ago
  tpoole 2f06fdf66c Updated the standalone BLOCKS SDK build 9 years ago
  hogliux 6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 9 years ago
  hogliux caa65e8ff1 Add new URL::downloadToFile method 9 years ago
  hogliux c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 9 years ago