CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 01:59:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100515042557
location: https://web.archive.org/web/20100515042557/https://github.com/distributed/malus
server-timing: captures_list;dur=3.334202, exclusion.robots;dur=0.056470, exclusion.robots.policy;dur=0.033995, esindex;dur=0.020612, cdx.remote;dur=125.827235, LoadShardBlock;dur=473.258909, PetaboxLoader3.datanode;dur=187.334948, PetaboxLoader3.resolve;dur=179.038970
x-app-server: wwwb-app201
x-ts: 302
x-tr: 687
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 01:59:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 15 May 2010 04:25:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "9504f45f62e73d88d5951b46784f029a"
x-archive-orig-x-runtime: 191ms
x-archive-orig-content-length: 18777
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 15 May 2010 04:25:57 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 15 May 2010 04:25:57 GMT", ; rel="memento"; datetime="Sat, 15 May 2010 04:25:57 GMT", ; rel="next memento"; datetime="Wed, 21 Mar 2012 00:52:52 GMT", ; rel="last memento"; datetime="Fri, 29 Apr 2022 07:21:42 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100515024542_crawl103-c/52_15_20100515042526_crawl101.arc.gz
server-timing: captures_list;dur=0.539735, exclusion.robots;dur=0.024169, exclusion.robots.policy;dur=0.013913, esindex;dur=0.009389, cdx.remote;dur=15.021694, LoadShardBlock;dur=245.909837, PetaboxLoader3.datanode;dur=205.211020, PetaboxLoader3.resolve;dur=260.498982, load_resource;dur=250.174592
x-app-server: wwwb-app201
x-ts: 200
x-tr: 565
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
distributed's malus at master - GitHub
distributed / malus
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
malus /
name | age | message | |
---|---|---|---|
![]() |
Makefile | Sat Jan 16 04:02:27 -0800 2010 | initial [distributed] |
![]() |
README | Thu Jan 21 14:00:35 -0800 2010 | add README, for github [distributed] |
![]() |
lib/ | Thu Feb 04 10:30:04 -0800 2010 | webinterface.go: changed malloc -> runtime to b... [distributed] |
![]() |
main/ | Fri Jan 22 06:27:11 -0800 2010 | main.go: prototype version for findnode RPC [distributed] |
README
Malus is a Kademlia style DHT written in Go. It should be RPC compatible with kademlua, also hosted on github. This goal is partly achieved. The implementation is very raw and as of 2010/1/21 incomplete. Please note that this is kind of a toy project of mine. It's not like it could survive in a world full of NAT routers ;)