jules
e040353898
Cleaned up a few old bits of VC2005 support code
8 years ago
hogliux
06dde9d927
Removed unnecessary check in macOS/iOS URL session cancel
8 years ago
hogliux
a84c166c6f
Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped
8 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
8 years ago
jules
a6c4a02c81
Avoided an unused variable warning in the OSX network code
8 years ago
tpoole
c52f147565
Improved a variable name
8 years ago
ed
7120d7dfca
Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10
8 years ago
jules
92f3a1e88f
Miscellaneous fixes for some PVS static analyser warnings
8 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
8 years ago
hogliux
1c4b687401
Fixed a bug where the high resolution timer could hang when stopped from another thread
8 years ago
ed
2952b52f88
Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm
8 years ago
ed
36f561a8e5
Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code
8 years ago
tpoole
8e7ed3ae7d
Fixed MacOS 10.12 deprecations
8 years ago
hogliux
b5fb095696
Fixed a few VS2008 build errors
8 years ago
ed
7bd5c05216
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
8 years ago
hogliux
da5805fb48
Fixed a race condition in iOS DownloadTask implementation
8 years ago
tpoole
f93b174d93
Fixed error in variable name
8 years ago
hogliux
caa65e8ff1
Add new URL::downloadToFile method
8 years ago
hogliux
3b630f3281
Added new WebInputStream class for more fine-grained control on retrieving URLs
8 years ago
hogliux
01380b12d6
Fixed a typo in the SSE 4.1/4.2 detection logic
8 years ago
hogliux
f415b09c7b
Enabled cookies in the juce curl backend to align the behaviour with other platforms
8 years ago
hogliux
ff52d76197
Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object
8 years ago
hogliux
7686db659f
Fixed a typo in my latest commit
8 years ago
hogliux
59a47d1fb4
Fixed possible dead-lock
8 years ago
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
8 years ago
hogliux
cbb8536a6d
Fixed potential crash in mac's legacy WebInputStream implementation
8 years ago
hogliux
ceefc5b4bf
Avoided a dead-lock in a recent commit to WebInputStream on mac
8 years ago
hogliux
cf8d655855
Fixed a possible race condition in mac's implementation of WebInputStream
8 years ago
jules
b1ab45052e
Avoided a warning in some OSX network code
8 years ago
jules
c353ac34a2
Avoided a race condition when cancelling HTTP stream on OSX
8 years ago
jules
8f7d9f7522
Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX
8 years ago
hogliux
ec9c033cdf
Add exclusive flag to MemoryMappedFile
8 years ago
jules
1a1897b43b
Made the OSX HTTP stream respond to the return value of the open-stream callback function
8 years ago
hogliux
bf582f6c5b
Fix errors and warnings on mingw-w64
9 years ago
jules
a604c03bd2
Added a definition that's missing in some very obscure win32 setups
9 years ago
hogliux
c6249d2214
Clear http headers after redirects
9 years ago
hogliux
dd245effd2
Have curl follow re-directions automatically
9 years ago
hogliux
f83554c966
Add a User-Agent http header to curl requests
9 years ago
jules
e7c9cf3b66
Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes
9 years ago
hogliux
2f36d03d1d
Do a case-insensitive compare on core http headers in windows network code
9 years ago
hogliux
38c897f8a4
Return nullptr from URL::createInputStream if a request times out
9 years ago
hogliux
f7f35f5a28
Add fallback to legacy networking code for pre OS X 10.10
9 years ago
jules
6e0c1682ca
Removed a defunct workaround for an obscure bug in old Windows PCI hardware
9 years ago
hogliux
d9a3e76518
Fix a warning in the previous commit
9 years ago
hogliux
f6cd130038
Add redirect support to NSURLSession code
9 years ago
jules
943c89dea6
Added some extra locking in the destructor of a Mac HTTP stream implementation
9 years ago
jules
f8516f2e19
Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions.
9 years ago
hogliux
16fde6798b
Allow write access to all files if a user has effective root permissions on linux
9 years ago
hogliux
bb56ba4276
Add CRLF between JUCE http headers and user http headers
9 years ago
hogliux
968cee4ad2
Remove unnecessary code after moving to static shared code library
9 years ago