Ecosyste.ms: OpenCollective

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

github.com/kataras/iris

The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
https://github.com/kataras/iris

fix cookie bug when domain is such as 'subsubdomain.subdomain.localhost.com'

Former-commit-id: 3a19ba09098cdc0f01299126d05c8d6d6387415b

5920df909ef37712f6f687cddd2694992e21e532 authored over 6 years ago
Create HISTORY_ID.md

Create HISTORY_ID.md to translate HISTORY.md into Bahasa Indonesia

Former-commit-id: ebe8b677b...

a21e85a613f1b3c26f938e0ee237fa95114ba299 authored over 6 years ago
Change FREE word into GRATIS

Translate FREE word into GRATIS to make it perfect

Former-commit-id: 261ffcc34db6acdea6c170e50...

74d099f283cc5fd41bd35d16e6d8be25839de22e authored over 6 years ago
Create README_ID.md

Translate README.md into Bahasa Indonesia and create README_ID.md

Former-commit-id: efd9027dca...

cd5a70744cfb3b37105bc29ae20e70a77a6e103c authored over 6 years ago
Update to version 10.6.4 | Read HISTORY.md for the bug fixes

Former-commit-id: 4b981358f4e89807d1ccd8357a53641e770ab075

485cfbc8381bd90d8e676df15ae89a3cd8ba7e6a authored almost 7 years ago
fix https://github.com/kataras/iris/issues/996

Former-commit-id: bcb8905faf20e08be1ef9ec203385a1a7440eebd

4d9909cba5ccd7a7b55359241c8f04dfd45a55f8 authored almost 7 years ago
fix https://github.com/kataras/iris/issues/995

Former-commit-id: 7f743e18c1202eaa19062ca4304611194a10962c

0fc4436da6e87691d13d4eb581ae5059533ef793 authored almost 7 years ago
Update to version 10.6.3. Read HISTORY.md. It contains a very important fix for the websocket servers caused some time ago by an external contributor

Former-commit-id: 1626ff0660801a28a5034ecd2788e87561c55f41

0087bc218d873cd8d57b06c0144b81b72b3b578a authored almost 7 years ago
websocket: fix a bug on emit on specific room when it doesn't exist it sends to all connections caused by a third-party contributor's PR...

Former-commit-id: de6fddadd7cef8537ad1d1aff1acd991e4cf99cf

0db2afea93d163f92b6f6fa673d816daf2f0e759 authored almost 7 years ago
Update to (minor) version 10.6.2. Added: `websocket/Connection#OnPong` and `websocket/Connection#OnError(func(error))` instead of `func(string)` relative issues: https://github.com/kataras/iris/pull/988 and https://github.com/kataras/iris/issues/987 respectfully.

Former-commit-id: 76d4fda4ab4f34f8a251c8c2d5bb1ae7c3ef7047

087c8c8b3a149c5746c61c67c641e2974334af6d authored almost 7 years ago
Merge pull request #988 from Kirguir/master

Websocket: added OnPong to Connection #986
Former-commit-id: fa14ab8fc1a7b5afd40744dbdf0a163be49...

d39a5b913dc496dea8086ce4516b15c3f840fa0a authored almost 7 years ago
Websocket: added OnPong to Connection #986

see issue #986

Former-commit-id: 964d393d40fc7e64a8bf02eae08d97fd5f847483

655a19ea742f68cd5d45a1ae75f6ba7663f85fb5 authored almost 7 years ago
Update the _examples/http_request/upload-file to fill the gap, relative discussion: https://github.com/kataras/iris/issues/979

Former-commit-id: a113e8815a6a2821a80ac424f52302528a6e71b5

4eeffd07c73056cd414ebdda8741744c30de3aea authored almost 7 years ago
_examples/README: add bolt session database example link

Former-commit-id: 373f25cc016fbdad84e208123c024999d35a47e4

3c6d1f2fa3a68be1c1d185ca175ec2279ac6a58e authored almost 7 years ago
Update Chinese translation for HISTORY_ZH.md and README_ZH.md

Former-commit-id: 2150b120c3da0200814c9895d19e38e76df61709

e35513d3a9ed7e9b08b06927a8c7974bd11d8564 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: 03c595e252ecdf5b52697ca201e20ea96cabbbd5

