lp:~zosrothko/poco/+git/poco

Owned by Francis ANDRE
Get this repository:
git clone https://git.launchpad.net/~zosrothko/poco/+git/poco

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/pocoproject/poco.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-04-21 04:54:45 UTC
Merge pull request #4534 from jeremy-rifkin/main

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2024-04-21 04:54:45 UTC

Merge pull request #4534 from jeremy-rifkin/main

Remove zero-width space from start of file

devel 2024-04-18 05:36:25 UTC
- b master -> -b main

Author: =?utf-8?b?TWVydCDDlnbDvG4=?=
Author Date: 2024-04-17 18:37:49 UTC

- b master -> -b main

4529-sql-logger-shutdown 2024-04-14 17:22:44 UTC
enh(SQLiteTest): extend unit test to destroy SQL channel while it has pending...

Author: Matej Kenda
Author Date: 2024-04-14 16:24:00 UTC

enh(SQLiteTest): extend unit test to destroy SQL channel while it has pending messages. (#4529)

master-unused 2024-04-06 05:52:23 UTC
Merge branch 'poco-1.13.3'

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2024-04-06 05:52:23 UTC

Merge branch 'poco-1.13.3'

poco-1.13.3 2024-04-06 05:50:57 UTC
fix DLLVersion.rc

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2024-04-06 05:50:57 UTC

fix DLLVersion.rc

poco-1.13.1 2024-04-04 00:24:35 UTC
chore: README

Author: Alex Fabijanic
Author Date: 2024-04-04 00:17:40 UTC

chore: README

3857-os-tid 2024-04-03 00:37:21 UTC
chore: fix some clang warnings; add sanitizer flag to FreeBSD linux compat bu...

Author: Alex Fabijanic
Author Date: 2024-04-03 00:37:21 UTC

chore: fix some clang warnings; add sanitizer flag to FreeBSD linux compat build config

data-modernize 2024-03-30 01:24:15 UTC
Data: support for std::tuple and std::optional

Author: Friedrich Wilckens
Author Date: 2024-03-30 01:24:15 UTC

Data: support for std::tuple and std::optional

4426-deprecated-functionality 2024-03-29 11:55:21 UTC
enh(poco): Replace deprecated comments with C++ deprecated attribute.

Author: Matej Kenda
Author Date: 2024-02-01 15:48:28 UTC

enh(poco): Replace deprecated comments with C++ deprecated attribute.

4382-async-servers 2024-03-29 11:55:02 UTC
fix(UDPSocketReader): resolve security warnings reported by CodeQL

Author: Matej Kenda
Author Date: 2024-03-19 20:14:57 UTC

fix(UDPSocketReader): resolve security warnings reported by CodeQL

2971-fix-release-sysv-semaphore-id 2024-03-26 23:41:36 UTC
Temporary: trying to solve for non-Linux semaphores.

Author: Matej Kenda
Author Date: 2023-12-22 08:32:32 UTC

Temporary: trying to solve for non-Linux semaphores.

4341-json-enum 2024-03-26 23:40:51 UTC
Allow set enum as json value (#4363)

Author: Alexander B
Author Date: 2024-02-01 11:48:47 UTC

Allow set enum as json value (#4363)

* fix issue #4341
add testEnum
if you set enum as json value then it will be cast to int

* add behavour for enum into VarHolderImpl
add tests for enum classes with differnent underline integral types

* replace static_cast with convertTo* methods, they can chaeck types and
limits

* fix missing types for convert methods

* fix code style
add testEnumType to the VarTest.cpp, extract() works

4482-process-runner-launch-err-detect 2024-03-11 09:23:55 UTC
ignore ProcessRunner test fail on windows cmake

Author: Alex Fabijanic
Author Date: 2024-03-11 09:23:55 UTC

ignore ProcessRunner test fail on windows cmake

discourage-using-configure-and-make 2024-02-19 18:59:12 UTC
Discourage using configure/make to build Poco. CMake is officially supported ...

Author: Matej Kenda
Author Date: 2024-02-16 09:34:08 UTC

Discourage using configure/make to build Poco. CMake is officially supported build system.

poco-1.13.2 2024-02-19 18:51:07 UTC
Update CHANGELOG, CONTRIBUTORS, release notes

Author: Matej Kenda
Author Date: 2024-02-19 18:51:07 UTC

Update CHANGELOG, CONTRIBUTORS, release notes

file-stream-handle-merge 2024-02-01 12:44:53 UTC
Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C+...

Author: Daniel Grunwald
Author Date: 2024-01-29 21:08:02 UTC

Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C++ streams (#3444).

* Allow opening a file descriptor/HANDLE as C++ stream.

* FileStream: treat read from closed pipe as EOF.

* chore(Filestream): conde style (naming)

Co-Authored-By: Alex Fabijanic <alex@pocoproject.org>
Co-Authored-By: Matej Kenda <matejken@gmail.com>

4367-sqlite-fts 2024-01-31 17:30:10 UTC
enh(SQLite): SQLite FTS5 #4367

Author: Aleksandar Fabijanic
Author Date: 2024-01-31 17:30:10 UTC

enh(SQLite): SQLite FTS5 #4367

poco-1.12.6 2024-01-19 19:12:28 UTC
fix(Thread_POSIX): qnx build error: 'prctl' was not declared in this scope #4...

Author: Aleksandar Fabijanic
Author Date: 2024-01-19 19:12:28 UTC

fix(Thread_POSIX): qnx build error: 'prctl' was not declared in this scope #4404 (#4406)

4383-rename-changelog 2024-01-04 19:46:16 UTC
chore(CHANGELOG): add .md extension

Author: Aleksandar Fabijanic
Author Date: 2024-01-04 19:46:16 UTC

chore(CHANGELOG): add .md extension

4382-async-socket-servers 2024-01-04 19:24:08 UTC
fix(UDPServer): using instead typedefs, auto for long types, optimize handler...

Author: Aleksandar Fabijanic
Author Date: 2024-01-04 19:23:13 UTC

fix(UDPServer): using instead typedefs, auto for long types, optimize handlers rollover, fix coment typos #4382

poco-1.13.0 2023-12-22 19:22:33 UTC
backport leftover 1.12 changes

Author: Alex Fabijanic
Author Date: 2023-12-22 19:22:33 UTC

backport leftover 1.12 changes

master-pre-1.13.0 2023-12-22 19:20:26 UTC
remove obsolete files

Author: Alex Fabijanic
Author Date: 2023-12-22 19:20:26 UTC

remove obsolete files

4261-move-autocommit-abstractsession 2023-12-21 23:39:29 UTC
PostgreSQL tests SQLExecutor: cleanup

Author: Friedrich Wilckens
Author Date: 2023-12-21 23:39:29 UTC

PostgreSQL tests SQLExecutor: cleanup

build-progen-with-cmake 2023-12-16 10:21:33 UTC
enh(ci): Build ProGen with CMake.

Author: Matej Kenda
Author Date: 2023-12-12 08:11:55 UTC

enh(ci): Build ProGen with CMake.

poco-1.12.5 2023-12-04 14:25:06 UTC
bump version, update changelog

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2023-12-04 14:25:06 UTC

bump version, update changelog

poco-1.11.8 2023-12-04 14:19:43 UTC
bump version

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2023-12-04 14:19:43 UTC

bump version

4160-allow-row-count-statements-in-datarecordset 2023-10-25 11:19:01 UTC
fix(PollSetTest): avoid looping #1320

Author: Alex Fabijanic
Author Date: 2023-10-25 11:19:01 UTC

fix(PollSetTest): avoid looping #1320

4183-return-transaction-execution-status-and-error 2023-10-24 19:04:16 UTC
add last fix to CHANGLEOG

Author: Alex Fabijanic
Author Date: 2023-10-24 19:03:31 UTC

add last fix to CHANGLEOG

dev-task-test-diag 2023-10-24 11:11:04 UTC
add some TaskTest diagnostics

Author: Alex Fabijanic
Author Date: 2023-10-24 11:11:04 UTC

add some TaskTest diagnostics

poco-1.11.7 2023-07-11 07:10:39 UTC
updated changelog

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2023-07-11 07:10:39 UTC

updated changelog

3990-reactor-performance 2023-04-03 09:19:46 UTC
Merge branch '3390-reactor-performance' of https://github.com/pocoproject/poc...

Author: Alex Fabijanic
Author Date: 2023-04-03 09:19:46 UTC

Merge branch '3390-reactor-performance' of https://github.com/pocoproject/poco into 3390-reactor-performance

poll-closed-server-test 2023-03-19 19:04:06 UTC
test

Author: Alex Fabijanic
Author Date: 2023-03-19 19:04:06 UTC

test

upgrade-ci-actions-to-v3 2023-03-18 06:32:01 UTC
Merge branch 'devel' into upgrade-ci-actions-to-v3

Author: Aleksandar Fabijanic
Author Date: 2023-03-18 06:32:01 UTC

Merge branch 'devel' into upgrade-ci-actions-to-v3

poco-1.9.5-not-released 2023-03-17 19:08:36 UTC
Merge branch 'devel' into poco-1.9.5

Author: Aleksandar Fabijanic
Author Date: 2023-03-17 19:08:36 UTC

Merge branch 'devel' into poco-1.9.5

3925-c-mysql-compile-fail 2023-01-23 13:49:08 UTC
fix(CI): CI MySQL compile fail #3925 (OSX)

Author: Alex Fabijanic
Author Date: 2023-01-23 13:49:08 UTC

fix(CI): CI MySQL compile fail #3925 (OSX)

poco-1.11.6 2022-12-08 11:27:45 UTC
added Command::keys()

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-12-08 11:27:45 UTC

added Command::keys()

poco-1.12.4 2022-10-31 17:40:39 UTC
fix VERSION

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-10-31 17:40:39 UTC

fix VERSION

poco-1.11.5 2022-10-31 12:30:14 UTC
#3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE]

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-10-31 12:25:24 UTC

#3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE]

poco-1.11.4 2022-10-24 13:48:26 UTC
add publish_release.yml workflow

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-10-24 13:48:26 UTC

add publish_release.yml workflow

poco-1.12.3 2022-10-24 13:46:48 UTC
add publish_release.yml workflow

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-10-24 13:46:48 UTC

add publish_release.yml workflow

feat/acceptor-service-handler-args 2022-08-14 10:37:29 UTC
chore(SocketAcceptor): regenerate testsuite projects

Author: Alex Fabijanic
Author Date: 2022-08-14 10:37:29 UTC

chore(SocketAcceptor): regenerate testsuite projects

poco-1.12.2 2022-08-07 10:07:46 UTC
release 1.12.2

Author: Alex Fabijanic
Author Date: 2022-08-07 10:07:03 UTC

release 1.12.2

fix/posix-sleep 2022-07-26 10:48:53 UTC
fix(SocketReactor): pollTimeout assignment and ConnectorTest leak

Author: Alex Fabijanic
Author Date: 2022-07-26 10:48:53 UTC

fix(SocketReactor): pollTimeout assignment and ConnectorTest leak

poco-1.12.1 2022-07-16 19:42:57 UTC
release 1.12.1

Author: Alex Fabijanic
Author Date: 2022-07-16 19:42:57 UTC

release 1.12.1

poco-1.12.0 2022-07-14 13:11:18 UTC
Update Var.h (#3684)

Author: junwufan
Author Date: 2022-07-14 13:09:44 UTC

Update Var.h (#3684)

Add `Poco` namespace for `format` function, because it conficts with std::format.

issue-templates 2022-07-11 14:10:43 UTC
Update bug_report.md

Author: Aleksandar Fabijanic
Author Date: 2022-07-11 14:10:43 UTC

Update bug_report.md

revert-3646-avoid_clang_warning 2022-06-27 09:03:28 UTC
Revert "avoid clang tidy warning (#3646)"

Author: Aleksandar Fabijanic
Author Date: 2022-06-27 09:03:28 UTC

Revert "avoid clang tidy warning (#3646)"

This reverts commit b23488d6feab13645ce306fd02fd50635f54b25f.

poco-1.11.3 2022-06-12 05:57:57 UTC
updated changelog

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-06-12 05:57:57 UTC

updated changelog

fix/tsan-Foundation 2022-06-02 02:50:28 UTC
fix(Statement): Poco::Data::Statement becomes unusable after exception #2287

Author: Alex Fabijanic
Author Date: 2022-06-02 02:50:28 UTC

fix(Statement): Poco::Data::Statement becomes unusable after exception #2287

feat/io-service 2022-05-14 03:22:05 UTC
fix(PollSet): windows implementation fixes (multi-fd_set select); minor react...

Author: Alex Fabijanic
Author Date: 2022-05-14 03:22:05 UTC

fix(PollSet): windows implementation fixes (multi-fd_set select); minor reactor fixes

poco-1.11.2 2022-04-17 18:55:06 UTC
PocoDoc: fix iframe sandboxing

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2022-04-17 18:53:19 UTC

PocoDoc: fix iframe sandboxing

feat/openssl3-1.11.2 2022-04-04 10:24:01 UTC
fix(X509Certificate): add missing string format

Author: Alex Fabijanic
Author Date: 2022-04-04 10:24:01 UTC

fix(X509Certificate): add missing string format

poco-1.11.1 2021-11-05 18:36:10 UTC
fix brew OpenSSL version

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2021-11-05 18:36:10 UTC

fix brew OpenSSL version

fix-expat-def 2021-09-20 11:47:06 UTC
fix missing expat definition

Author: Pascal Bach
Author Date: 2021-08-11 13:11:49 UTC

fix missing expat definition

poco-1.10.1 2021-08-11 09:45:11 UTC
Switch vsvers with linkmode

Author: Francis ANDRE
Author Date: 2021-08-11 09:45:11 UTC

Switch vsvers with linkmode

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>

feat/postgres-binary-extraction 2021-07-21 13:03:24 UTC
updated VS project files

Author: =?utf-8?q?G=C3=BCnter_Obiltschnig?=
Author Date: 2021-07-21 13:03:24 UTC

updated VS project files

try/pollset-wsa-event-select 2021-07-05 07:32:14 UTC
try(PollSet): WSAEventSelect attempt (mandates async sockets)

Author: Alex Fabijanic
Author Date: 2021-07-05 07:32:14 UTC

try(PollSet): WSAEventSelect attempt (mandates async sockets)

poco-1.11.0 2021-06-28 10:06:12 UTC
cpproj: also copy testsuite/include if it's there

Author: Günter Obiltschnig
Author Date: 2021-06-28 10:06:12 UTC

cpproj: also copy testsuite/include if it's there

feat/data-db-encoding 2021-06-21 09:38:33 UTC
chore: sync with 1.11.0

Author: Alex Fabijanic
Author Date: 2021-06-21 09:38:33 UTC

chore: sync with 1.11.0

feat/data-uuid 2021-06-19 08:05:12 UTC
ODBC tests for UUID, updated ActiveRecord projects

Author: Günter Obiltschnig
Author Date: 2021-06-19 08:05:12 UTC

ODBC tests for UUID, updated ActiveRecord projects

feat/net-move 2021-06-07 09:11:08 UTC
feat(Net): Add move semantics to Net (sockets and addresses) #3296

Author: Alex Fabijanic
Author Date: 2021-06-07 09:11:08 UTC

feat(Net): Add move semantics to Net (sockets and addresses) #3296

feat/hash-range 2021-04-23 16:02:33 UTC
Merge branch 'devel' into feat/hash-range

Author: Alex Fabijanic
Author Date: 2021-04-23 16:02:33 UTC

Merge branch 'devel' into feat/hash-range

fix/pollset 2021-04-21 05:47:57 UTC
fix(PollSet): #3248 #3249

Author: Alex Fabijanic
Author Date: 2021-04-21 05:47:57 UTC

fix(PollSet): #3248 #3249

github-actions 2021-02-11 22:00:08 UTC
add matrix build for different OS

Author: Pascal Bach
Author Date: 2021-02-11 22:00:08 UTC

add matrix build for different OS

poco-1.10.0 2020-12-19 17:16:14 UTC
reverse parameter order

Author: Francis ANDRE
Author Date: 2020-12-19 17:16:14 UTC

reverse parameter order

feat/load-lib-err-msg 2020-09-09 13:46:42 UTC
feat(SharedLibrary): add more detailed error description when LoadLibrary fails

Author: Alex Fabijanic
Author Date: 2020-09-09 13:46:42 UTC

feat(SharedLibrary): add more detailed error description when LoadLibrary fails

cmake-static-build 2020-02-12 21:46:18 UTC
CMake fixes for Windows

Author: Günter Obiltschnig
Author Date: 2020-02-12 21:46:18 UTC

CMake fixes for Windows

fix-travis-net-hang 2020-02-08 18:42:38 UTC
add timeout to testMulticast

Author: Günter Obiltschnig
Author Date: 2020-02-08 18:42:38 UTC

add timeout to testMulticast

develop-experimental 2019-11-24 12:33:44 UTC
Add missing PocoCppUnit.lib dependency

Author: Francis ANDRE
Author Date: 2019-11-24 12:33:44 UTC

Add missing PocoCppUnit.lib dependency

poco-1.9.4 2019-09-18 07:35:32 UTC
updated CHANGELOG

Author: Günter Obiltschnig
Author Date: 2019-09-18 07:35:32 UTC

updated CHANGELOG

poco-1.9.3 2019-08-20 08:38:52 UTC
PageCompiler improvements for CSP and cache control headers

Author: Günter Obiltschnig
Author Date: 2019-08-20 08:38:52 UTC

PageCompiler improvements for CSP and cache control headers

poco-1.9.2 2019-07-02 03:59:15 UTC
update README.md with correct branch links

Author: Günter Obiltschnig
Author Date: 2019-07-02 03:59:15 UTC

update README.md with correct branch links

poco-1.9.1 2019-06-25 04:25:48 UTC
fixed Foundation solutions to include TestApp/TestLibrary

Author: Günter Obiltschnig
Author Date: 2019-06-25 04:25:48 UTC

fixed Foundation solutions to include TestApp/TestLibrary

feature/sspi-ntlm 2019-05-15 14:33:59 UTC
regenerated vs projects

Author: Günter Obiltschnig
Author Date: 2019-05-15 14:33:59 UTC

regenerated vs projects

feature/ntlm-auth 2019-04-03 13:29:32 UTC
fixed NTLM SMTP authentication; added additional check for malformed server c...

Author: Günter Obiltschnig
Author Date: 2019-04-03 13:29:32 UTC

fixed NTLM SMTP authentication; added additional check for malformed server challenge to HTTPNTLMCredentials

poco-1.9.0 2019-01-25 13:00:21 UTC
Merge branch 'poco-1.9.0' of github.com:pocoproject/poco into poco-1.9.0

Author: Günter Obiltschnig
Author Date: 2019-01-25 13:00:21 UTC

Merge branch 'poco-1.9.0' of github.com:pocoproject/poco into poco-1.9.0

SQLiteNotifierTblName 2018-11-12 21:49:19 UTC
SQLite Notifier has no table information #1687

Author: Alex Fabijanic
Author Date: 2018-11-12 21:49:19 UTC

SQLite Notifier has no table information #1687

ordered-containers-1.9.1 2018-07-27 02:09:44 UTC
add acknowledgement

Author: Alex Fabijanic
Author Date: 2018-07-27 02:09:44 UTC

add acknowledgement

remove-winnt-define 2018-06-03 21:21:37 UTC
Merge branch 'poco-1.9.1' into remove-winnt-define

Author: Alex Fabijanic
Author Date: 2018-06-03 21:21:37 UTC

Merge branch 'poco-1.9.1' into remove-winnt-define

feature-net-udp 2018-06-02 19:01:55 UTC
remove debug prints

Author: Alex Fabijanic
Author Date: 2018-06-02 19:01:55 UTC

remove debug prints

revert-2273-rocco-poco-dual-family 2018-05-03 17:40:26 UTC
Revert "HTTPClientSession to support dual IPv4/IPv6 family when setting sourc...

Author: Aleksandar Fabijanic
Author Date: 2018-05-03 17:40:26 UTC

Revert "HTTPClientSession to support dual IPv4/IPv6 family when setting source IP address #2271 (#2273)"

This reverts commit c828d824c3ae1fff326f6ce0f192fa6298806967.

feature-weak-refptr 2018-05-02 20:41:18 UTC
undef min/max

Author: Alex Fabijanic
Author Date: 2018-05-02 20:41:18 UTC

undef min/max

reactor-pollset 2018-05-02 15:52:57 UTC
PollSet behaves differently on windows #2313

Author: Alex Fabijanic
Author Date: 2018-05-02 15:52:57 UTC

PollSet behaves differently on windows #2313

xml-smart-ptr 2018-03-12 19:56:54 UTC
comment fix

Author: Alex Fabijanic
Author Date: 2018-03-12 19:56:54 UTC

comment fix

poco-1.8.1 2018-03-08 15:09:45 UTC
Update .gitmodules branch

Author: Aleksandar Fabijanic
Author Date: 2018-03-08 15:09:45 UTC

Update .gitmodules branch

poco-1.8.0 2018-03-08 15:08:59 UTC
Update .gitmodules branch

Author: Aleksandar Fabijanic
Author Date: 2018-03-08 15:08:59 UTC

Update .gitmodules branch

logging-smart-ptr 2018-03-05 21:31:26 UTC
Merge branch 'develop' into logging-smart-ptr

Author: Alex Fabijanic
Author Date: 2018-03-05 21:31:26 UTC

Merge branch 'develop' into logging-smart-ptr

poco-1.8.2 2018-02-17 15:13:20 UTC
Merge pull request #2166 from zosrothko/patch-4

Author: Günter Obiltschnig
Author Date: 2018-02-17 15:13:20 UTC

Merge pull request #2166 from zosrothko/patch-4

Fix conflicting merge

add-code-of-conduct-1 2018-02-09 08:17:24 UTC
Create CODE_OF_CONDUCT.md

Author: Günter Obiltschnig
Author Date: 2018-02-09 08:17:24 UTC

Create CODE_OF_CONDUCT.md

pcre-options-sync 2018-02-02 18:01:28 UTC
add new pcre options; use initialized std::vector for ovec

Author: Alex Fabijanic
Author Date: 2018-02-02 18:01:28 UTC

add new pcre options; use initialized std::vector for ovec

data2sql 2018-01-18 03:43:05 UTC
ODBC fixes

Author: Alex Fabijanic
Author Date: 2018-01-18 03:43:05 UTC

ODBC fixes

feature/reactor-http 2017-11-21 17:58:28 UTC
Merge branch 'develop' into feature/reactor-http

Author: Alex Fabijanic
Author Date: 2017-11-21 17:58:28 UTC

Merge branch 'develop' into feature/reactor-http

poco-1.8.0-gradle 2017-11-11 14:53:34 UTC
PocoDoc fixes

Author: Guenter Obiltschnig
Author Date: 2017-11-11 14:53:34 UTC

PocoDoc fixes

poco-1.7.9 2017-11-06 20:49:39 UTC
updated Version no and Changelogs

Author: Günter Obiltschnig
Author Date: 2017-11-06 20:49:39 UTC

updated Version no and Changelogs

mysql-trigger 2017-10-13 00:25:37 UTC
remove unused code

Author: Alex Fabijanic
Author Date: 2017-10-13 00:25:37 UTC

remove unused code

poco-1.7.8 2017-08-10 14:56:48 UTC
Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8

Author: Günter Obiltschnig
Author Date: 2017-08-10 14:56:48 UTC

Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8

poco-1.7.7 2017-07-05 22:28:04 UTC
Net: fixed assert in MultipartStreamBuf constructor with empty boundaries (#1...

Author: Vasil Mikulich
Author Date: 2017-07-05 22:28:04 UTC

Net: fixed assert in MultipartStreamBuf constructor with empty boundaries (#1496)

expat_2_2_1 2017-06-21 13:42:48 UTC
fix for Windows

Author: Günter Obiltschnig
Author Date: 2017-06-21 13:42:48 UTC

fix for Windows

poco-1.7.6 2016-10-18 20:25:49 UTC
updated release date

Author: Guenter Obiltschnig
Author Date: 2016-10-18 20:25:49 UTC

updated release date

poco-1.7.5 2016-08-31 09:00:47 UTC
provide a default client context even if no Application instance is available

Author: Guenter Obiltschnig
Author Date: 2016-08-31 09:00:47 UTC

provide a default client context even if no Application instance is available

1100 of 146 results
This repository contains Public information 
Everyone can see this information.

Subscribers