Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hapijs/hapi

The Simple, Secure Framework Developers Trust
https://github.com/hapijs/hapi

node 8

3fc3ecde0a0968665b87aaa335965d0cbb907ac3 authored over 7 years ago by Eran Hammer <[email protected]>
Merge branch 'master' of github.com:hapijs/hapi

348e0dc71a9e9341dd79d32376fbabfbadf40942 authored over 7 years ago by Eran Hammer <[email protected]>
Deps

ce2ab4deeff31f592d728b56f7b3b84b1d4c0a58 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3507 from kanongil/node8-fix

Node 8 fixes

8a92e60f49af09fab5193dc292ed5ffac83bc8c2 authored over 7 years ago by Eran Hammer <[email protected]>
Fix leak tests on Node 8

4d7c57e83dcf4844251bebfc4f1777c7abf663ed authored over 7 years ago by Gil Pedersen <[email protected]>
Update shot with Node 8 fixes

915baf7c947bee3a386395871784b9eb3b860f69 authored over 7 years ago by Gil Pedersen <[email protected]>
Add json escape option

cfb42fe8e27e06d730bf640fc6b10e6349b7721e authored over 7 years ago by Greg Guthe <[email protected]>
Merge pull request #3479 from AJamesPhillips/docs-16.1.1

Updates to 16.1.1 API docs

1a41f15138214c767fc5e8d0d6f76b66604a0f76 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3461 from hapijs/socket-destroy

explicitly destroy sockets on clientError

3d4f0fc5859803962553af8acff45ac9f5b6df89 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3441 from kanongil/revise-normalize

Fix several request.url property issues on setUrl()

ba95396f8a85fa8a287515f043013267da5ab9b1 authored over 7 years ago by Eran Hammer <[email protected]>
Cleanup for #3409

279def5a6b4246a7d9e6e86cd4ba2159475e1aec authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3409 from gordysc/master

Adding server.inspect to list decorated framework interfaces

241d7b0a0144539ac246725f3c9b8b0dbb88757d authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3504 from kanongil/fix-flaky-test

Fix flaky test from #3472

d2de2e76e04dc68564dbd3ff28e7fd1c72f69eb7 authored over 7 years ago by Nicolas Morel <[email protected]>
Fix flaky test from #3472

64696042b38186abc99948ee646d05af188b7d1c authored over 7 years ago by Gil Pedersen <[email protected]>
Simplify request host update

081f36523c3d0068ae35729ee87eb0c92a112eb1 authored over 7 years ago by Gil Pedersen <[email protected]>
Merge pull request #3472 from kanongil/close-on-payload

Send connection close when there is unconsumed payload

c212bc8a5d241cc4edfabc5f7b1fd50ac19417ef authored over 7 years ago by Eran Hammer <[email protected]>
Update transmit.js

4fdec0d8604ad10e789b90e095b4ce2c084574e5 authored over 7 years ago by Eran Hammer <[email protected]>
Fix several request.url property issues

* The passed url object is not cloned.
* Trailing slash stripping should be done after normali...

c3157066e71cb46aebc6a6f13d451aa6cef5d7b5 authored over 7 years ago by Gil Pedersen <[email protected]>
Update host info on request.setUrl(). Closes #3430

ca1b9aaf963f7139613800fbc0496d1b77278866 authored over 7 years ago by Gil Pedersen <[email protected]>
Update payload.js

209775a3278d49515f08f67fa01dc693e27ee2f9 authored over 7 years ago by Eran Hammer <[email protected]>
Update transmit.js

052707c1f824fe894617398b0282f10c5b205bdb authored over 7 years ago by Eran Hammer <[email protected]>
Merge branch 'master' into close-on-payload

e6378407b5aa81c32aadc71cd6e358471dcd8ebe authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3470 from kanongil/100-continue

Defer 100-continue signalling until payload parsing

50aaf1239737bc13183ff767bcfd3b44e290ee34 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3455 from clintonyeb/master

Fixed modules require inconsistency

dd593cac9f87157fca71c0ef3c7b95b5b1d47b76 authored over 7 years ago by Eran Hammer <[email protected]>
16.2.0

3a3f114180a83c5ee83b0d5af536da71599a7d46 authored over 7 years ago by Eran Hammer <[email protected]>
request and route app in validation context. Closes #3451