614b46f97e925106c703086c3faff1b5950976f6 authored almost 7 years ago
Update HISTORY_ZH.md

Former-commit-id: 3531ea73dc42bd302f327a5e398d6000400702e3

35c4d6d315c93f1c930192438de0f60e5c399c39 authored almost 7 years ago
websocket: expose Connection#Write in favor of https://github.com/kataras/iris/issues/976

Former-commit-id: 74cba9b2bfb4d5cc874eba3330dc9c7bad2ffac5

5dc8cbcefc8d2f3a4db74a2052d85e94dd6b52f0 authored almost 7 years ago
fix https://github.com/kataras/iris/issues/975

Former-commit-id: 752a788263f8bd9219690b3b63b1183546fb91e5

59f138963bf178381aca02767c2a6df41795c6f3 authored almost 7 years ago
Update to version 10.6.1 | Re-implement the BoltDB as built'n session database and more. Please read the HISTORY file for further details

Former-commit-id: fa68a914bec5fe4f595bdeaea84ecab6374ba643

b22151d4b7962249636fc5077777edcdc768c0e0 authored almost 7 years ago
Update to Version 10.6.0 and add Video Courses section at READMEs

Former-commit-id: 2a6bf807b989e6b3d02ec6d1d46b42953507535e

cfe484f76986b3d2b4a8f0e9c8866b5b45855f98 authored almost 7 years ago
sessions: add `OnDestroy` event, relative to: https://github.com/kataras/iris/issues/969

Former-commit-id: de9ad83a663f44d62dbb7520595cacb21a7f694a

06c17bc8bb8a995382a297f71573f92ea528f1b7 authored almost 7 years ago
Merge pull request #964 from Chengyumeng/fix/cookie

fix when destroy session can't remove cookie in subdomain

Former-commit-id: 5caf0fa5d92f53ba7b7...

6862501f7f355bcf0c4fd13c6e8eeb4dbe335ff8 authored almost 7 years ago
update to use the formatCookieDomain

Former-commit-id: eb1f56c33dbf56bdc9d9e8df5f3f4915ff3cec42

e09a7e32ed8d08ebf61065429d6641c24f9e4788 authored almost 7 years ago
update cookie.go to be aligned with quality standars

Former-commit-id: 54aea6a281106f60000645efc7f77ea04e72d7ac

d4c20b8e2a76ced9d694949715630f322b35e967 authored almost 7 years ago
Sessions are now in full sync with the registered database, on `acquire(init), set, get, delete, clear, visit, len, release(destroy)` as requested by almost everyone. https://github.com/kataras/iris/issues/969

Former-commit-id: 49fcdb93106a78f0a24ad3fb4d8725e35e98451a

b62080c4bba312fe1744469a806c3bc2b3c8d391 authored almost 7 years ago
A better http_responsewriter/stream-writer example, see SSE example for server-side events

Former-commit-id: 635cadf6bac376c2b7b805523ab8d9d6472a5502

f113872b7d314d9041dd119a6dd2ec5d63a38785 authored almost 7 years ago
Merge pull request #972 from wozz/patch-1

Fix open redirect

Former-commit-id: c2f89d48d6fd1e0b96f057d32cff58147b83b5f0

4ccf31eb4463880b8183b2615512895ae3dfd14f authored almost 7 years ago
Update handler.go

Former-commit-id: f6bd29025c97d04b058584fecb8e0fee91021cb1

21a31afb55f27b9fecaa8ba5bf7cc1431d89f96e authored almost 7 years ago
Fix open redirect

Fix open redirect by using strings.Trim.

Another option would be to use path.Clean similar to...

923d15119002d20b86366d16a2c1522d21ecf471 authored almost 7 years ago
change code duplication from update/delete cookie

Former-commit-id: 87980f8ca6dc61a4fc3d722b90967154a74afc91

bb59ad8cf257a6a5990e9b2b9466b814e3c7fcd7 authored almost 7 years ago
Add a very simple usage-example for sending server side events

Former-commit-id: 6df287d915a772bcae3f2f98445676aba39a2bc6

cb69df2ccfcb6b124c642756fa05674a8888f556 authored almost 7 years ago
fix when destroy session can't remove cookie in subdomain

