martin-osborne
|
7e730aa9b8
|
Corrected other misspelt 'a' words.
|
2015-04-06 17:34:48 +01:00 |
|
Guenter Obiltschnig
|
9083892894
|
style fix
|
2015-03-27 20:41:26 +01:00 |
|
Guenter Obiltschnig
|
4dd625725b
|
style/comment fixes
|
2015-03-27 20:35:10 +01:00 |
|
Günter Obiltschnig
|
227409bc32
|
fixed export macros
|
2015-03-18 20:39:16 +01:00 |
|
Guenter Obiltschnig
|
2bbff0ca8f
|
moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses
|
2015-03-18 19:06:10 +01:00 |
|
rkadam
|
5a7b792e3c
|
Adding ostream operator for Poco::Net::IPAddress
|
2015-03-18 20:52:44 +05:30 |
|
Tor Lillqvist
|
08a748dae1
|
Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char>
|
2015-03-07 15:46:08 +02:00 |
|
gjergji
|
0edc4f7d36
|
Small documentation fix of FTPClientSession.
|
2015-02-23 08:35:36 +01:00 |
|
Matt
|
dbc70e43d4
|
Update HTTPClientSession.h
Fix typo in the documentation.
|
2015-02-18 15:24:14 +01:00 |
|
Guenter Obiltschnig
|
c85ad9f73d
|
fixed GH #640: can't get socket out of SocketNotification because of const
|
2014-12-17 00:06:13 +01:00 |
|
Marian Krivos
|
1a14ec4578
|
Change MAX_URI_LENGTH for HTTPRequest from 4 to 16kb - 4kb is too small for todays internet
|
2014-12-07 20:49:12 +01:00 |
|
Guenter Obiltschnig
|
f9f8d21e0b
|
fixed ParallelSocketAcceptor
|
2014-11-20 11:36:26 +01:00 |
|
Alex Fabijanic
|
599c4cb3aa
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-11-19 22:25:48 -06:00 |
|
Alex Fabijanic
|
fbb18d1aa4
|
(Parallel)SocketAcceptor ctor/dtor call virtual functions #608
|
2014-11-19 22:25:28 -06:00 |
|
Guenter Obiltschnig
|
340594b2ae
|
fixed GH #63: Net::NameValueCollection::size() returns int
|
2014-11-19 23:26:04 +01:00 |
|
Guenter Obiltschnig
|
88b203f483
|
fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers
|
2014-11-19 21:25:36 +01:00 |
|
Alex Fabijanic
|
1919322d00
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-11-17 00:40:11 -06:00 |
|
Alex Fabijanic
|
2f20f801c5
|
Idle Reactor high CPU usage #607
|
2014-11-17 00:40:00 -06:00 |
|
Guenter Obiltschnig
|
28982f9fcc
|
fixed an issue with proxy connect if global proxy config is used
|
2014-11-13 06:37:33 +01:00 |
|
Guenter Obiltschnig
|
781acfa0bd
|
added nonProxyHosts to ProxyConfig to allow bypassing proxy for certain hosts
|
2014-11-11 22:54:44 +01:00 |
|
Guenter Obiltschnig
|
b576a66c4b
|
documentation update
|
2014-11-11 17:10:37 +01:00 |
|
Guenter Obiltschnig
|
fbcbf708aa
|
added OAuth20Credentials class, some minor OAuth10Credentials fixes
|
2014-11-11 12:10:53 +01:00 |
|
Guenter Obiltschnig
|
362eaad5cb
|
added support for OAuth 1.0A authentication
|
2014-11-10 22:15:02 +01:00 |
|
Guenter Obiltschnig
|
420c3b55a7
|
added support for global HTTP proxy configuration
|
2014-11-09 17:22:10 +01:00 |
|
Guenter Obiltschnig
|
6c37d53b39
|
minor doc fix (add () to function names to allow PocoDoc to generate links
|
2014-11-07 09:45:59 +01:00 |
|
Alvin M.
|
c0959d4f0f
|
Update DatagramSocket.h
Misspelling
|
2014-11-06 10:19:23 -05:00 |
|
Alvin M.
|
4aac27b33c
|
Update RawSocket.h
Updating documentation
|
2014-11-06 10:18:47 -05:00 |
|
Alvin M.
|
7a8051f37d
|
Update DatagramSocket.h
Wording
|
2014-11-06 10:17:42 -05:00 |
|
Alvin M.
|
7d0d04ea45
|
Update DatagramSocket.h
Updated erroneous documetation
|
2014-11-06 10:16:37 -05:00 |
|
Günter Obiltschnig
|
279370c5cb
|
Merge pull request #591 from karlr42/develop
Fix for issue #588
|
2014-10-31 19:56:11 +01:00 |
|
karlr42
|
5b646e5b9f
|
Fix description of stopAll's abortCurrent argument.
|
2014-10-31 17:35:50 +00:00 |
|
Guenter Obiltschnig
|
fb2eba8eac
|
HTTPCookie: fix documentation for max age
|
2014-10-04 07:40:43 +02:00 |
|
Guenter Obiltschnig
|
30e26b0d96
|
improved HTTPClientSession error handling for network errors handling during sending the request
|
2014-10-02 22:29:25 +02:00 |
|
Guenter Obiltschnig
|
cd67863852
|
#550 WebSocket fragmented message problem
|
2014-10-02 20:24:50 +02:00 |
|
Guenter Obiltschnig
|
135c10c0f5
|
#538 fixed ParallelSocketReactor dtor
|
2014-09-29 10:23:41 +02:00 |
|
Guenter Obiltschnig
|
544229302e
|
#538 prevent destructors from throwing exceptions
|
2014-09-19 09:46:49 +02:00 |
|
Christopher Baker
|
067adb9f2d
|
Remove inlines to allow manual network inits.
|
2014-08-21 14:31:48 -05:00 |
|
Christopher Baker
|
e469e4fc62
|
Fix static init exceptions for MinGW*.
|
2014-08-21 14:27:51 -05:00 |
|
Aleksandar Fabijanic
|
3ef689e3f6
|
typo fix
|
2014-06-19 09:31:38 -05:00 |
|
Alex Fabijanic
|
e44df5a583
|
fixed GH #245: MulticastSocket::joinGroup(const IPAddress&) not working
|
2014-05-29 20:57:19 -05:00 |
|
Aleksandar Fabijanic
|
731fb29fcc
|
Merge pull request #344 from RangelReale/htmlformcontentlength
HTMLForm Content-Length calculation
|
2014-05-21 22:27:12 -05:00 |
|
Guenter Obiltschnig
|
e7c109cdc4
|
update MailMessage::setContent() documentation to state that only CRLF is a valid line terminator and single CR or LFs must not be used
|
2014-05-19 17:29:41 +02:00 |
|
Roger Meier
|
b0581433a7
|
LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)
Signed-off-by: Roger Meier <r.meier@siemens.com>
|
2014-05-14 08:38:09 +02:00 |
|
Alex Fabijanic
|
ceef0c64ad
|
GH #328: NetworkInterface on Windows XP
|
2014-05-10 14:32:45 -05:00 |
|
Roger Meier
|
628a06f718
|
LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
|
2014-05-04 21:02:42 +02:00 |
|
Teemu Kemppainen
|
7de3349b57
|
Changed #include <linux/if.h> to #include <net/if.h>
Including linux/if.h instead of net/if.h causes conflicts with applications that use net/if.h.
|
2014-04-03 16:36:29 +03:00 |
|
Günter Obiltschnig
|
b2ba1dfb74
|
-added Windows Embedded Compact 2013 support
|
2014-03-17 14:36:17 +01:00 |
|
Guenter Obiltschnig
|
3ed477ce10
|
formatting fixes
|
2014-03-07 18:01:48 +01:00 |
|
karlr42
|
b509b7e91a
|
Peroperly use the maxThreads specified in a TCPServerParameters to have the TCPServerDispatcher create a Threadpool with the correct capacity.
|
2014-03-06 19:44:54 +00:00 |
|
karlr42
|
e060f109fd
|
Added support for a 'Priority' attribute on cookies.
|
2014-03-06 15:20:36 +00:00 |
|