7d5f3770e2d78660243ae7ae82e27cd06addaca6 authored over 7 years ago by Eran Hammer <[email protected]>
Fix reply.entity(). Closes #3427

c4597b1ddb86ae1f9fd99ddc14aabcf37157df95 authored over 7 years ago by Eran Hammer <[email protected]>
Another try for #3447

7f15394156f3587e897bd5ef5713bc8a588de662 authored over 7 years ago by Eran Hammer <[email protected]>
Cleanup for #3448

183f113d2f35d49c91eb403f41b4608af16d1167 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3448 from kanongil/domain-binding-fix

Bind request continuation methods to current domain

c247476d7b39eb26f713ffd2d075ed8035ecd49e authored over 7 years ago by Eran Hammer <[email protected]>
Move plugin.cache off prototype. Closes #3447

dc52c138cc6973c93faa5e6775893e3fa147a310 authored over 7 years ago by Eran Hammer <[email protected]>
Assign pre errors to both pre and preResponses. Closes #3431

a270c69f627eadebd6f74b967bf2664f91a8046b authored over 7 years ago by Eran Hammer <[email protected]>
Merge branch 'master' of github.com:hapijs/hapi

98efaefddb1a9495374d5aa5522614f74b1d925a authored over 7 years ago by Eran Hammer <[email protected]>
Update deps. Closes #3487. Closes #3488. Closes #3489. Closes #3490. Closes #3491. Closes #3492. Closes #3493. Closes #3494. Closes #3495. Closes #3496. Closes #3497. Closes #3498. Closes #3499. Closes #3500. Closes #3501. Closes #3502

9d02434427b660e1552260f99d39d0627ee4398f authored over 7 years ago by Eran Hammer <[email protected]>
Minor changes to docs

eb0a6068bccbfb1a2dab9643197e58dea1f39197 authored over 7 years ago by Alexander James Phillips <[email protected]>
Add partition and dropOnError to API docs

Added to server config.cache and server.cache options respectively

760f433caec5ca374d717c1ec977afce0010d4e9 authored over 7 years ago by Alexander James Phillips <[email protected]>
Partially revert c88266e5

Correct erroneous changes to cache configuration docs

79720b9f3d90709765076e7429770ee5533b000b authored over 7 years ago by Alexander James Phillips <[email protected]>
Add link to server cache options

2d2dfafcd7fb5c3ea67c22b0641dc8e35d054657 authored over 7 years ago by Alexander James Phillips <[email protected]>
Merge pull request #3481 from nahtnam/patch-1

Update Documentation for Code on onPreResponse

c87a7d7f7e14244c1681f45c058629481032ce6d authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3482 from kanongil/patch-6

Update reply.takeover() docs to reflect implementation

48f775e83635ca967f86ef8fd8d577ad5612dd91 authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3484 from AJamesPhillips/base64cookie

Add test for base64json cookie setting and parsing

f90a892ead7c8eae6f3156239e70a35c631ed1bb authored over 7 years ago by Eran Hammer <[email protected]>
Merge pull request #3475 from hapijs/AdriVanHoudt-patch-1

Do not use raw request in api docs example

ccfd3a73a166d3dcdaa19bc919a00a17203c9981 authored over 7 years ago by Eran Hammer <[email protected]>
unhandled rejection results are always boom-ified. added more tests to cover all relevant error handling cases.

32d908a7be69b9c1dcc6c224225b7a06a56fea6e authored over 7 years ago by Dave Kerr <[email protected]>
slightly improve docs for unhandled rejections

8719cc69c70cf78ff4bb93c294261d1bb7f6c93e authored over 7 years ago by Dave Kerr <[email protected]>
feature: allow the hapi handler to try and catch promises before they turn into unhandled rejections

e9d3568aed1be7b48776bff4f07092376adec20e authored over 7 years ago by Dave Kerr <[email protected]>
Add test for setting and parsing base64json cookie

a5b563614d78f2594f391c7eaa418c507336d278 authored over 7 years ago by Alexander James Phillips <[email protected]>
Docs update Might instead of May. Add other response methods of hold, send, takeover

8da535a9103d8e857d9aa07c5baa0fd2216e8a08 authored over 7 years ago by Alexander James Phillips <[email protected]>
Update reply.takeover() docs to reflect implementation

3fac090471664e18f21cc4feaf34f7aaad4eb650 authored over 7 years ago by Gil Pedersen <[email protected]>
Updates to 16.1.1 API docs