Former-commit-id: 6ad05d62e03233c61a54f11c36867041ecba3f4d

8f32e991e8e63346dbd6c3da19dd2793497f7db4 authored almost 7 years ago
update vendor

Former-commit-id: 8e7fca843e404d34fec071415191657ea554dd05

989cb3f045981f0f9ee5afcd688133feb1b00f43 authored almost 7 years ago
Merge pull request #950 from Zeno-Code/master

Examples README_ZH.md

Former-commit-id: 3e1db0582142a6240921cfb303d31e0a45e96b87

e9e2998538f1d891e34d950d5030dcdec31e4f2a authored almost 7 years ago
Merge pull request #958 from meydjer/master

Fix article link

Former-commit-id: 2b2aa130d3b4a72b1244e39968dfa38f35249fea

b394f61326b839ba1f14938622d270ac8116b766 authored almost 7 years ago
Fix article link

Former-commit-id: 7dc91a47b85bbc31333371cb9a1dac6ad7db53a8

cbb379d5414178d4cfcf4d6a73d9c3ab61ea9ff6 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: 8865a9b486dc56821f3505b25cc8764d641c21bf

4a3e97a9bdeb48ef1859cf531de085cc5b865fcb authored almost 7 years ago
core/router/supervisor:https ForceRSA to true

Former-commit-id: 86174563b57b142b1e70da6756a54b12b6d5e353

fbf2bd6480a30853d4f30b409de269bad551fa52 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: 41af389366ad45114473df779111a8f698e5cfda

b7bf311058e3be68c49c23fd69f465cb453022a1 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: a0c4b2d627621bbd060bd861debcafa21c223710

515fd82873320e7585db96d61c9982b7b24aa8e3 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: b2392ff60de3fbf5d167cd2f16051ee6dd382948

61406dcbaee3779838907d302788f0b7c95b10c1 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: 981f0266b25e92cb38d767288db3bed112d70399

37b5875ab0b4720224bd9385e6b8b3ae6c0b3150 authored almost 7 years ago
fix the bug of lost argument in log function caused by PR: #946

Former-commit-id: 80fc2b2ff2455c328bb49b9ddcee519cf8138be9

502b4654d4310a2b07df203a5db8baad6045c4b0 authored almost 7 years ago
fix the bug of lost argument in log function

Former-commit-id: 566a0c8bff8e77d5d12c1b4d10b3c69be0a962ba

addf984ed33c1ddb079d5f54a744d17131fb9889 authored almost 7 years ago
Update README.md

Former-commit-id: 86b6b483349c30211234626b91723a8f35d6a12f

2b0280b64670d66eac4447a6d6bbac36d92f7ab0 authored almost 7 years ago
Update README_ZH.md

Former-commit-id: 61d8df659e22d518de09d4a35cdf93277b5bc3d6

58c9de3ab7d5a369c2fd938a8a068045e355f8cc authored almost 7 years ago
Create README_ZH.md

Former-commit-id: 35656f423a935b9fe4c0f639bdcac591b98c4667

a79496de6d8ee5b681a965c1f7b227bd1874fd8d authored almost 7 years ago
Update README.md

Former-commit-id: ea1325f29246fa90219344434f5bc7e9317e62db

fbb3bb89f09bbd6e5e1bc140dd2596a3bd6a4b7f authored almost 7 years ago
Merge pull request #13 from kataras/master

Up

Former-commit-id: 95b3b37813f27cb14c63cf82e61c5d85f45af820

bdd994811146992f5cf21946013d9045f96cba39 authored almost 7 years ago
Chinese Translation updates | merge pull request #945 from Zeno-Code/master

Former-commit-id: 443df63780fd9ab5f4b6e02d645ccb4af3fe9e6b

cba023c51f0e6d4fb27b60a801162fde012c418e authored almost 7 years ago
add more information for access log merge pull request #946 from Chengyumeng/feature/logger

Former-commit-id: 91fbc9420c52287231a284aa8092764c7273e987

b579e89aaa659f21c3ca2c91326970485a99b85a authored almost 7 years ago
Do not create the global configuration in homedir by-default, as, correctly, requested on chat. Use iris.WithGlobalConfiguration with a pre-defined iris.yml file on your home directory, existing users will not have any issues, new one will have to create the file before

