1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

55 commits

Author SHA1 Message Date
jules
205498900a Tweaked the re-use flags for DatagramSocket 2014-10-16 17:25:12 +01:00
jules
91e6d9a35a Socket change to provide consistent re-use behaviour on posix and Windows. 2014-09-21 13:01:35 +01:00
jules
eed0a41a4f Added RSAKey::isValid() and URL::isEmpty() 2014-09-11 09:45:26 -07:00
jules
ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 2014-07-24 14:03:40 +01:00
jules
aed910aadd Avoided the URL class adding parameters when generating post data for uploading files. 2014-05-19 11:16:25 +01:00
jules
e449f1a8af Workarounds for a couple of MSVC quirks. 2014-03-29 13:56:16 +00:00
jules
845391eb78 Documentation fix. 2014-03-12 16:36:33 +00:00
jules
bcec781991 Tidied up the way the URL class handles file uploads, and added support for in-memory uploads. 2014-03-12 11:17:27 +00:00
jules
4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
jules
0455110a0e Added method URL::createWithoutParsing() 2014-02-27 15:51:49 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
293aedac2f Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
jules
abd3babc02 Minor optimisations and clean-ups. 2013-09-21 13:41:16 +01:00
jules
ca902e0122 URL class: allowed user-supplied headers to contain a content-type specifier. 2013-09-20 10:18:35 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
3cd00c8730 A few android warning fixes. 2013-07-31 22:14:11 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
4ce1908f79 Misc tidying-up. 2013-07-09 20:25:46 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
502631cfbf compiler warning fix. 2013-04-27 20:19:56 +01:00
jules
31747486ff New class: IPAddress. 2013-04-27 20:11:59 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
92e3c452a0 Warnings + documentation cleanups. 2013-04-07 10:03:59 +01:00
jules
c91812467c Added a couple of socket accessor methods. 2013-03-29 09:12:36 +00:00
jules
01d123d1e8 Workarounds for a few mingw warnings and errors. 2013-03-28 21:40:41 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
2cc6485f9b Fixed 64-bit compiler warning. 2013-01-05 11:12:52 +00:00
jules
a56e69a281 Fix for DLL build. 2012-12-13 19:06:47 +00:00
jules
41f3b6c485 Re-implemented NamedPipe, to make the win32 version better match the posix one. 2012-12-09 12:52:41 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
jules
286f0dbdef Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
28e5942c59 Fix for win32 NamedPipe::isOpen(). 2012-04-01 11:56:11 +01:00
jules
baee94b197 Fix for IPV6 sockets. 2012-03-21 22:09:35 +00:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
b888a72db9 Updated win32 GetSystemInfo calls. URL domain name fix. 2012-03-17 11:34:12 +00:00
jules
15c44c9325 Changed URL class to allow multiple parameters with the same name. 2012-02-26 15:08:34 +00:00
jules
295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
jules
dcfa73204b AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method. 2012-01-05 12:12:21 +00:00
jules
6f5bb01513 Workarounds for mingw compatibility. 2011-11-02 11:49:34 +00:00
Julian Storer
f18cb9f382 Some internal refactoring in PopupMenu. 2011-09-25 15:33:12 +01:00
Julian Storer
638a93d639 Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 2011-09-23 18:29:51 +01:00