hogliux
c1f7b6dc16
Fixed a possible nullptr dereference in the Android runtime permission code
2017-02-09 17:57:04 +00:00
hogliux
ebbba641a4
Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed
2017-02-09 17:57:04 +00:00
hogliux
376b83986a
Fixed a bug that would cause asserts to be ignored on some android platforms
2017-02-09 17:57:04 +00:00
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
2017-02-08 18:07:37 +00:00
hogliux
5cdd316934
Fixed a compiler error when building for Android in recently added IPv6 address support
2017-02-08 16:47:19 +00:00
ed
e09c2b65a1
Added IPv6 support to the IPAddress class
2017-02-07 08:52:49 +00:00
hogliux
2da1bc5f41
Replace include guards with "#pragma once"
2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
2017-02-01 17:18:06 +00:00
hogliux
ec0485388d
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
2017-02-01 17:18:06 +00:00
jules
e040353898
Cleaned up a few old bits of VC2005 support code
2017-01-30 07:50:56 +00:00
hogliux
06dde9d927
Removed unnecessary check in macOS/iOS URL session cancel
2017-01-20 11:43:19 +00:00
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
a6c4a02c81
Avoided an unused variable warning in the OSX network code
2017-01-10 09:15:08 +00:00
tpoole
c52f147565
Improved a variable name
2017-01-09 18:21:15 +00:00
ed
7120d7dfca
Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10
2017-01-05 16:54:00 +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
1c4b687401
Fixed a bug where the high resolution timer could hang when stopped from another thread
2016-12-08 17:44:24 +00:00
ed
2952b52f88
Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm
2016-12-06 17:21:31 +00:00
ed
36f561a8e5
Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code
2016-12-05 12:06:04 +00:00
tpoole
8e7ed3ae7d
Fixed MacOS 10.12 deprecations
2016-12-02 11:37:52 +00:00
hogliux
b5fb095696
Fixed a few VS2008 build errors
2016-11-30 11:43:47 +00:00
ed
7bd5c05216
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
2016-11-29 10:19:39 +00:00
hogliux
da5805fb48
Fixed a race condition in iOS DownloadTask implementation
2016-11-24 15:00:51 +00:00
tpoole
f93b174d93
Fixed error in variable name
2016-11-16 15:43:45 +00:00
hogliux
caa65e8ff1
Add new URL::downloadToFile method
2016-11-16 11:13:25 +00:00
hogliux
3b630f3281
Added new WebInputStream class for more fine-grained control on retrieving URLs
2016-11-09 10:58:37 +00:00
hogliux
01380b12d6
Fixed a typo in the SSE 4.1/4.2 detection logic
2016-10-31 13:12:33 +00:00
hogliux
f415b09c7b
Enabled cookies in the juce curl backend to align the behaviour with other platforms
2016-10-28 09:08:57 +01:00
hogliux
ff52d76197
Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object
2016-10-19 10:20:21 +01:00
hogliux
7686db659f
Fixed a typo in my latest commit
2016-10-05 16:37:13 +01:00
hogliux
59a47d1fb4
Fixed possible dead-lock
2016-10-05 15:31:01 +01:00
stefan
8ec9443543
Projucer various fixes
...
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02:00
hogliux
cbb8536a6d
Fixed potential crash in mac's legacy WebInputStream implementation
2016-09-12 18:17:19 +01:00
hogliux
ceefc5b4bf
Avoided a dead-lock in a recent commit to WebInputStream on mac
2016-09-12 18:06:36 +01:00
hogliux
cf8d655855
Fixed a possible race condition in mac's implementation of WebInputStream
2016-09-09 12:00:53 +01:00
jules
b1ab45052e
Avoided a warning in some OSX network code
2016-08-17 16:12:10 +01:00
jules
c353ac34a2
Avoided a race condition when cancelling HTTP stream on OSX
2016-08-17 11:04:24 +01:00
jules
8f7d9f7522
Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX
2016-08-11 09:26:56 +01:00
hogliux
ec9c033cdf
Add exclusive flag to MemoryMappedFile
2016-08-09 09:23:06 +01:00
jules
1a1897b43b
Made the OSX HTTP stream respond to the return value of the open-stream callback function
2016-08-05 15:38:33 +01:00
hogliux
bf582f6c5b
Fix errors and warnings on mingw-w64
2016-08-01 18:29:12 +01:00
jules
a604c03bd2
Added a definition that's missing in some very obscure win32 setups
2016-07-12 09:01:10 +01:00
hogliux
c6249d2214
Clear http headers after redirects
2016-07-07 15:31:14 +01:00
hogliux
dd245effd2
Have curl follow re-directions automatically
2016-07-07 14:37:58 +01:00
hogliux
f83554c966
Add a User-Agent http header to curl requests
2016-07-07 09:47:43 +01:00
jules
e7c9cf3b66
Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes
2016-07-05 10:22:05 +01:00
hogliux
2f36d03d1d
Do a case-insensitive compare on core http headers in windows network code
2016-07-05 10:20:12 +01:00
hogliux
38c897f8a4
Return nullptr from URL::createInputStream if a request times out
2016-07-05 09:46:19 +01:00