Former-commit-id: 033f7e96693b13f87b44b445ed166328fea6e0a0

fc0f27c4fcfaa5c1e808fc8aaf18930454a23dbb authored almost 7 years ago
add more information for access log

Former-commit-id: 60517837c5bfdb2d879909c4b413e83cbd10321a

edc24d529f2f1b52e7c8b8dae3ef72496ea74563 authored almost 7 years ago
Update HISTORY_ZH.md

Former-commit-id: f1d0611883032242f673c09b901bc87c95464f55

dfe6b3fa1ede9c2b991d5b4f3d12e1fd9c8c4be5 authored almost 7 years ago
Merge pull request #12 from kataras/master

merge

Former-commit-id: 3edcae11226c25f90064a3d5f4ab28787234f881

042a82a4aa696df224310a39c7e9c5c1cd697a96 authored almost 7 years ago
Update to version 10.5.0 | Read HISTORY.md for more

Former-commit-id: 41b1947aafa258d342bbf9d22baeecc946d198a4

66d367b255956cd1f40f7cf305579bcf6798b449 authored almost 7 years ago
Merge pull request #939 from StefanPahlplatz/patch-1

Fixed a typo

Former-commit-id: 5208cc634d069f373d282663a001937bb657390b

2955edd81c703b551b75e9ec33f9614a92f6d572 authored almost 7 years ago
Fixed a typo

Former-commit-id: 4d3a281839fe2dc72d1cb67af0f6d3b04782968e

5aba0d0ff4b6258eba5437da1a81b2b797541913 authored almost 7 years ago
Update Chinese translation, merge pull request #936 from @Zeno-Code

Former-commit-id: 12fac905886481825ebdc97763546ee2ce531d85

1a2af3ccac67559f1e1f200009860a45b534f8a6 authored almost 7 years ago
Merge pull request #938 from kataras/dev

misspell fixes

Former-commit-id: 3becabe965f0e92f41ae65a63e2d8f8e7bc9937b

9bd70d7c910bba2a92fae0d8ef057a5cbc988da8 authored almost 7 years ago
misspell fixes

Former-commit-id: 7efa2d8641d8fc324231989cbfcc0905f1d90009

ff41c672ce81b57bd8e2a221442be311c69cdf6c authored almost 7 years ago
Update HISTORY_ZH.md

Former-commit-id: 3b2e3d46dd35192234408edbf1617be6cb234ce6

194b7c8ad9e212cb9631269c59d7f6f3e3183608 authored almost 7 years ago
Merge pull request #11 from kataras/master

.

Former-commit-id: 5c2fc434d0dfb1371753db2b229998a397761990

8973565acb1a3ce7aa118de3feb870c8dbac442e authored almost 7 years ago
New middlewares for various client cache methods that can speed your pages even more

Former-commit-id: 243a625144fc52255ed21474055f52dd5b33d257

7b2409fc7f304dc9442c03dfbca6e5812f34a87f authored almost 7 years ago
Add one more browser (and 304 server) cache method using ETag and If-None-Match headers

And replace the 'ctx.WriteWithExpiration' with simple 'ctx.Write' at 'StaticEmbeddedHandler' of ...

8e9deec4abdcacf2f390d2e6d52665cc92f94f97 authored almost 7 years ago
Add some useful middlewares for browser caching

By @speedwheel via PR #934

Former-commit-id: 653815c2ef09039ee2a867ec1d95d984997a179a

fae390658754ffd89cbfe969757edea3dfac21e5 authored almost 7 years ago
fix import path order, guidelines of iris

Former-commit-id: 4c938dd13691b8f753a7d1b00a6fa2da56ad4e99

46453ff522ad109df4a984b39e2d43f763310fc7 authored almost 7 years ago
new handlers for client (i.e browser) catching: cache.NoCache and cache.StaticCache including tests

Former-commit-id: 18975297c8b96c7f9d5ff757f92051f6b10933c1

50164f082c51f4a8d0428334ded47bdd019de646 authored almost 7 years ago
Cleanup of some old code

Remove the StaticCacheDuration unused package-level variable from context/context.go and /core/r...

bc45e6444c2743788419bc2ece29ec02dfd637a4 authored almost 7 years ago
Merge branch 'master' of https://github.com/kataras/iris

