Commit Graph

2901 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
849e362b1d Merge pull request #730 from bas524/feature
Add setaffinity method to thread implementation and interface class
2015-03-08 16:10:45 -05:00
ale_bychuk
9c9cdf4cf6 fix 2015-03-08 22:58:32 +03:00
ale_bychuk
a0e172419f fix indentation 2015-03-08 22:54:45 +03:00
ale_bychuk
3af35f548c fix indentation 2015-03-08 22:04:29 +03:00
Aleksandar Fabijanic
f025c4643c Update CONTRIBUTORS 2015-03-07 10:41:41 -06:00
Aleksandar Fabijanic
7d593af26c Merge pull request #739 from tml1024/develop
Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char>
2015-03-07 10:39:28 -06:00
Tor Lillqvist
08a748dae1 Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char> 2015-03-07 15:46:08 +02:00
ale_bychuk
662fbc861a add test for thread affinity and fix some problems 2015-03-07 10:55:23 +03:00
Guenter Obiltschnig
4336528290 fix: android arm64/x86_64 compile error with getdtablesize 2015-03-06 16:32:02 +01:00
Aleksandar Fabijanic
e83e2ae908 Merge pull request #734 from rklabs/fix_make_odbc_error_msg
Enhancing error message to show correct way to setup libodbc path
2015-03-06 09:11:10 -06:00
rkadam
976baa895e Enhancing error message to show correct way to setup libodbc path 2015-03-06 12:56:47 +05:30
bas524
888abad26c add getAffinity method
throw NotImplementedException on unsupported platforms
2015-03-05 18:11:56 +03:00
Guenter Obiltschnig
7d5eec2b4a build system: export LINK envvar 2015-03-05 11:18:05 +01:00
bas524
158aaab180 Add setaffinity method to thread implementation and interface class 2015-03-04 13:24:26 +03:00
Guenter Obiltschnig
5dea080b0b use GCC_DIAG_OFF(unused-local-typedefs) only for GCC >= 4.8 2015-03-03 06:51:23 +01:00
Alex Fabijanic
7022c44397 add WebSocket tests to posix build system 2015-03-02 20:25:33 -06:00
Alex Fabijanc
7253045a6e added ProGen Files for Foundation and regenerated projects to include JSONString 2015-03-02 19:57:46 -06:00
Alex Fabijanc
b91096b528 added ProGen files for Foundation 2015-03-02 19:50:29 -06:00
Alex Fabijanc
37deffc4ee updated NetSSL testsuite projects 2015-03-02 19:41:01 -06:00
Alex Fabijanc
c727402dd9 added secure WebSocket tests 2015-03-02 19:34:50 -06:00
Jonathan S
e9bd574b62 Merge branch 'official_develop' into develop 2015-03-02 01:54:59 -05:00
Aleksandar Fabijanic
a68b3edd91 added license link 2015-02-27 22:19:29 -06:00
Aleksandar Fabijanic
9d259ac02f added link to poco layout png (todo: update image) 2015-02-26 23:02:01 -06:00
Alex Fabijanic
c0794c76e8 poco pic 2015-02-26 22:59:28 -06:00
Jonathan S
7e07cb9d4d Moved other FIFOBuffer tests to BasicFIFOBufferTest 2015-02-25 21:10:20 -05:00
Aleksandar Fabijanic
b236121d69 Update CONTRIBUTORS 2015-02-24 22:40:13 -06:00
Aleksandar Fabijanic
c2345e92c8 Merge pull request #721 from Sevalecan/develop
StreamSocket::receiveBytes and FIFOBuffer issue in 1.6 #719
2015-02-24 22:39:03 -06:00
Jonathan S
3173bddd99 Make next() use call to begin() instead of _buffer.begin() 2015-02-24 22:07:28 -05:00
Aleksandar Fabijanic
eb7f5a906f Merge pull request #720 from Gjergj/develop
Small documentation fix of FTPClientSession.
2015-02-23 06:17:40 -06:00
gjergji
0edc4f7d36 Small documentation fix of FTPClientSession. 2015-02-23 08:35:36 +01:00
Jonathan S
1bbeb9ebd3 Added same next() logic to advance() to prevent advancing past the end of the buffer. 2015-02-22 19:56:54 -05:00
Jonathan S
30ae0afd7b Changed FIFOBuffer's next() to reset FIFO data to the start of the internal buffer to make it compatible with writing to the next() pointer. 2015-02-21 20:31:44 -05:00
Jonathan S
d89f41add0 Added memset to BasicFIFOBufferTest 2015-02-21 20:30:04 -05:00
Jonathan S
13c176ef62 Added in test suite for BasicFIFOBuffer 2015-02-21 20:13:44 -05:00
Guenter Obiltschnig
f04e19a362 PageCompiler: make session available before page precondition is checked - allows use of session in precondition 2015-02-19 22:57:23 +01:00
Aleksandar Fabijanic
d550ff7af9 Merge pull request #714 from MattPD/patch-2
Update HTTPClientSession.h
2015-02-19 06:23:35 -06:00
Aleksandar Fabijanic
05b409a528 Merge pull request #715 from MattPD/patch-4
Update HTTPSClientSession.h
2015-02-19 06:22:55 -06:00
Aleksandar Fabijanic
48e334530a Merge pull request #716 from MattPD/patch-3
Update HTTPSClientSession.h
2015-02-18 19:08:53 -06:00
Matt
170d74be3a Update HTTPSClientSession.h
Fix typo in the documentation.
2015-02-18 15:26:16 +01:00
Matt
b10f1d4dc4 Update HTTPSClientSession.h
Fix typo in the documentation.
2015-02-18 15:25:49 +01:00
Matt
dbc70e43d4 Update HTTPClientSession.h
Fix typo in the documentation.
2015-02-18 15:24:14 +01:00
Alex Fabijanic
edafbf9c08 clang build 2015-02-12 21:58:41 -06:00
Alex Fabijanic
07a2529d9d JSON Formatter modifications 2015-02-12 20:49:35 -06:00
Alex Fabijanic
16260784da fix gcc build 2015-02-10 13:42:08 -06:00
Alex Fabijanic
74e970d1a1 gcc error #711 2015-02-10 12:24:31 -06:00
Alex Fabijanic
1e0663563b passify gcc 2015-02-10 10:34:41 -06:00
Aleksandar Fabijanic
838a7bbcae add JSONString to Makefile 2015-02-10 09:25:17 -06:00
Aleksandar Fabijanic
432e123ff4 add JSONFormatter to Makefile 2015-02-10 09:23:10 -06:00
Alex Fabijanic
beb81b4f16 add JSONFormatter 2015-02-10 00:27:07 -06:00
Aleksandar Fabijanic
aaf32257e3 Merge pull request #601 from martin-osborne/issue_532-3
Issue #532 -  Changes to address `FastMutex` being non-recursive on Win32 platforms
2015-02-09 21:08:12 -06:00