c88266e5040a6d091b7c222f35e7ec61ab2cb39a authored over 7 years ago by Alexander James Phillips <[email protected]>
Update Code on onPreResponse

Updated the code slightly to include `.code(error.output.statusCode)` at the end of the reply, b...

4f12eb1659b47cc3b4ebff83305a129500100170 authored over 7 years ago by Manthan Mallikarjun <[email protected]>
Update SPONSORS.md

b92664d9e4e1a184e7e2d958049af0f065d04f02 authored over 7 years ago by Eran Hammer <[email protected]>
Do not use raw request in api docs example

This can cause weird issues when you rewrite the url in plugins and then rewrite it again in exa...

12c587aba2658b4d84984956cd6fb7c10976dd00 authored over 7 years ago by Adri Van Houdt <[email protected]>
Send connection close when there is unconsumed payload

347b74adfad61e171c0ad8d2e65c810d82e48ce5 authored over 7 years ago by Gil Pedersen <[email protected]>
Defer 100-continue signalling until payload parsing

31b7ae6c787d76103a40c34da90fae53114e7874 authored almost 8 years ago by Gil Pedersen <[email protected]>
Add log info for #3466

a5e15430f5d88721e26a9467359ea04cc4dd6d29 authored almost 8 years ago by Eran Hammer <[email protected]>
handle invalid accept-encoding header. Closes #3466

770cc7bad15122f796d938738b7c05b66d2f4b7f authored almost 8 years ago by Eran Hammer <[email protected]>
explicitly destroy sockets on clientError

node versions >= 6 no longer destroy sockets by default when a clientError listener is attached,...

9b86c639bd9a5f58c98b84cee9818d784da46e81 authored almost 8 years ago by Nathan LaFreniere <[email protected]>
misc

c8473dfefa82bb52cd399ba2b12931b016ffe3f6 authored almost 8 years ago by Eran Hammer <[email protected]>
Update sponsors

0abf1a7cd771a1ebe4bc0241c7d88dbd52d34b43 authored almost 8 years ago by Eran Hammer <[email protected]>
Fixed modules require inconsistency

997bc7a3a8b3c8dc3682bbccffb19db3e42b31d4 authored almost 8 years ago by clintonyeb <[email protected]>
Bind request continuation methods to current domain

9db68ce010c829634c5e7af371c43fc6a68b4d0a authored almost 8 years ago by Gil Pedersen <[email protected]>
Merge pull request #3446 from cjihrig/master

remove extra closure

513cea8a64a88cff3ca57cb0f23e8a843fb0259f authored almost 8 years ago by Eran Hammer <[email protected]>
remove extra closure

This commit removes an extra closure which captures circular
memory references.

cebbec6993cc2cde688eb75396d450a3f4a5ba47 authored almost 8 years ago by cjihrig <[email protected]>
Update SPONSORS.md

713ec759714e493def9cbb114234309c71035d7b authored almost 8 years ago by Eran Hammer <[email protected]>
December sponsors

a1fbae43a0a4199c00d034f0860d5f7d4f37eea9 authored about 8 years ago by Eran Hammer <[email protected]>
Multi connections and joi dep. Closes #3415. Closes #3416

4ecf32856fa5eb3d1420007ec0c90e26636b8b7d authored about 8 years ago by Eran Hammer <[email protected]>
Fix connectionless inside connectionful. Closes #3414

7b223fac906ece8582d03a81d88f3ddfe1191bb0 authored about 8 years ago by Eran Hammer <[email protected]>
Allow falsey payload. Closes #3411

b0e37ab8f5268de75ec6cf4e232679afe06f4499 authored about 8 years ago by Eran Hammer <[email protected]>
Exposing a server property show decorations

945765a88534c1090380d1b7ce70bafb4849b3e0 authored about 8 years ago by Luke Gordon <[email protected]>
Exposing decorations as a property instead of a method

021a24a839ba1975b62845f5c897b0958cbfeda7 authored about 8 years ago by Luke Gordon <[email protected]>
Adding server.inspect to list decorated framework interfaces

d1e6399f79c628508eeb91c859124792a4090330 authored about 8 years ago by Luke Gordon <[email protected]>
Merge pull request #3406 from kanongil/patch-5

Match response.send() docs to implementation

7cac53cd87684dcbf6411a468c032a24529100d3 authored about 8 years ago by Eran Hammer <[email protected]>
Match response.send() docs to implementation

