hogliux
|
26b6f01ce3
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
8 years ago |
jules
|
0df194d33e
|
Added method URL::withNewDomainAndPath()
|
9 years ago |
hogliux
|
b729764ba6
|
Fix a bug in URL::findEndOfScheme
|
9 years ago |
hogliux
|
042bd2be13
|
Fix identifying the scheme portion of a URL
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
Timur Doumler
|
24f05c405a
|
Whitespace.
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
9eb54629f2
|
Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles
|
9 years ago |
jules
|
c01091895b
|
Refactored some internal code in Socket
|
9 years ago |
hogliux
|
10afd6de63
|
Add assertion when port numbers are out of range
|
9 years ago |
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
|
9 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 |