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

81 commits

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