1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
Commit graph

106 commits

Author SHA1 Message Date
hogliux
a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 2017-01-18 12:11:14 +00:00
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 2017-01-11 15:45:56 +00:00
jules
92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 2017-01-03 17:22:01 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
hogliux
e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 2016-12-12 17:22:15 +00:00
hogliux
fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 2016-12-12 16:46:51 +00:00
tpoole
3fa62bcaf7 Fixed some misnamed Doxygen parameters 2016-12-08 11:05:11 +00:00
tpoole
2f06fdf66c Updated the standalone BLOCKS SDK build 2016-12-07 16:19:28 +00:00
hogliux
6340e541f0 Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1 2016-11-28 14:48:14 +00:00
hogliux
caa65e8ff1 Add new URL::downloadToFile method 2016-11-16 11:13:25 +00:00
hogliux
c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 2016-11-11 15:16:44 +00:00
hogliux
8499e29241 Fixed a VS2013 warning in juce_URL 2016-11-09 17:35:56 +00:00
hogliux
3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +00:00
ed
76b3689a48 Added BLOCKS module 2016-11-01 17:17:33 +00:00
hogliux
ae13dd6d6c Added an option to escape round brackets in URLs 2016-10-27 18:49:23 +01:00
hogliux
26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
jules
0df194d33e Added method URL::withNewDomainAndPath() 2016-07-07 15:53:01 +01:00
hogliux
b729764ba6 Fix a bug in URL::findEndOfScheme 2016-07-05 10:19:15 +01:00
hogliux
042bd2be13 Fix identifying the scheme portion of a URL 2016-06-16 12:05:25 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
Timur Doumler
24f05c405a Whitespace. 2016-04-07 09:26:03 +01:00
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. 2016-04-06 18:31:24 +01:00
jules
9eb54629f2 Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles 2016-04-05 10:18:57 +01:00
jules
c01091895b Refactored some internal code in Socket 2016-02-24 11:50:58 +00:00
hogliux
10afd6de63 Add assertion when port numbers are out of range 2016-02-03 12:25:02 +00:00
hogliux
166f54fa0a Fix DatagramSocket from always blocking on read 2015-10-26 17:17:07 +00:00
jules
2271d6d7fd Added a couple of methods to MACAddress 2015-10-09 10:29:04 +01:00
jules
6b66d6379c Fix for non-Windows socket address binding. 2015-09-28 17:13:13 +01:00
jules
1c5304b598 Refactored some socket options code and avoided a compile error on linux. 2015-09-24 19:34:57 -07:00
hogliux
2ae3d8f7c9 Fix compiler error for Android in recent commit 2015-09-18 07:49:19 +01:00
hogliux
fe4bf3d91f Add support to allow sharing a DatagramSocket port with other applications 2015-09-17 12:06:21 +01:00
hogliux
a928e9abd5 Fix typo in comment 2015-09-10 09:59:39 +01:00
Timur Doumler
eafa657f3b DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions). 2015-09-08 12:08:06 +01:00
Joshua Gerrard
2e53e570da Fixed documentation and returning a dangling reference issues 2015-09-01 15:56:27 +01:00
Joshua Gerrard
564722e9dd Added support for MemoryBlock POST data in URL 2015-09-01 15:29:40 +01:00
jules
8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 2015-08-18 12:26:05 +01:00
hogliux
40848adac6 Add optional parameter to juce URL class to specify a custom HTTP command 2015-07-28 10:09:48 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
0fc929e37d Added comments to clarify that URLs can't be opened on the message thread in Android. 2015-06-22 20:28:39 +01:00
hogliux
79c5c34466 Fix bug where a socket connection error was mistakenly ignored 2015-05-14 11:12:16 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
hogliux
e0d1dd0a71 Fix warnings on Mac and Linux 2015-04-29 15:21:29 +01:00
hogliux
67cc7f3fed Add multicast support to juce_Socket 2015-04-29 12:21:54 +01:00
jules
121ce102a7 Whitespace cleanup. 2015-04-13 13:01:52 +01:00
hogliux
41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 2015-04-13 12:56:23 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
058f8102f8 Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes. 2015-03-27 12:06:11 +00:00
jules
268497e8bc Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
jules
aecbf88998 Added method URL::withParameters 2014-12-16 16:04:21 +00:00
jules
2b73de8794 Modified URL::addEscapeChars to generate upper-case hex digits because apparently lower-case can cause problems. 2014-11-27 16:24:58 +00:00