Serhii Charykov
34e18533cf
Fix sqlite3_config call only once before using any other sqlite utilities
2021-04-26 22:19:16 +03:00
Serhii Charykov
0b709a05b7
Remove sqlite3_shutdown()
...
Because:
1. According to sqlite3 docs sqlite3_initialize() and sqlite3_shutdown() are not must to be invoked
2. sqlite3_initialize() is never called explicilty
3. sqlite3_shutdown() is not threadsafe and sqlite_init_multithreaded is not called holding a lock
4. According to docs all connections must be closed before invoking sqlite3_shutdown() but they are not (from the different threads).
Possible issue:
sqlite3_config must be called before sqlite3_initialize() or after sqlite3_shutdown() (and only once?)
2021-04-26 21:36:28 +03:00
tyranron
32e97730e9
Fix linking with mongo-c-driver in debian Docker image
2021-04-20 14:55:31 +03:00
tyranron
b31b004922
Separate Docker image's GitHub release into its own job to run it only once
...
- fix naming of Docker image's GitHub releases
2021-04-16 10:05:51 +03:00
tyranron
f34e9e89c6
Fix Docker image's changelog for 4.5.2-r0 release
2021-04-16 09:51:35 +03:00
tyranron
e6e5a65f72
Fix Docker image version tagging and missing pushing to Quay.io
2021-04-15 21:16:20 +03:00
tyranron
6084881400
Finally fix Docker image tests
2021-04-15 19:39:30 +03:00
tyranron
07580f2f63
Fix CI badge in Docker image's README
2021-04-15 18:28:06 +03:00
tyranron
62835ff81a
Mention Docker image in main README
2021-04-15 18:24:03 +03:00
tyranron
787124b13e
Fix Docker image version test
2021-04-15 18:22:58 +03:00
Mészáros Mihály
51e0267b34
Try to use GITHUB_TOKEN instead of GCR_BOT_PAT
2021-04-15 08:08:17 +02:00
Mészáros Mihály
1a62db5e30
Merge pull request #746 from tyranron/docker-image
...
Official Docker image
2021-04-14 19:32:38 +02:00
tyranron
dcc9267bc1
Merge branch 'master' into docker-image
2021-04-13 13:38:59 +03:00
tyranron
70d28de924
Describe Contribution Guide
2021-04-13 13:25:03 +03:00
tyranron
bb43a47792
Improve CI workflow with edge tags publishing and GitHub releasing
2021-04-13 12:09:24 +03:00
tyranron
086d5878cc
Ignore key files for Docker Compose to not pollute Git
2021-04-13 11:48:17 +03:00
tyranron
5492903825
Remove redundant custom images for docker/ directory
2021-04-13 11:40:50 +03:00
tyranron
317a0caee8
Mention 'edge' Docker image in README
2021-04-12 17:41:21 +03:00
tyranron
008589f8e0
Update mongo-c-driver to 1.17.5 version
2021-04-12 17:41:08 +03:00
tyranron
ed2ca1875f
Add CHANGELOG
2021-04-12 17:37:04 +03:00
tyranron
40edfd6d79
Add README
2021-04-12 17:15:21 +03:00
Mészáros Mihály
7756c5da8e
Revert cmake changes until we don't fix them
2021-04-08 01:08:30 +02:00
Mészáros Mihály
54d8012f79
Add OPENSSL_INCLUDE_DIR env
2021-04-08 00:23:56 +02:00
Mészáros Mihály
bc246843b3
Change OPENSSL_ROOT_DIR
2021-04-07 23:52:02 +02:00
Mészáros Mihály
e1bb2e32f6
Remove g++ and add env OPENSSL_ROOT_DIR
2021-04-07 23:28:53 +02:00
Mészáros Mihály
8fac7d02c9
Merge pull request #741 from KangLin/cmake
...
CMake: add turnadmin etc
2021-04-07 21:34:12 +02:00
tyranron
3bad03d825
Fix
2021-04-07 18:16:04 +03:00
tyranron
0aa5c806c7
Fixes
2021-04-07 17:56:38 +03:00
tyranron
497be2cdd6
Bootstrap toolchain and CI pipeline
2021-04-07 14:26:50 +03:00
KangLin
da60faca1d
Modify debug flag
2021-04-06 14:27:01 +08:00
KangLin
bd46483efa
Modify INSTALL
2021-04-05 11:26:49 +08:00
tyranron
4f341d3428
Build mongo-c-driver from sources for Debian
2021-04-02 13:29:49 +03:00
tyranron
50c2f949ae
Restore version test
2021-04-01 17:54:24 +03:00
tyranron
5d196ff1d0
Add 'debian' image and run as non-root
2021-04-01 17:41:55 +03:00
tyranron
a7b15d2222
Bootstrap image
2021-04-01 12:01:24 +03:00
KangLin
9f6defdac4
CMake: add -Wno-deprecated-declarations
2021-03-29 07:22:12 -07:00
KangLin
33dd25e36c
CMake: add cmake to ci
2021-03-29 07:13:16 -07:00
KangLin
86f1da7bab
CMake: install documents, configure, script files
2021-03-29 01:30:28 -07:00
KangLin
2110991cd6
CMake: add turnadmin
2021-03-28 21:32:47 -07:00
KangLin
73da474804
CMake: add runtime install
2021-03-28 20:19:15 -07:00
Mészáros Mihály
e2d71ce6bf
Add mereged PR-s to Changelog
2021-03-23 10:03:34 +01:00
Mészáros Mihály
e343e61a67
Merge pull request #718 from dcharbonnier/master
...
mongoc version 1.17.4
2021-03-23 09:48:47 +01:00
Mészáros Mihály
c55331dad2
Merge pull request #679 from rubo77/patch-1
...
Readme.turnserver: how to run server as a daemon
2021-03-23 09:45:34 +01:00
Mészáros Mihály
97c93725af
Merge pull request #704 from hills/configure-exit
...
Packaging scripts can miss out on these errors
2021-03-23 09:41:28 +01:00
Mészáros Mihály
27cd04194e
Merge pull request #717 from marcoschum/patch-1
...
Update turnserver.conf
2021-03-23 09:35:42 +01:00
Mészáros Mihály
31c936d51d
Merge pull request #721 from KangLin/cmake
...
Add to support cmake
2021-03-23 09:31:59 +01:00
Mészáros Mihály
7340bf8e50
Merge pull request #727 from JoKoT3/master
...
Support older mysql client version in configure
2021-03-23 09:28:06 +01:00
Mészáros Mihály
6a5d067d7c
Merge pull request #703 from hills/no-stdout-log
...
Restore no_stdout_log behaviour
2021-03-23 09:18:17 +01:00
Mészáros Mihály
2204778ce1
Replace keep-address-family with allocation-default-address-family
2021-03-12 23:05:18 +01:00
Mészáros Mihály
e2c99c6803
Remove extra new line in error
2021-03-11 22:15:22 +01:00