CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 08:01:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100309114918
location: https://web.archive.org/web/20100309114918/https://github.com/jackpal
server-timing: captures_list;dur=1.062805, exclusion.robots;dur=0.034796, exclusion.robots.policy;dur=0.015592, esindex;dur=0.017310, cdx.remote;dur=83.317246, LoadShardBlock;dur=661.697259, PetaboxLoader3.datanode;dur=161.320334, PetaboxLoader3.resolve;dur=216.836432
x-app-server: wwwb-app218
x-ts: 302
x-tr: 809
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; 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: Wed, 06 Aug 2025 08:01:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 09 Mar 2010 11:49:17 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "590ed111b03fe0b4930e9631b61389a5"
x-archive-orig-x-runtime: 108ms
x-archive-orig-content-length: 83104
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: Tue, 09 Mar 2010 11:49:18 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 09 Mar 2010 11:49:18 GMT", ; rel="memento"; datetime="Tue, 09 Mar 2010 11:49:18 GMT", ; rel="next memento"; datetime="Thu, 23 Sep 2010 07:38:21 GMT", ; rel="last memento"; datetime="Sun, 06 Jul 2025 01:39:04 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_14_20100309084020_crawl100-c/52_14_20100309114911_crawl101.arc.gz
server-timing: captures_list;dur=0.522442, exclusion.robots;dur=0.021746, exclusion.robots.policy;dur=0.011198, esindex;dur=0.014452, cdx.remote;dur=18.545657, LoadShardBlock;dur=427.496543, PetaboxLoader3.datanode;dur=243.835578, PetaboxLoader3.resolve;dur=351.328513, load_resource;dur=202.754386
x-app-server: wwwb-app218
x-ts: 200
x-tr: 762
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
jackpal's Profile - GitHub
Public Activity
jackpal
- You’re not logged in!
- Login
- Pricing & Signup
- Member Since
- Jan 02, 2010 (about 1 month)
Following 0 coders and watching 2 repositories view all →
Public Repositories (1)
-
Taipei-Torrent
A(nother) Bittorrent client written in the go programming language
Last updated Tue Jan 26 22:25:24 -0800 2010
Public Activity 
HEAD is 78ba9d273271a9282da5e61fed54a9b1d12a8d46
x

-
Jack Palevich committed 78ba9d27:
Ignore files that end in a tilda (typicaly Emacs save files.)
-
Jack Palevich committed 8a3c3138:
Allow multiple instances of Taipei-Torrent to map UPnP ports.
-
Jack Palevich committed 9fd6620c:
More work on UPnP.
-
Jack Palevich committed 682f2178:
Debugging why we seem to run out of peers.
HEAD is 94efc5a708b75fae4e62a1c053e465a24ad5f1b2
x

-
Jack Palevich committed 94efc5a7:
Wait for a response before sending out duplicate UDP packets.
HEAD is a8b66b53d8d7b5a078d042ed14f1cd4a8e33b9f1
x

-
Jack Palevich committed a8b66b53:
Chage SSDP packet so we're asking for the service we want.
HEAD is 7c6b98d47ba57f9f00300c931ade7d7f1ce25a63
x

-
jackpal committed 7c6b98d4:
Create a TorrentSession struct to hold torrent session state.
-
jackpal committed 2444647f:
Keep track of requests from peers.
-
jackpal committed f48303b7:
Start decoding and handling peer messages.
-
jackpal committed 3adef839:
Start using goroutines for some potential concurrency.