CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 17:27:43 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090818000104
location: https://web.archive.org/web/20090818000104/https://github.com/trondn
server-timing: captures_list;dur=0.954943, exclusion.robots;dur=0.031902, exclusion.robots.policy;dur=0.014732, esindex;dur=0.020182, cdx.remote;dur=7.866232, LoadShardBlock;dur=387.070475, PetaboxLoader3.datanode;dur=147.422332, PetaboxLoader3.resolve;dur=116.064291
x-app-server: wwwb-app211
x-ts: 302
x-tr: 446
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app211; 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 17:27:44 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 18 Aug 2009 00:01:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1792ms
x-archive-orig-etag: "efba1347da9666f0f6332cc3e762c9b1"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 89580
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 18 Aug 2009 00:01:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 20 Oct 2008 08:55:43 GMT", ; rel="prev memento"; datetime="Tue, 16 Jun 2009 21:38:02 GMT", ; rel="memento"; datetime="Tue, 18 Aug 2009 00:01:04 GMT", ; rel="next memento"; datetime="Mon, 16 Nov 2009 11:33:16 GMT", ; rel="last memento"; datetime="Mon, 17 Mar 2025 00:13:32 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_11_20090817205312_crawl101.gpg-c/52_11_20090818000048_crawl101.arc.gz
server-timing: captures_list;dur=0.534942, exclusion.robots;dur=0.019228, exclusion.robots.policy;dur=0.008903, esindex;dur=0.012955, cdx.remote;dur=103.915725, LoadShardBlock;dur=435.890291, PetaboxLoader3.datanode;dur=264.346223, PetaboxLoader3.resolve;dur=296.034569, load_resource;dur=313.319232
x-app-server: wwwb-app211
x-ts: 200
x-tr: 1022
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
trondn's Profile - GitHub
Public Activity
-
Where I put all my changes :)Forked from tmaesaka/memcached Thu May 22 00:17:14 -0700 2008
-
a multithreaded, portable, statistically accurate benchmark testing tool for memcachedForked from ingenthr/memcachetest Sat Jun 20 11:29:33 -0700 2009
Public Activity
trondn
deleted branch issue_73 at trondn/memcached
Fri Aug 14 23:18:35 -0700 2009
Deleted branch was at trondn/memcached/tree/issue_73
trondn
deleted branch issue_72 at trondn/memcached
Fri Aug 14 23:18:23 -0700 2009
Deleted branch was at trondn/memcached/tree/issue_72
New branch is at trondn/memcached/tree/issue_73
New branch is at trondn/memcached/tree/issue_64
New branch is at trondn/memcached/tree/issue_72
HEAD is eb18f0a0a7f137068dbe639ac630acae02edd655
x

-
Adam Thomason committed eb18f0a0:
Fixes for compilation on OpenBSD.
-
Steve Yen committed c5f458a0:
extra comma
-
dustin committed e4e56958:
Fix a test-time warning.
-
Cosimo Streppone committed f7399f20:
Test suite warning fix.
-
dustin committed 12ae7678:
Only turn off strict aliasing for gcc 4.4.*
-
dustin committed 5419eb03:
Disable strict aliasing (issue 60)
-
dustin committed a13bf0fb:
Documented conn_yields.
-
trondn committed a21f819a:
Issue 61: reqs_per_event handling (-R) is incorrect leading to client lockups
HEAD is 0c2012d758ed770e57c341c0cc8715bae1117223
x

-
dormando committed 7a5a1375:
fix a handful of socket listen bugs.
-
dustin committed 1b2e6edb:
Added a HACKING file.
-
dustin committed 923a335b:
Use git's version number for releases.
-
Steve Yen committed 496384ca:
using enum for try_read_network/try_read_udp return value
-
Steve Yen committed f30083c7:
transmit_result enum instead of macro defines
-
Steve Yen committed 7dda2c43:
stats reset also clears cas_hits/badval/misses
-
Steve Yen committed 45f4a130:
minor typo in protocol.txt
-
dustin committed dd713869:
Added append_stat function to contain the common stat append stuff.
-
dustin committed f8770bf2:
Use stat macros for stats sizes.
-
dustin committed b89f7c7b:
Use stat macros for item stats.
-
dustin committed 29345c04:
Use stat macros for stats slabs.
-
dustin committed 50beeea6:
Use stat macros for toplevel slab stats.
-
dustin committed 0f5d6dc6:
Use stat macros for server stats.
-
dustin committed fc854846:
Added APPEND_STAT2
-
dustin committed 0e779f76:
Swap APPEND_STAT parameters so that it makes much more sense.
-
dustin committed 37369b0d:
Make APPEND_STAT globally available.
-
trondn committed 53180103:
"stats reset" should reset eviction counters as well
-
dustin committed f5ea1711:
Minor refactoring.
-
dustin committed 2b40d72c:
stats slab's used_chunks should show chunks put to use
-
trondn committed 7cf9489b:
Do not install memcached-debug sizes internal_tests
And 33 more commits...
New branch is at trondn/memcached/tree/partition
New branch is at trondn/memcached/tree/issue_61
New branch is at trondn/memcached/tree/refactor
HEAD is 223a43644dcf986533b3f65179cd4181e152f9c8
x

-
Matt Ingenthron committed 223a4364:
Fixed typo in -R usage output, made 'default's more consistent
New branch is at trondn/memcached/tree/rfe_58
HEAD is c666e344fadbb1460ee0f4a148263b429999a714
x

-
dustin committed c666e344:
Don't abort when creating a socket with an unknown binding protocol.
-
dustin committed 0a1e88da:
When receiving bad magic in the binary protocol, hang up.
-
dustin committed a155b044:
Allow the binding protocol to be specified.
-
dustin committed fcc2c98f:
Moved struct definitions below enum declarations.
HEAD is 15ace4b534ebe3b2ed7c46490844af03a36b6eac
x

-
Eric Lambert committed 15ace4b5:
fix and test for issue 38 (server does not respond to binary requests)
HEAD is 15ace4b534ebe3b2ed7c46490844af03a36b6eac
x

-
Eric Lambert committed 15ace4b5:
fix and test for issue 38 (server does not respond to binary requests)
HEAD is a90d745b7997637eeb87c9a3a26c49003dcd8b18
x

-
Eric Lambert committed a90d745b:
fix and test for issue 38 (server does not respond to binary requests)
This feature is coming soon. Sit tight!