7b824dbbb2001dc8ae72a4676e44079013b86b30 authored about 8 years ago by Gil Pedersen <[email protected]>
16.0.1

3f6f210ef6370172bee3367d4ee4859640c7e5e9 authored about 8 years ago by Eran Hammer <[email protected]>
Merge pull request #3401 from sirgallifrey/master

Attempt to fix #3399 where it crashes on route prerequisites when no domain is present

47a9566479d2c1819cd706c1e09f03fd5527844f authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

cd3d7933321bb5a24033f83e6638fadf88018795 authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

d46966ec026b1bb54878ff1ca58c142914de8446 authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

b3bd8076efed320ca295df550f3355a60c4af16f authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

be14ecab1b898f3ea8851c592a5735f441b50eff authored about 8 years ago by Eran Hammer <[email protected]>
bind handler to domain only when a domain is present

0cfb811548c32b7e5969bbc5e78d356836103fb1 authored about 8 years ago by Adilson Schmitt Junior <[email protected]>
Merge pull request #3400 from nathanbuchar/patch-1

Update README.md

bda121457b14e8ca788e07630a80ca5537fc6054 authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

6aa965cc1892a0141b01b1134ce5d6b7450b93ef authored about 8 years ago by Eran Hammer <[email protected]>
Fix typo "finanial"

`finanial` :point_right: `financial`

8a66ab8ae3e729bf8bb66bfe0cc231771dbffdde authored about 8 years ago by Nathan Buchar <[email protected]>
Update README.md

Fixes invalid Markdown link. Whoops!

`[via email](mailto:[email protected])` :point_right: `(via...

68b29722f0578041e1ec76cee094389c0658de29 authored about 8 years ago by Nathan Buchar <[email protected]>
Update SPONSORS.md

759cc76a91ae55ef016f501c6ced843676804a79 authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

ad8a9af83e7ef83fe6010b4bbbf6c723518fe829 authored about 8 years ago by Eran Hammer <[email protected]>
Improve test reliability

83b83f2c80d9143447a0ce28dc51a93a1a3c5402 authored about 8 years ago by Eran Hammer <[email protected]>
Update SPONSORS.md

f5057cd97b41b9c480c4b454ded855d68034d792 authored about 8 years ago by Eran Hammer <[email protected]>
Update README.md

60e67d5f7aa275c47cc7c62fe312c7ef441f6a79 authored about 8 years ago by Eran Hammer <[email protected]>
Update README.md

de134db184bc228ea9961a5a8bc0ccae63f01791 authored about 8 years ago by Eran Hammer <[email protected]>
Sponsors file

c251da5d2d9338dafb453644eff4280b7988c9f3 authored about 8 years ago by Eran Hammer <[email protected]>
Call dep. For #3396

3c1d6bec88fe12ac1ca026ae7f355d41e4633861 authored about 8 years ago by Eran Hammer <[email protected]>
Closes #3381

386bb944ef6881b09684b1d08bc05a5890569d7a authored about 8 years ago by Eran Hammer <[email protected]>
Closes #3347

b617d63b3955112c17f882d6fea93a462886c558 authored about 8 years ago by Eran Hammer <[email protected]>
Test for #3370

6735fdb09d226d6929627f2b9d1088a364488d58 authored about 8 years ago by Eran Hammer <[email protected]>
Cleanup for #3242

68d6ea7e80cc02dfa0a5898b23727f42abf71dff authored about 8 years ago by Eran Hammer <[email protected]>
Merge pull request #3358 from turtleDev/master

fix server not propagating errors on prehandler(promise) + handler error (#3242)

10bcdaaa9c24c9d2520455055e465d6ef67b206b authored about 8 years ago by Eran Hammer <[email protected]>
Cleanup for #3372

96765772f597f299250f12bd4c141665ccf5b239 authored about 8 years ago by Eran Hammer <[email protected]>
Merge pull request #3372 from dahjelle/fix-graceful-restarts-for-longpoll-and-https

Fix for hapijs/discuss#395.

5c10b22f067f49ed7eb049c7c872912aad712e5f authored about 8 years ago by Eran Hammer <[email protected]>
Prevent error headers from being modified. Closes #3378

09c2e3374cf0ad63144f90268fb0b0d0e8a2ceba authored about 8 years ago by Eran Hammer <[email protected]>