hogliux
|
166f54fa0a
|
Fix DatagramSocket from always blocking on read
|
9 years ago |
jules
|
2271d6d7fd
|
Added a couple of methods to MACAddress
|
9 years ago |
jules
|
6b66d6379c
|
Fix for non-Windows socket address binding.
|
9 years ago |
jules
|
1c5304b598
|
Refactored some socket options code and avoided a compile error on linux.
|
9 years ago |
hogliux
|
2ae3d8f7c9
|
Fix compiler error for Android in recent commit
|
9 years ago |
hogliux
|
fe4bf3d91f
|
Add support to allow sharing a DatagramSocket port with other applications
|
9 years ago |
hogliux
|
a928e9abd5
|
Fix typo in comment
|
9 years ago |
Timur Doumler
|
eafa657f3b
|
DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions).
|
9 years ago |
Joshua Gerrard
|
2e53e570da
|
Fixed documentation and returning a dangling reference issues
|
9 years ago |
Joshua Gerrard
|
564722e9dd
|
Added support for MemoryBlock POST data in URL
|
9 years ago |
jules
|
8883b1f9c1
|
Added a "mustNotExist" argument to NamedPipe creation
|
9 years ago |
hogliux
|
40848adac6
|
Add optional parameter to juce URL class to specify a custom HTTP command
|
10 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
0fc929e37d
|
Added comments to clarify that URLs can't be opened on the message thread in Android.
|
10 years ago |
hogliux
|
79c5c34466
|
Fix bug where a socket connection error was mistakenly ignored
|
10 years ago |
jules
|
1952ed195e
|
Whitespace
|
10 years ago |
hogliux
|
e0d1dd0a71
|
Fix warnings on Mac and Linux
|
10 years ago |
hogliux
|
67cc7f3fed
|
Add multicast support to juce_Socket
|
10 years ago |
jules
|
121ce102a7
|
Whitespace cleanup.
|
10 years ago |
hogliux
|
41b38f59ed
|
Re-write DatagramSocket class and general clean-up in socket code
|
10 years ago |
jules
|
f6395d4cda
|
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
|
10 years ago |
jules
|
058f8102f8
|
Added a method to DatagramSocket that can return the sender address when reading. Also updated some internal code in the socket classes.
|
10 years ago |
jules
|
268497e8bc
|
Added a number-of-redirects parameter to URL::createInputStream
|
10 years ago |
jules
|
aecbf88998
|
Added method URL::withParameters
|
10 years ago |
jules
|
2b73de8794
|
Modified URL::addEscapeChars to generate upper-case hex digits because apparently lower-case can cause problems.
|
10 years ago |
jules
|
ef63ba5d80
|
In posix StreamingSocket, added a shutdown call before closing the socket to make it disconnect.
|
10 years ago |
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 |