Commit Graph

5735 Commits

Author SHA1 Message Date
Alex Fabijanic
e078dbb84e fix(URI): don't lowercase host part if it's a Unix domain socket #4468 2024-03-20 12:33:31 -05:00
Nicolau Leal Werneck
a5b3c84874
Documentation fixes on DatagramSocket.h and Socket.h (#4489)
* Update DatagramSocket.h

`connect cannot()` -> `connect() cannot`

* Update Socket.h

typo on `setReceiveTiemout`
2024-03-11 10:27:28 +01:00
Aleksandar Fabijanic
0c333cbe88
DateTimeFormat RFC1036 Sunday name is short (should be long) #4486 (#4487) 2024-03-11 10:26:51 +01:00
Günter Obiltschnig
072ee8ff9e enh(Poco::Util::Timer): Add idle() method to check if timer has any tasks scheduled #4488 2024-03-11 10:06:23 +08:00
Matej Kenda
bf164a85a4
LogFile uses FileOutputStream instead of custom platform implementations (#4431) (#4484) 2024-03-09 12:00:15 +01:00
Nino Belušić
562600aae3
chore(ci): bump action versions #4480 (#4481) 2024-03-05 16:31:56 +01:00
Günter Obiltschnig
4ab7194e75 chore(XML): #4477: Upgrade bundled libexpat to 2.6.1 2024-03-05 16:09:15 +01:00
Matej Kenda
c624b27878 fix(HostEntry): preserve order of addresses and aliases (fixes #3807) 2024-02-28 16:49:26 +01:00
Pavle Dragisic
8119259c89
Add copyStreamRange to StreamCopier (#4474)
* feat(Foundation): StreamCopier copyStreamRange #4413

* chore(ci): disable instalation of unused databases in odbc job

---------

Co-authored-by: Pavle <pavle@debian-gnu-linux-11.localdomain>
Co-authored-by: Alex Fabijanic <alex@pocoproject.org>
2024-02-28 12:23:42 +01:00
Aleksandar Fabijanic
6b3aab0624 chore(tcpclient): create sample 2024-02-27 12:16:10 +01:00
Aleksandar Fabijanic
3235068545 chore(tcpserver): regenerate vs170 project and add to solution 2024-02-27 11:55:38 +01:00
Matej Kenda
98b32b27ae Update CHANGELOG, CONTRIBUTORS, release notes 2024-02-19 22:29:48 +01:00
Günter Obiltschnig
37e17092ff chore: fix vs project files 2024-02-19 22:29:26 +01:00
Günter Obiltschnig
58b370bec0 chore(ProGen): remove support for VS versions < 160 2024-02-19 22:24:21 +01:00
Günter Obiltschnig
a772b26fae chore(ProGen): remove vs140 and vs150 support 2024-02-19 22:24:01 +01:00
Günter Obiltschnig
8f1a9d2588 fix(ProGen): vs160 templates 2024-02-19 22:23:44 +01:00
Aleksandar Fabijanic
56e340c0d8 Update CONTRIBUTORS 2024-02-19 17:58:35 +01:00
Günter Obiltschnig
009d91fe23 ci: packages-qa Windows cmake 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
15f637a8ce ci: packages-qa Windows cmake 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
c0fb438d92 ci: packages-qa Windows tests 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
c2b41ef657 ci: packages-qa Windows tests 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
369c0fc23d fix(Data): dependencies 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
4b782b0958 chore(Data): add dependencies to DataTest 2024-02-19 15:15:48 +01:00
Aleksandar Fabijanic
a7020dc0e7 fix(DataTest): fix paths and regenerate VS projects 2024-02-19 15:15:48 +01:00
Alex Fabijanic
640600c147 fix(DataTest): move to Data directory 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
3f1b1c8ee8 dependencies, DataTest 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
ddfd4c10ee fix packages-qa.yml 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
ee76a7a157 packages-qa.yml 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
759282cfc1 fix cipackages.yml 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
f46626ad3a fix cipackages.yml 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
141b63559a fix cipackages.yml 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
7119feaef0 ci: add cipackages.yml to test release packages 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
2738e5b989 fix(mkrelease): include buildwin.ps1 2024-02-19 15:15:48 +01:00
Günter Obiltschnig
c59601d304 fix(mkrelease) exclude *_vs90.sln and *.progen files 2024-02-19 15:15:48 +01:00
Alex Fabijanic
8460105d5a fix(Any): nullptr_t usage #4465 2024-02-19 10:52:33 +01:00
Aleksandar Fabijanic
88be66972a
AsyncObserver (#4444)
* feat(AsyncObserver): Improve NotificationCenter speed and usability #4414

* fix(Notification): add missing header

* feat(Any): add checkers for holding nullptr #4447

* feat(NotificationCenter): g++ build and refactoring #4414

* fix(Observer): compile errors on some compilers #4414

* fix(NotificationCenter): compile errors #4414

* chore(ParallelSocketAcceptor): remove unnecessary include and using from header

* feat(AsyncNotificationCenter): add #4414

* test(AsyncNotificationCenter): add mixed observer types to the test #4414

* fix(AsyncNotificationCenter): hangs on program exit #4414

* fix(dev): friend not honored, temporarily make private members public

* fix(AsyncNotificationCenter); remove default #4414
2024-02-16 09:34:19 +01:00
Alex Fabijanic
30a0a06bac chore(ParallelSocketAcceptor): remove unnecessary include and using from header 2024-02-16 01:00:19 +01:00
Friedrich Wilckens
a64e6cf2f6 Fixed transaction handling in MySQL test when SQL parser is switched off 2024-02-16 01:00:05 +01:00
Alex Fabijanic
137cd32183 fix(test): Disable SQL parsing by default #4462 2024-02-16 00:59:45 +01:00
Alex Fabijanic
2fe694e4d3 fix(SQLParser): Disable SQL parsing by default #4462 2024-02-16 00:59:31 +01:00
topazus
d6dfa257e1
Fix detection of odbc and apache2 for Fedora (#4461) 2024-02-15 16:54:13 +01:00
Alex Fabijanic
a92ab6d41d fix(mkrelease): remove 140,150 vs projects 2024-02-14 10:41:36 +01:00
Alex Fabijanic
2190a8a901 fix(PocoDoc): remove SQLParser from include list 2024-02-14 10:31:12 +01:00
Alex Fabijanic
1a29ecde02 fix(SQLParser): remove fwd header #4453 2024-02-14 10:21:06 +01:00
Alex Fabijanic
e622b51d6b fix(SQLParser): remove leftover unnecessary includes 2024-02-14 09:53:52 +01:00
Alex Fabijanic
5e5e9297a6 fix(CppUnit): remove Foundation dependency 2024-02-14 09:45:53 +01:00
Aleksandar Fabijanic
499a7d35f9 fix(build): regenerate VS projects #4453 2024-02-14 00:25:14 +01:00
Alex Fabijanic
c990b9f890 fix(build): Data libs CMakeLists #4453 2024-02-14 00:24:57 +01:00
Alex Fabijanic
b82fca8337 fix(build): ODBC Makefile and Data libs CmakeLists #4453 2024-02-14 00:24:39 +01:00
Matej Kenda
0088334536 fix(Data): Make SQLParser internal 2024-02-14 00:24:19 +01:00