jules
|
205498900a
|
Tweaked the re-use flags for DatagramSocket
|
10 years ago |
jules
|
91e6d9a35a
|
Socket change to provide consistent re-use behaviour on posix and Windows.
|
10 years ago |
jules
|
eed0a41a4f
|
Added RSAKey::isValid() and URL::isEmpty()
|
10 years ago |
jules
|
ed7a262296
|
Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address.
|
11 years ago |
jules
|
aed910aadd
|
Avoided the URL class adding parameters when generating post data for uploading files.
|
11 years ago |
jules
|
e449f1a8af
|
Workarounds for a couple of MSVC quirks.
|
11 years ago |
jules
|
845391eb78
|
Documentation fix.
|
11 years ago |
jules
|
bcec781991
|
Tidied up the way the URL class handles file uploads, and added support for in-memory uploads.
|
11 years ago |
jules
|
4889822eaf
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
11 years ago |
jules
|
0455110a0e
|
Added method URL::createWithoutParsing()
|
11 years ago |
jules
|
76c8400049
|
Really minor clean-ups.
|
11 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
11 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
11 years ago |
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
11 years ago |
jules
|
293aedac2f
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
11 years ago |
jules
|
abd3babc02
|
Minor optimisations and clean-ups.
|
11 years ago |
jules
|
ca902e0122
|
URL class: allowed user-supplied headers to contain a content-type specifier.
|
11 years ago |
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
11 years ago |
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.
|
11 years ago |
jules
|
3cd00c8730
|
A few android warning fixes.
|
12 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
4ce1908f79
|
Misc tidying-up.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
502631cfbf
|
compiler warning fix.
|
12 years ago |
jules
|
31747486ff
|
New class: IPAddress.
|
12 years ago |
jules
|
b4382bad62
|
Added String methods to create/return a std::string, and also String::toRawUTF8 method.
|
12 years ago |
jules
|
92e3c452a0
|
Warnings + documentation cleanups.
|
12 years ago |
jules
|
c91812467c
|
Added a couple of socket accessor methods.
|
12 years ago |
jules
|
01d123d1e8
|
Workarounds for a few mingw warnings and errors.
|
12 years ago |
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
jules
|
e543949bda
|
Minor clean-ups.
|
12 years ago |
jules
|
2cc6485f9b
|
Fixed 64-bit compiler warning.
|
12 years ago |
jules
|
a56e69a281
|
Fix for DLL build.
|
12 years ago |
jules
|
41f3b6c485
|
Re-implemented NamedPipe, to make the win32 version better match the posix one.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
9b8a39e27c
|
Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read().
|
13 years ago |
jules
|
286f0dbdef
|
Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
28e5942c59
|
Fix for win32 NamedPipe::isOpen().
|
13 years ago |
jules
|
baee94b197
|
Fix for IPV6 sockets.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |
jules
|
b888a72db9
|
Updated win32 GetSystemInfo calls. URL domain name fix.
|
13 years ago |
jules
|
15c44c9325
|
Changed URL class to allow multiple parameters with the same name.
|
13 years ago |
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.
|
13 years ago |
jules
|
dcfa73204b
|
AlertWindow text colour fix. URL::getPort() method. Image::createCopy() method.
|
13 years ago |
jules
|
6f5bb01513
|
Workarounds for mingw compatibility.
|
13 years ago |
Julian Storer
|
f18cb9f382
|
Some internal refactoring in PopupMenu.
|
13 years ago |
Julian Storer
|
638a93d639
|
Fixes for AU hosting and Button Value reference handling. Minor clean-ups.
|
13 years ago |