Ed Sabol
|
c24d8998e4
Merge pull request #411 from esabol/address-CodeQL-gripe-about-uncontrolled-format-string
|
2 months ago |
Ed Sabol
|
3f9a48fb43
Addressed CodeQL gripe about uncontrolled format string in handling of the GEARMAND_PORT environment variable by changing how gearmand_log_gai_error() calls gearmand_log_perror().
|
2 months ago |
Ed Sabol
|
728f3a5ab5
Added Alpine 3.19 build to GitHub Actions CI. (#410)
|
3 months ago |
Ed Sabol
|
d73bf29237
Modified the GitHub Actions workflow for building and deploying the docs to GitHub Pages so that it only runs if the GitHub repository owner is gearman. (#403)
|
3 months ago |
Ed Sabol
|
6816e06571
Fixed CodeQL gripes with usage of c_str() pointers after the lifetime of the std::string objects. (#404)
|
3 months ago |
Ed Sabol
|
47f232cc72
Fixed CodeQL gripe with incorrect return value check for sscanf() call. (#405)
|
3 months ago |
Ed Sabol
|
23a7b86820
Issue #407: Made bootstrap compatible with autoconf 2.7.2. (#409)
|
3 months ago |
Ed Sabol
|
380634445d
Added Alpine builds to GitHub Actions CI workflow. (#362)
|
3 months ago |
Ed Sabol
|
a277aca658
Update Dockerfiles for latest gearmand version and other minor tweaks (#402)
|
3 months ago |
Ed Sabol
|
1bfa34d9e5
Merge pull request #401 from p-alik/docker-ubuntu-tzdata
|
4 months ago |
Alexei Pastuchov
|
2a34c2fe9b
supervisord/Dockerfile: install missed tzdata package
|
4 months ago |
Ed Sabol
|
b3de5b6e8c
Merge pull request #399 from esabol/fix-gcc-14-build-failure-for-reversed-calloc-args
|
4 months ago |
Ed Sabol
|
9d7d1a8bdf
Added gcc-14 build on Ubuntu 24.04 to testing matrix.
|
4 months ago |
Ed Sabol
|
207a5bfe45
Fixed reversed calloc arguments in internals tests discovered with gcc 14.1.
|
4 months ago |
Ed Sabol
|
cfa84d96e9
Merge pull request #397 from esabol/update-github-action-ci
|
4 months ago |
Ed Sabol
|
a0e64afdcd
Added gcc-13 build on Ubuntu 24.04 to testing matrix.
|
4 months ago |
Ed Sabol
|
b0e2f61b6e
Added ppa:ubuntu-toolchain-r/test toolchain repository for ubuntu-20.04 gcc-11 testing.
|
4 months ago |
Ed Sabol
|
eaaab48ab1
Added ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true to environment to workaround issues with older Ubuntu testing. See https://github.com/actions/checkout/issues/1590
|
4 months ago |
Ed Sabol
|
be41cfb96f
Merge pull request #396 from esabol/update-codeql-workflow
|
4 months ago |
Ed Sabol
|
6c96c29925
Updated CodeQL Analysis workflow to use v3 of github/codeql-action/init and to apt-get update.
|
4 months ago |
Ed Sabol
|
3183a92c55
Merge pull request #389 from esabol/update-and-tweak-docs-workflow
|
7 months ago |
Ed Sabol
|
b4dc33f07f
Updated actions/configure-pages to v5 to address Node16 deprecation. Run deploy job on ubuntu-latest. Removed environment section from build job. Added explicity concurrency rules. Updated README.md to add a link to the latest gearmand documentation and made some other tweaks (http: -> https:, punctuation, grammar).
|
7 months ago |
Clint Byrum
|
7b220b5dfc
Upgrade upload-pages-artifact to latest
|
7 months ago |
Ed Sabol
|
54115732aa
Add GitHub Actions workflow to build and publish docs to GitHub Pages. (#388)
|
7 months ago |
Clint Byrum
|
611517eeb7
Address server CodeQL gripes (#385)
|
1 year ago |
Clint Byrum
|
581f757f59
Fixing basic CodeQL alerts (#384)
|
1 year ago |
Ed Sabol
|
0fcbe18693
Merge pull request #381 from gearman/esabol-patch-1
|
1 year ago |
Ed Sabol
|
fc918f812e
Fix typo in codeql.yml
|
1 year ago |
Clint Byrum
|
53220753f7
Removing long-dead BonnyCI reference
|
1 year ago |
Ed Sabol
|
e4a64a3095
Added CodeQL workflow to GitHub Actions. (#379)
|
1 year ago |
Ed Sabol
|
a00fb0e101
Fixed redundant null check due to previous dereference found in CodeQL scan. (#380)
|
1 year ago |
Ed Sabol
|
d780729a49
Merge pull request #349 from sfinktah/master
|
1 year ago |
Ed Sabol
|
5a2407ad36
Merge pull request #378 from haomi123/master
|
1 year ago |
haomimi
|
7be6334afa
Add riscv64 support
|
1 year ago |
Ed Sabol
|
7b30266d06
Merge pull request #377 from esabol/fix-configure-error-when-gperf-is-absent
|
1 year ago |
Ed Sabol
|
37b71d6e48
Fix configure error when gperf is absent
|
1 year ago |
Ed Sabol
|
56761cd7c6
Merge pull request #375 from haomi123/master
|
1 year ago |
ut004615
|
c003a3483c
add loongarch64 support
|
1 year ago |
Sven Nierlein
|
14de19e2cc
add Rocky to supported Linux distributions (#374)
|
1 year ago |
Ed Sabol
|
15bd98202c
Merge pull request #370 from sni/improve-store-queue-on-shutdown
|
1 year ago |
Sven Nierlein
|
120fb35aa5
skip removing entries from sqlite if store-queue-on-shutdown is used
|
1 year ago |
Ed Sabol
|
a6c5ad7f7f
Merge pull request #372 from esabol/add-gcc-12-build-to-github-actions-ci
|
1 year ago |
Ed Sabol
|
d0562840db
Add gcc-12 build to GitHub Actions CI (and fix the OS label for the gcc-11 build)
|
1 year ago |
Ed Sabol
|
c743d57806
Merge pull request #371 from esabol/fix-ci-ubuntu-18-jobs
|
1 year ago |
Ed Sabol
|
34e66dad9f
Install iproute2 package on Ubuntu in order to use ip command
|
1 year ago |
Ed Sabol
|
8335614b74
Enable network tweaks to get tests to pass inside Ubuntu 18.04 containers
|
1 year ago |
Ed Sabol
|
a21deb6d24
Change some CI steps to use bash
|
1 year ago |
Ed Sabol
|
0e9b899efc
Change CI to test Ubuntu 18.04 in containers
|
1 year ago |
Ed Sabol
|
e26a026304
Merge pull request #365 from sergiodj/link-order-libmemcachedutil
|
1 year ago |
sfinktah
|
66a49bc81a
removed tcsh and wget from ubuntu packages
|
1 year ago |