Former-commit-id: 901fb7a50f0d60962f5c7a317e41d65d8a0ee993

7689e4813207a3071de27159620527a795a7c311 authored almost 7 years ago
remove any trailing slash that may passed on StaticEmbeddedHandler (although all examples shows the correct way but you never know)

Former-commit-id: 50ab9ddb2e738b4061622ac9ebcfec30e0cdecfa

8cec6a6f9b1cf6144d822cbcab2d59ff83207255 authored almost 7 years ago
Merge pull request #931 from hyhkjiy/patch-1

Update gzip_response_writer.go

Former-commit-id: 35d47ed1354ec72959c168563d43cdd63a269fdc

75601979c5fc12f5a4fb1c0f452d23a05d044680 authored almost 7 years ago
add the new StaticEmbeddedGzip on the Party interface, it works within multiple levels like the StaticEmbedded, so why not

Former-commit-id: f62c863344a06277935730449d5466fecbc64993

87036fdb6c758aa08baa769c2b866f4bf59d0f51 authored almost 7 years ago
add some tests for the content type for the embedding files and gziped embedded files

Former-commit-id: b7fe470f33efcdf70df3e41ad880bbd4704cbb4a

89022c7051f261a14139c5063b3f5025a588f4a3 authored almost 7 years ago
fix miss content type occurred by commenting this on the previous commit

Former-commit-id: 3320cf863da92cb70f74b046a6a2475f83728932

2d8652d7fbdd2a4e07bd694bf941e1eda332b5a4 authored almost 7 years ago
Update gzip_response_writer.go

The Context.SendFile function Send file size more than 65536 byte with bug.

Former-commit-id: 5...

0df0bb8052e55d8df5c8255954da496320714ce0 authored almost 7 years ago
Release of version 10.4.0 - x8 faster embedded file server | Star and Read HISTORY.md

Former-commit-id: 4f8b8c95c1b107a9be3b1ef6835ece949a75ceb6

56215eeb719262e9c53cc13756bcfcc407ec1c9c authored almost 7 years ago
Update Chinese Translation for version 10.3.0 via PR #928

Former-commit-id: d0edcc7dbcd112e22d963ea3b011c26674c57269

1e0c70736693c572448a7cbe54158e0d31dbed67 authored almost 7 years ago
Update

Former-commit-id: 1dec0ab6da6e6d6ce9c11d36dafdf1d2f0aca798

fbc811ad76f2650a0264bd141108e1f6e1ae65c1 authored almost 7 years ago
Merge pull request #10 from kataras/master

Update

Former-commit-id: 6c5ffc3c8f7a44929db41a7a7457a77cd1029f2d

06f75795bbcb37088a45b2a14bbe9fb9d2fe7aeb authored almost 7 years ago
fix https://github.com/kataras/iris/issues/927

Former-commit-id: 7de62d36b7927d790f5af0c1e64713e0a78d12c5

5e5e91e4bbaab6ac55802c357a599d141a44b84c authored almost 7 years ago
add protobuf on sessions/sessiondb/badger/vendor and columnize at middleware/logger/vendor

Former-commit-id: 7fe5ce84ef9e9c5f46269ebde5dd0d8185ee74a6

05b1e80e7f9c9b106ce245f728041a975dbaf853 authored almost 7 years ago
update Gopkg.lock and Gopkg.toml

Former-commit-id: 6f00ef74a8b96f0ecb5d1b1587a804f43e2d69c5

d61d509bc8a3e2fdf629200b089389f4e2c33f4e authored almost 7 years ago
Merge branch 'dev'

Former-commit-id: a54a49c60a465e76ea6a2a707f7a54b09fdc0ca5

ee37850acd0f741429a8b3a0666d250529569d8a authored almost 7 years ago
Update the golang.org/x/sys vendor

Former-commit-id: 85d90c202236cb32b9a4feb4436ecf0dc713a633

d07391df7889c0ca7c565baafc071356bac9ca9d authored almost 7 years ago
Merge pull request #925 from mcsakoff/websocket

Handle non-WS connections in WS handler with no panic

Former-commit-id: fcfdea392d93668f66a4af7...

