122 Commits (79110aae25ff28b0a2142feaeb194d8ec2846b5e)

Author SHA1 Message Date
  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
  hogliux 8499e29241 Fixed a VS2013 warning in juce_URL 9 years ago
  hogliux 3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 9 years ago
  ed 76b3689a48 Added BLOCKS module 9 years ago
  hogliux ae13dd6d6c Added an option to escape round brackets in URLs 9 years ago
  hogliux 26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 9 years ago
  jules 0df194d33e Added method URL::withNewDomainAndPath() 9 years ago
  hogliux b729764ba6 Fix a bug in URL::findEndOfScheme 9 years ago
  hogliux 042bd2be13 Fix identifying the scheme portion of a URL 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  Timur Doumler 24f05c405a Whitespace. 10 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 10 years ago
  jules 9eb54629f2 Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles 10 years ago
  jules c01091895b Refactored some internal code in Socket 10 years ago
  hogliux 10afd6de63 Add assertion when port numbers are out of range 10 years ago
  hogliux 166f54fa0a Fix DatagramSocket from always blocking on read 10 years ago
  jules 2271d6d7fd Added a couple of methods to MACAddress 10 years ago
  jules 6b66d6379c Fix for non-Windows socket address binding. 10 years ago
  jules 1c5304b598 Refactored some socket options code and avoided a compile error on linux. 10 years ago
  hogliux 2ae3d8f7c9 Fix compiler error for Android in recent commit 10 years ago
  hogliux fe4bf3d91f Add support to allow sharing a DatagramSocket port with other applications 10 years ago
  hogliux a928e9abd5 Fix typo in comment 10 years ago
  Timur Doumler eafa657f3b DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions). 10 years ago
  Joshua Gerrard 2e53e570da Fixed documentation and returning a dangling reference issues 10 years ago