Guenter Obiltschnig
|
00cd9dccec
|
fixed IP address for ping tests (10.0.0.1 is reachable from build server)
|
2014-04-20 11:23:18 +02:00 |
|
Guenter Obiltschnig
|
fe6bf63656
|
TCPServer: do not reduce the capacity of the default ThreadPool
|
2014-04-09 18:12:46 +02:00 |
|
Günter Obiltschnig
|
b1bdf7f34c
|
Merge pull request #418 from teemu-kemppainen/develop
Using #include <linux/if.h> conflicts with other libraries and code that use #include <net/if.h>
|
2014-04-09 12:56:16 +02:00 |
|
Guenter Obiltschnig
|
008ef308e7
|
HTMLForm: in URL encoding, percent-encode more characters
|
2014-04-04 00:12:10 +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 |
|
Pascal Bach
|
f20994e2c3
|
Add missing files to CMakeLists.txt
This makes Poco compile with CMake again.
|
2014-03-12 13:58:32 +01:00 |
|
Guenter Obiltschnig
|
f29e5786cf
|
style fix
|
2014-03-09 15:53:04 +01:00 |
|
Günter Obiltschnig
|
d3d406dba8
|
Merge pull request #386 from cristiantm/fix-mailmessage
Fix for bug in MailMessage without content-transfer-encoding header
|
2014-03-09 15:45:29 +01:00 |
|
Guenter Obiltschnig
|
3ed477ce10
|
formatting fixes
|
2014-03-07 18:01:48 +01:00 |
|
karlr42
|
bf29f72cdf
|
Refinement to ThreadPool::addCapacity() usage in TCPServer
|
2014-03-07 12:22:27 +00: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
|
715a09ff47
|
Added tests around the Priority attribute of cookies.
|
2014-03-06 16:29:17 +00:00 |
|
karlr42
|
7e2faf3bdf
|
Better formatting.
|
2014-03-06 15:23:02 +00:00 |
|
karlr42
|
e060f109fd
|
Added support for a 'Priority' attribute on cookies.
|
2014-03-06 15:20:36 +00:00 |
|
Aaron Kaluszka
|
fbdd7225ea
|
Fix typo to restore Net/TestSuite_x64_vs120 build
|
2014-03-03 19:30:23 -08:00 |
|
Cristian Thiago Moecke
|
6b168771e0
|
Fix for bug in MailMessage reported on forum
(http://pocoproject.org/forum/viewtopic.php?f=12&t=6106&sid=9283682f915ea148d86813ea140cd3c7).
MailMessage was not handling encoding when no Content-Transfer-Encodign
header was not present for MultiPart messages, resulting on an
Exception. His fix checks if the header is present before getting is
value, and defaults to 7bit encoding as in
http://www.w3.org/Protocols/rfc1341/5_Content-Transfer-Encoding.html
|
2014-02-22 13:41:42 -03:00 |
|
Cristian Thiago Moecke
|
c3ffe405cf
|
Fix to #380. DialogSocket was crashing (SIGSEGV) when a timeout occours.
|
2014-02-21 03:44:54 -08:00 |
|
Aleksandar Fabijanic
|
4bf66cdb86
|
Fixed VS 2012 project files
|
2014-02-01 10:10:37 -06:00 |
|
Alex Fabijanic
|
a2a4cccbc8
|
Add NTP to VS project files
|
2014-01-22 21:34:47 -06:00 |
|
Aleksandar Fabijanic
|
b57ca16dd9
|
Merge pull request #364 from RangelReale/ntpclient
* NTP client implementation
|
2014-01-21 17:57:35 -08:00 |
|
Linquize
|
c2ca2ffb58
|
Build the libraries before their TestSuites
Fixes error LINK : fatal error LNK1104: cannot open file 'Poco*.lib'
|
2014-01-16 08:03:42 +08:00 |
|
Rangel Reale
|
e37b756157
|
* NTP client implementation
|
2014-01-13 15:04:27 -02:00 |
|
Günter Obiltschnig
|
f8c525206a
|
fixed project files
|
2014-01-11 23:40:06 +01:00 |
|
Yu Haidong
|
8e852b4776
|
Add extern "C" around <net/if.h> on HPUX platform.
On hpux platform, functions(such as `if_nametoindex` and `if_indextoname`) in <net/if.h> doesn't declare with `extern "C"`. Fix this bug by add `extern "C"`. See http://www.boost.org/doc/libs/1_40_0/boost/asio/detail/socket_ops.hpp
|
2013-12-24 11:01:20 +08:00 |
|
Guenter Obiltschnig
|
8b456cd293
|
add error code to TimeoutException, where available
|
2013-12-13 12:34:42 +01:00 |
|
Guenter Obiltschnig
|
cc224cdd52
|
minor fix
|
2013-11-16 18:05:43 +01:00 |
|
Guenter Obiltschnig
|
72ed9a4997
|
updated TwitterClient to use new Twitter API 1.1 and OAuth
|
2013-11-16 17:30:16 +01:00 |
|
Guenter Obiltschnig
|
8f07db4aa3
|
various fixes - see CHANGELOG
|
2013-11-14 21:54:41 +01:00 |
|
Alex Fabijanic
|
1c732e9938
|
removed MFC dependencies (WinTestRunner) from test VS projects
|
2013-11-07 23:31:30 -06:00 |
|
Alex Fabijanic
|
4297d78621
|
VS 2013 projects/solutions
|
2013-11-05 23:11:28 -06:00 |
|
Günter Obiltschnig
|
148b7c26fb
|
Merge pull request #257 from syvex/feature/RemoteSyslogListenerAppAndHost
Add RemoteSyslogListener::LOG_PROP_APP and RemoteSyslogListener::LOG_PRO...
|
2013-09-13 07:43:14 -07:00 |
|
Sascha Zelzer
|
8ab80e8ba7
|
fix cmake build system; fixes #274
|
2013-08-29 00:46:11 +02:00 |
|
Mike Naquin
|
5c0377f697
|
Add RemoteSyslogListener::LOG_PROP_APP and RemoteSyslogListener::LOG_PROP_HOST so that we can more easily access these special log message properties.
|
2013-08-08 09:18:34 -05:00 |
|
Guenter Obiltschnig
|
981b0a1ae4
|
fixed GH# 251: HTTPStreamFactory::unregisterFactory missing implementation?
|
2013-08-02 18:07:36 +02:00 |
|
Guenter Obiltschnig
|
915265f2cb
|
integrated some changes from GH# 249
|
2013-07-30 14:31:36 +02:00 |
|
Aleksandar Fabijanic
|
a49f5da54b
|
GH #240: VERY strange error only when including Format.hinclude Alignment.h early
GH #240: VERY strange error only when including Format.h (include
Alignment.h early for consistency)
|
2013-07-22 01:10:36 -05:00 |
|
Guenter Obiltschnig
|
6cfa1f0bbc
|
re-applied fix for GH# 172 which got lost in previous commit
|
2013-07-18 14:27:59 +02:00 |
|
Guenter Obiltschnig
|
97e5ff5774
|
- fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) does not work
- fixed GH# 231: Compatibility issue with Poco::Net::NetworkInterface
- removed unneeded zlib sources
|
2013-07-18 13:31:27 +02:00 |
|
Günter Obiltschnig
|
4bac0a6333
|
Merge pull request #237 from syvex/hotfix/sigpipe
Fix for Sockets and SIGPIPE
|
2013-07-18 03:21:02 -07:00 |
|
Mike Naquin
|
3755e6e422
|
Check for EPIPE error on UNIX systems in SocketImpl::error
|
2013-07-17 09:17:12 -05:00 |
|
Mike Naquin
|
531a9630a1
|
Ignore SIGPIPE on UNIX to keep sockets from crashing
|
2013-07-17 09:11:51 -05:00 |
|
Guenter Obiltschnig
|
cab19b21a4
|
improved WebSocket closing behavior
|
2013-06-25 13:56:28 +02:00 |
|
Guenter Obiltschnig
|
affb7ce5a4
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2013-06-25 13:54:46 +02:00 |
|
Aleksandar Fabijanic
|
376b46f60e
|
cookie age test fix
|
2013-06-23 22:14:17 -05:00 |
|
Guenter Obiltschnig
|
5444ac07f5
|
client WebSocket fixes
|
2013-06-23 09:49:15 +02:00 |
|
Guenter Obiltschnig
|
364536c5fd
|
improved WebSocket client error reporting
|
2013-06-22 09:31:46 +02:00 |
|
karlr42
|
57519d0fd4
|
Fix build errors
|
2013-06-18 17:22:41 +01:00 |
|
karlr42
|
9272b88696
|
Fix build errors
|
2013-06-18 17:13:51 +01:00 |
|
karlr42
|
fb9e90dacd
|
Synced HTTPCookieTest
|
2013-06-18 16:27:28 +01:00 |
|