4985d5a58b4b4541e884977a83dfba339a44538c authored almost 7 years ago
Handle non-WS connections in WS handler with no panic

Former-commit-id: f56665ee444bd16258edf6a34606efc132eced5a

6c9e3c69ff9d3c033883e262d55c7a92891f6640 authored almost 7 years ago
Update to version 10.3.0 | Read HISTORY.md

Former-commit-id: 10a0663cdf518dcf35290f18dfdc1eb69ea4a127

c746d631d76977ca60c9dfb9ae7d6ff772c9625e authored almost 7 years ago
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the https://github.com/kataras/iris/pull/919, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by https://github.com/iris-contrib/middleware/commit/048e2be034ed172c6754448b8a54a9c55debad46 https://github.com/kataras/iris/issues/922, rel: https://github.com/iris-contrib/middleware/issues/36, https://github.com/iris-contrib/middleware/issues/34, https://github.com/iris-contrib/middleware/issues/32, https://github.com/iris-contrib/middleware/issues/30, https://github.com/kataras/iris/pull/909

Former-commit-id: 5576c44b64014fb00dd79e618b815b5f52b705e4

4993918a121c07921b93860aacbaa6ba73563809 authored almost 7 years ago
fix https://github.com/kataras/iris/issues/921

Former-commit-id: f8560514a7b48f83121ddd21d74b4016af4e1b67

1165b4527a1f1c9fed72b43bbf31e9ee75fe12fd authored almost 7 years ago
add examples for read using custom decoder per type, read using custom decoder via `iris#UnmarshalerFunc` and to complete it add an example for the `context#ReadXML`.

Former-commit-id: 536b1780f12d0b9d9ce9aa976a0f95f18634ec2d

83c4b7f52d167aed7cce087b0fc78d6adef07b3f authored almost 7 years ago
Add one more example for custom router macro functions, relative to https://github.com/kataras/iris/issues/918

Former-commit-id: 457c1a94dc8d93e614e9da70e1ec2482fe0c5765

1a4803307de61f7a4c2e9a95c59942c759787d86 authored almost 7 years ago
add go 1.10 in travis (Tip for other project managers: note the quotes, otherwise travis will act like go1.1 instead of go1.10)

Former-commit-id: cf687301a86aab2ae8e8b198f4425234687ef4e3

5c2edeebecb08c8c477437dc3a3b8135db27a720 authored almost 7 years ago
Add wrappers for Pongo's AsValue() and AsSaveValue() by @neenar via PR: https://github.com/kataras/iris/pull/913

Former-commit-id: 06c4e4d849e994a8493308a8c33bd9f5e2c0eecc

bcd9a1bb17fdf0517a927b8f6b7fc25c5aa15f45 authored almost 7 years ago
upgrade go-bindata link to the most maintainable one

Former-commit-id: 58d5253b3332acef480d36f0cf716f2ad6b1c09e

b20933e0bb5c1b9dc8231b26a33fb500e178d031 authored almost 7 years ago
Add wrappers for Pongo's AsValue() and AsSaveValue()

Former-commit-id: 642c8709b7566dbe5827759155167ec4d82212e3

a1aa1b66c63f4f4cbc2f65b794725e9bff9500bc authored almost 7 years ago
Add a missing call for `fallbackHandler` in _examples/routing/fallback-handlers/main.go by @ZaniaDeveloper via PR: #911

Former-commit-id: 94ae5849e16538a4bc7f906c52ed7603c7ae01f6

d7beb9a752bcb631928853cd22277ed1a3264069 authored almost 7 years ago
Add a missing call for `fallbackHandler`

Former-commit-id: a1ce94b39d326657cdbce34276477c34752f0000

abb10e9cbfe5b28b693e3a138e54be495538ed31 authored almost 7 years ago
_examples: replace DELETE string with iris.MethodDelete, for important changes see: https://github.com/kataras/iris/pull/909 and https://github.com/kataras/iris/commit/6de64d517e7a65cb0c4f4d832ce12e792de0bb55 [formerly 35dd2ab80b69a5bea6f35f58e636bc11229d9921]

Former-commit-id: d0f5785aff289b8c140e4f253eb555135e79603d

a1232c9a9a259849fa455867ca509d3422087b3d authored almost 7 years ago