- 14 Feb, 2022 2 commits
-
-
Kip authored
Merge pull request #1036 from pistacheio/dependabot/npm_and_yarn/pistache.io/follow-redirects-1.14.8 build(deps): bump follow-redirects from 1.14.4 to 1.14.8 in /pistache.io
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 31 Jan, 2022 3 commits
-
-
Kip authored
Add test for Swagger UI static file server
-
Kirill Efimov authored
-
Kirill Efimov authored
-
- 29 Jan, 2022 2 commits
-
-
Kip authored
ci(autopkgtest): install autopkgtest from Debian Testing
-
Andrea Pappacoda authored
Building it from source is not needed anymore
-
- 08 Jan, 2022 1 commit
-
-
Kip authored
Add test demonstrating server crash in issue #1007
-
- 07 Jan, 2022 1 commit
-
-
Brian Keane authored
-
- 27 Dec, 2021 1 commit
-
-
Kip authored
-
- 23 Nov, 2021 2 commits
-
-
Kip authored
Merge pull request #1014 from pistacheio/dependabot/npm_and_yarn/pistache.io/algoliasearch-helper-3.6.2 build(deps): bump algoliasearch-helper from 3.5.3 to 3.6.2 in /pistache.io
-
dependabot[bot] authored
Bumps [algoliasearch-helper](https://github.com/algolia/algoliasearch-helper-js) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/algolia/algoliasearch-helper-js/releases) - [Changelog](https://github.com/algolia/algoliasearch-helper-js/blob/develop/CHANGELOG) - [Commits](https://github.com/algolia/algoliasearch-helper-js/compare/3.5.3...3.6.2) --- updated-dependencies: - dependency-name: algoliasearch-helper dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 30 Oct, 2021 2 commits
-
-
Kip authored
build: use Semantic Versioning
-
Andrea Pappacoda authored
See https://semver.org for details, but it basically formalizes our decision to not break API nor ABI in minor releases. Closes #953
-
- 21 Oct, 2021 2 commits
-
-
Kip authored
meson.build: Fix broken check for atomic support. This broke on riscv64…
-
Kip Warner authored
meson.build: Fix broken check for atomic support. This broke on risc64. The removed lines are redundant with their subsequent two because they verify the actual code, and not implementation details that may vary... meson.build: Bumped version metadata to 0.0.003 and set soname major version to 1 in preparation for ABI freeze and upcoming first stable release...
-
- 06 Oct, 2021 1 commit
-
-
Kip authored
Allow to be used as submodule
-
- 05 Oct, 2021 3 commits
-
-
Kip authored
ci(autopkgtest): use autopkgtest 5.17
-
Andrea Pappacoda authored
-
Sven Fink authored
-
- 02 Oct, 2021 5 commits
-
-
Kip authored
-
Kip authored
fix(ssl): enable ssl mode for moving buffers
-
Kip authored
ci: add abipkgdiff check
-
Andrea Pappacoda authored
abipkgdiff is a tool capable of comparing two library packages and tell if one of them introduced ABI-breaking changes. Plain abidiff is also available, but since we already build Debian packages I thought it would be more convenient to use pkg version. This currently works only for pull requests.
-
Louis Solofrizzo authored
Due to internals of pistache, a write after a retry may be with a different address than the original call. By default, OpenSSL doesn't like that: SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER Make it possible to retry SSL_write() with changed buffer location (the buffer contents must stay the same). This is not the default to avoid the misconception that non-blocking SSL_write() behaves like non-blocking write(). This should fix any weird behavior on large file / responses (#807) Signed-off-by: Louis Solofrizzo <lsolofrizzo@scaleway.com>
-
- 30 Sep, 2021 2 commits
-
-
Kip authored
ssl: Enable partial write on SSL context
-
Louis Solofrizzo authored
This patch enables the partial write mode on the SSL server context, giving us "normal" behavior on non-blocking sockets. Signed-off-by: Louis Solofrizzo <lsolofrizzo@scaleway.com>
-
- 28 Sep, 2021 7 commits
-
-
Kip authored
ci(autopkgtest): fix Debian data checkout
-
Andrea Pappacoda authored
-
Kip authored
ci(autopkgtest): use uscan to get upstream source
-
Kip authored
Bump prismjs from 1.24.0 to 1.25.0 in /pistache.io
-
Kip authored
Bump url-parse from 1.5.1 to 1.5.3 in /pistache.io
-
Kip authored
Bump axios from 0.21.1 to 0.21.4 in /pistache.io
-
Andrea Pappacoda authored
-
- 27 Sep, 2021 3 commits
-
-
dependabot[bot] authored
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
Andrea Pappacoda authored
related to #41 related to #183 related to #760 closes #960 related to #985 related to #6 related to #538 related to #649 related to #741 related to #874 closes #525
-
- 20 Sep, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 17 Sep, 2021 2 commits
-
-
Kip authored
build(meson): look for howardhinnant-date
-
Andrea Pappacoda authored
Since the "date" library has such a general name, it often gets renamed to "hinnant-date", "howardhinnant-date", etc. This change enables Meson to find the library when it is called in either ways. This "new" name is used, for example, in the Debian package.
-