Commit Graph

  • 9de112c9e5 Close fast client on main loop. #2043 He, Wanchen 2024-05-28 23:37:45 +08:00
  • 7c7dd6986b Try fix test. He, Wanchen 2024-05-28 23:26:03 +08:00
  • 2278e8e778 Add testcase. He, Wanchen 2024-05-28 23:08:37 +08:00
  • 4423d8de75 Fix postgres name. He, Wanchen 2024-05-28 22:37:10 +08:00
  • e45e468040 merge with master marty1885 2024-05-27 22:37:29 +08:00
  • c4c95918bf
    Fix wrong parameter order. (#2040) Nitromelon 2024-05-27 19:10:05 +08:00
  • 0a19f36f2e Fix wrong parameter order. #2040 He, Wanchen 2024-05-27 18:41:39 +08:00
  • 3154642623 Format #2035 antao 2024-05-26 19:10:55 +08:00
  • 6726df139d
    fix codespell error (#2038) Martin Chang 2024-05-26 14:08:18 +08:00
  • 34bfc1d287 fix codespell error #2038 marty1885 2024-05-26 10:06:35 +08:00
  • fb08813e5c
    Fix ChangeLog for beta release v1.10.0-beta.0 Martin Chang 2024-05-25 23:12:29 +08:00
  • e81c3deb0b Merge branch 'http2-beta' of github.com:drogonframework/drogon into http2-beta marty1885 2024-05-25 23:09:18 +08:00
  • 605f3df734 update changelog for beta release marty1885 2024-05-25 23:08:11 +08:00
  • 50838a9fd3
    HTTP/2 Client (#1554) Martin Chang 2024-05-25 23:03:00 +08:00
  • e25b15450e use URL that does not redirect #1554 marty1885 2024-05-25 22:35:41 +08:00
  • b44e7ee302 use new eric-hpack-core marty1885 2024-05-25 22:32:12 +08:00
  • bd6de7513e replace example URL to the old one marty1885 2024-05-25 21:41:18 +08:00
  • f0d0f76a65 replace example URL marty1885 2024-05-25 21:38:39 +08:00
  • 150735848d
    Intention to present an alternative to improve the aforementioned method (#2034) Jonathan S. Fonseca 2024-05-25 10:30:01 -03:00
  • d037850de3 fix cmake marty1885 2024-05-25 18:58:04 +08:00
  • 9e35d5bafc update comment marty1885 2024-05-25 18:45:16 +08:00
  • 820a7eb8a4 update eric-hpack marty1885 2024-05-25 18:43:38 +08:00
  • 9ec149a965 adding cppling header guard correction and remove abort() change to quit() function prothegee 2024-05-24 23:11:27 +07:00
  • 67ee60358e fix format marty1885 2024-05-24 21:15:31 +08:00
  • 771da9a3c7 fix codespell marty1885 2024-05-24 21:13:58 +08:00
  • 58cec38543 Merge remote-tracking branch 'origin/master' into h2-client marty1885 2024-05-24 21:09:51 +08:00
  • 9611bbb037 get rid of included eric-hpack. Use submodule marty1885 2024-05-24 21:06:29 +08:00
  • bf22308865 adding example 'webserver reverse proxy' prothegee 2024-05-24 16:20:37 +07:00
  • a8f6878028 Intention to present an alternative to improve the aforementioned method #2034 jonathansf 2024-05-23 15:19:22 -03:00
  • 155ae9ad65
    Support postgresql connection options (#1972) Nitromelon 2024-05-23 14:03:28 +08:00
  • d2968b3bd2 addDbClient() helper. #1972 He, Wanchen 2024-05-22 23:32:09 +08:00
  • 6ed54eb4d1 Revert "Give db config definition only when db is supported." He, Wanchen 2024-05-22 22:51:45 +08:00
  • 48a294a850 Give db config definition only when db is supported. He, Wanchen 2024-05-22 21:55:21 +08:00
  • c866d1a030 Fix: options not set. He, Wanchen 2024-05-22 21:49:27 +08:00
  • 1a20d20475 Fix endif position. He, Wanchen 2024-05-22 21:32:28 +08:00
  • d6b351e777 Single header file for config. He, Wanchen 2024-05-22 16:35:25 +08:00
  • fb96aa744e Fix test. He, Wanchen 2024-05-22 16:03:41 +08:00
  • 0db9f0e6e6 Fix test. He, Wanchen 2024-05-22 15:54:11 +08:00
  • 84001ca1f1 Update test.sh. He, Wanchen 2024-05-22 15:36:10 +08:00
  • 0cb662a7ff Extract buildConnStr(). He, Wanchen 2024-05-22 15:21:11 +08:00
  • 64df11e360 Fix cpp standard. He, Wanchen 2024-05-22 14:52:49 +08:00
  • f6a3d1b011 Format. He, Wanchen 2024-05-21 17:07:21 +08:00
  • 7ee0f25712 Extract common codes. He, Wanchen 2024-05-21 17:03:03 +08:00
  • 6df57d71eb Change internal DbInfo. He, Wanchen 2024-05-21 16:27:27 +08:00
  • edeec7fa4f Update cmake. He, Wanchen 2024-05-21 15:56:21 +08:00
  • fd1a528622 Fix cmake(TODO). He, Wanchen 2024-05-20 23:41:47 +08:00
  • 796669a5cd Fix include. He, Wanchen 2024-05-20 23:27:12 +08:00
  • 4cfb2e516a Change api. He, Wanchen 2024-05-20 23:11:23 +08:00
  • b4d89e387f DbConfig. He, Wanchen 2024-05-20 21:47:52 +08:00
  • 028bc1c6b2 createDbClient() should be renamed to addDbClient(). He, Wanchen 2024-05-20 17:41:06 +08:00
  • 816a2a3627 Add comment. He, Wanchen 2024-03-17 22:35:02 +08:00
  • 6b7b39db3c pragma once. He, Wanchen 2024-03-17 22:26:31 +08:00
  • dffab42c4a New api. He, Wanchen 2024-03-17 22:17:36 +08:00
  • 4f725df6a4 Add comment for usage. He, Wanchen 2024-03-17 15:26:32 +08:00
  • 34bea5d9a3 Update config and csp. He, Wanchen 2024-03-17 15:11:35 +08:00
  • 81a41da9f7 Add test. He, Wanchen 2024-03-17 14:58:38 +08:00
  • b290090b24 Fix params order. He, Wanchen 2024-03-17 14:25:31 +08:00
  • eb96106615 Fix. He, Wanchen 2024-03-09 11:47:46 +08:00
  • 262a7ecf54 Add comment. He, Wanchen 2024-03-09 00:26:03 +08:00
  • a0b82943fb Support connect options for pg. He, Wanchen 2024-03-08 23:58:57 +08:00
  • 306df8a8fb
    Install gcc in ci. (#2028) Nitromelon 2024-05-22 14:48:12 +08:00
  • 3d7102fba7 g++13. #2028 He, Wanchen 2024-05-21 15:24:10 +08:00
  • 24047df09c Install gcc. He, Wanchen 2024-05-21 15:19:44 +08:00
  • 93955fa168 add license header marty1885 2024-05-12 15:25:03 +08:00
  • dcf674f673 fix lint marty1885 2024-05-12 15:23:16 +08:00
  • 263d226325 fix typo marty1885 2024-05-12 15:19:02 +08:00
  • 445f709793 enable changing dynamic table size marty1885 2024-05-12 15:16:45 +08:00
  • 6e0e731ba1 format marty1885 2024-05-12 14:00:19 +08:00
  • 6dcb6d79d4 move from hpacker to eric-hpack marty1885 2024-05-12 13:51:42 +08:00
  • 43e127d9c7 merge with master marty1885 2024-05-12 11:32:33 +08:00
  • 39ca8937b2 Rebase master. Add old execSql() overload. #1239 He, Wanchen 2023-01-23 16:39:46 +08:00
  • 13e7665889 Fix missing parameters. He, Wanchen 2022-07-29 23:23:27 +08:00
  • 766182576b Fix typo. He, Wanchen 2022-07-29 23:15:53 +08:00
  • 1374f6ef00 Fix SqlBinder move ctor. He, Wanchen 2022-05-08 23:15:24 +08:00
  • bb13681bd8 Fix missing parameters. He, Wanchen 2022-05-08 11:54:25 +08:00
  • 72dd422734 Support resultFormat when no sql parameters. He, Wanchen 2022-05-08 01:04:06 +08:00
  • e48db68814 Add test. He, Wanchen 2022-05-08 00:30:05 +08:00
  • 71338f35ab Support disabling pg prepared statement. He, Wanchen 2022-05-07 22:32:23 +08:00
  • 7756deee83 Support setting result format. He, Wanchen 2022-05-07 20:55:56 +08:00
  • 82c46f13f8
    Fix CI on windows (#2025) Nitromelon 2024-05-10 14:11:28 +08:00
  • a443b136b3 Don't know hot to run unittest on windows. #2025 He, Wanchen 2024-05-10 12:59:22 +08:00
  • 1268da65b4 What happened on windows unittest? He, Wanchen 2024-05-10 12:31:40 +08:00
  • 1c9bf17d57 Fix unittest on windows. He, Wanchen 2024-05-10 11:59:05 +08:00
  • 76c75ad882 Restore master ci. He, Wanchen 2024-05-10 11:43:34 +08:00
  • 181bd2526a Do unittest on windows. He, Wanchen 2024-05-10 11:41:28 +08:00
  • 98b69d0c8d Enable test. He, Wanchen 2024-05-10 00:03:07 +08:00
  • 46b3019d2e Skip drogon_ctl test if not found. He, Wanchen 2024-05-09 23:52:22 +08:00
  • 5cecabd7cb Revert "Try remove drogon_ctl as integration_test dependency." He, Wanchen 2024-05-09 23:30:00 +08:00
  • daeea8bf5b Try remove drogon_ctl as integration_test dependency. He, Wanchen 2024-05-09 23:02:40 +08:00
  • 5973012862 BUILD_EXAMPLES=OFF Nitromelon 2024-05-09 11:11:45 +00:00
  • 59bb629508 Remove windows test. TODO: run tests that do not depend on drogon_ctl. He, Wanchen 2024-05-09 18:32:57 +08:00
  • 6470f89c0b Revert "Remove drogon_ctl custom command." He, Wanchen 2024-05-09 18:27:53 +08:00
  • bace01cb67 Remove drogon_ctl custom command. He, Wanchen 2024-05-09 18:08:24 +08:00
  • f7190fcae0 Revert "BUILD_CTL=OFF?" He, Wanchen 2024-05-09 18:07:49 +08:00
  • 86b0a5e5bb BUILD_CTL=OFF? He, Wanchen 2024-05-09 17:35:57 +08:00
  • 5f27a092a6 Revert "Find out which test build failed. Disable orm and nosql tests." He, Wanchen 2024-05-09 17:34:51 +08:00
  • 9fb89a7c4c Revert "Disable integration_test." He, Wanchen 2024-05-09 17:34:35 +08:00
  • 2b44cb7708 Disable integration_test. He, Wanchen 2024-05-09 16:50:31 +08:00
  • d61d43d4e4 Find out which test build failed. Disable orm and nosql tests. He, Wanchen 2024-05-09 16:38:46 +08:00
  • 0969fbc9e2 Revert "BUILD_TESTING=OFF?" He, Wanchen 2024-05-09 16:37:24 +08:00