CARVIEW |
-
Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was...Forked from kr/beanstalkd Tue Jan 27 22:42:25 -0800 2009
-
A Write-Through Cacheing Library for ActiveRecordForked from nkallen/cache-money Mon Jan 26 09:36:52 -0800 2009
-
Adds basic social networking capabilities to your existing application, including users, blogs, p...Forked from bborn/communityengine Sat Nov 01 15:35:44 -0700 2008
-
playing with community-engineUpdated Mon Nov 03 18:12:45 -0800 2008
-
Updated Mon Nov 17 11:22:41 -0800 2008
-
The Rails Engines pluginForked from lazyatom/engines Sat Nov 01 15:40:51 -0700 2008
-
A simple, asynchronous, single-threaded memcached client written in java.Forked from dustin/java-memcached-client Mon Mar 09 15:33:32 -0700 2009
-
Jekyll is a blog-aware, static site generator in RubyForked from mojombo/jekyll Sat Jan 10 10:23:12 -0800 2009
-
Memcached -- you all use it. Get it here.Forked from dustin/memcached Tue Jan 20 11:24:29 -0800 2009
-
moin slightly hacked to work offine, for distributed on-the-go teams, with pages backed by gitUpdated Sun Jan 18 22:16:54 -0800 2009
-
Rails SaaS and SSO solutionForked from maccman/saasy Mon Mar 16 07:51:30 -0700 2009
-
The easy to use rails wikiForked from queso/signal-wiki Tue Oct 28 13:08:36 -0700 2008
-
Updated Sun Jan 18 12:54:16 -0800 2009
-
a test repoCreated Thu Oct 23 09:08:40 -0700 2008
Public Activity

-
steveyen committed beb175ab:
repeated s option in getopt
-
dustin committed c0614576:
Allocate fresh from within grow_stats_buf.
-
dustin committed ea4b65c9:
Stat growth assertion.
-
dustin committed 7a0de5bf:
Rewrote grow_stats_buf for clarity.
-
Toru Maesaka committed a28080bf:
Fix for incorrect stats buffer reallocation size and a test case for it
-
dustin committed b53bf8b5:
Changelog update.
-
dustin committed a4106cf3:
Assert we're not overrunning a buffer in prefix stat creation.
-
Trond Norbye committed 17df5c0e:
Don't expose the protocol used to the client api of the stats
-
dormando committed 756cf326:
'stats reset' resets new main stats.
-
dustin committed 0cbcacf8:
Changelog updates for 1.3.3.
-
dustin committed 0bdda0d7:
Use a bool for the accepting_conns stat.
-
dormando committed 3d540bdb:
two new troubleshooting stats
-
dormando committed 534466e0:
add a cmd_flush stat
-
dustin committed b8d997e5:
Define TAIL_REPAIR_TIME as a constant.
-
dormando committed 91adade7:
print why a key was not found when extra verbose
-
dormando committed 4ad6da60:
dumb hack to self-repair stuck slabs
-
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.

-
dustin committed 0a77fdfa:
Have just one field for a connection's current cmd.
-
dustin committed 9d274fde:
Removed unused field from the connection struct.
-
dustin committed 44ec7ca5:
Created a tool to show us the sizes of various data structures.
-
Trond Norbye committed a4562105:
Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly initialized....)
-
Trond Norbye committed 9a052169:
Added --disable-coverage
-
Trond Norbye committed 6ddbbfd0:
Fix output from DETECT_ICC macro when $GCC != "yes"
-
dustin committed 528cf973:
Don't avoid binding UDP on IPv6.
-
dustin committed a3556b4e:
Document new slab stats.
-
dustin committed 92204b71:
Reformatted slab stats documentation.
-
dustin committed 267bc5f2:
Document the new general stats.
-
dustin committed eb0afbd1:
Reformat overall stats document.
-
dustin committed 17512cf2:
Cleanup some whitespace in the protocol docs.
-
dustin committed 15e64625:
Added CAS stats.
-
dustin committed 3e030782:
incr/decr stats
-
dustin committed a77d12b0:
Added stats for delete commands.
-
dustin committed e71ea432:
Show hits and sets on slab stats.
-
dustin committed 25b5189c:
Push hit and set stats down into per-slab stats.
-
dustin committed 7173856a:
Create a more sensible definition for the maximum number of slab classes.
-
dustin committed 067102a4:
Moved slab sizing definitions from slabs.c to memcached.h
-
dustin committed 69b22814:
Remove some cvs/svn junk from files.
And 45 more commits...

-
Brad Fitzpatrick committed 2c67c116:
whoops! (thanks to avva for noticing that)
-
Brad Fitzpatrick committed e38c74c9:
with the previous change to allocate off the end of a page, sl_total
-
Brad Fitzpatrick committed 66b28810:
be less wasteful in the slab allocator. don't chunk new pages up onto the
-
Brad Fitzpatrick committed a5b8ef85:
change maxsize to an unsigned int
-
Brad Fitzpatrick committed aa96811e:
adding PHP support.
-
Brad Fitzpatrick committed 5f5e0432:
update to 1.0.3, including api and website dirs
-
Brad Fitzpatrick committed 0c3b47f4:
change from GPL to BSD.
-
Brad Fitzpatrick committed 21c6761c:
fix evan breakage. :)
-
Brad Fitzpatrick committed 601b6900:
auto* changes, update to version 1.0.2
-
Brad Fitzpatrick committed 1b533267:
autoconf/automake support from evan
-
Brad Fitzpatrick committed 1422dffa:
fixup makefile, add Id lines
-
Brad Fitzpatrick committed c8a0b3db:
website update
-
Brad Fitzpatrick committed 977dfd19:
add copyright/license
-
Brad Fitzpatrick committed 60bff10b:
add missing returns
-
Brad Fitzpatrick committed 6d74e134:
-- remove the ages array since it's not needed. (you can just look
-
Anatoly Vorobey committed 60d70942:
update from avva with new allocation policy: bunches of power-of-two
-
Brad Fitzpatrick committed 302b6571:
wanted to add a new stat (pid) but i couldn't add another argument to
-
Anatoly Vorobey committed 57fb9e58:
update from avva: adds "stats mallinfo", "stats maps", "incr", and "decr".
-
Brad Fitzpatrick committed 99fa752c:
make time be atime, not ctime
-
Brad Fitzpatrick committed 32f382b6:
committing memcached
And 576 more commits...
7f7769a1d12bf086b8c01c577b7635e25bca57f5
stats slabs total_pages typo fixed
90ba3661e4a893952ddf5c475ae0d2dc5868817a
memcached-tool dump command fixed for expired/evicted/deleted keys
a53e616646693ead37a0ae474c1851f287204d90
too many args in stats cachedump message
8dc3a6e60b10021ee391ff439a768e768664a8b2
more usage info in memcached-tool

-
dustin committed 013e17cc:
Fix for bug21.
-
steveyen committed f1f4aec9:
added gcov output files to make clean target
-
steveyen committed 57b88fa8:
added gcov files to gitignore
-
dustin committed 7d8344eb:
Use sysexits exit codes and try to select them a bit better.
-
dustin committed 5ba315a1:
setuid before daemonization
-
dustin committed a727d7be:
Don't use a default case when you mean a specific one.
-
dustin committed ae98b5dc:
Reformat switch for consistency.
-
dustin committed 09a40db5:
Convert an if/else chain to a switch. Add default state.
-
dustin committed e5d053c3:
Magic number cleanup in do_store_item.
-
dustin committed 6ea8f57b:
Fix shell bug in configure.
-
dustin committed ff8122ce:
stats detail dump shouldn't use more memory than given.
-
dustin committed 72cb22b0:
Fix leaked reference in binary protocol get ops.
-
dustin committed f4807778:
Verify we read enough data when in binary prot tests.
-
dustin committed 671fcca1:
Probably better to check this result instead of returning it.
-
Victor Kirkebo committed 8b3de711:
Remove bad memset call in process_bin_stats.
-
dustin committed 725c26fb:
Workaround Solaris autoconf interaction to look for C99.
-
dustin committed 74e80c7b:
Test cachedump on text protocol.
-
dustin committed bd2f3ab2:
Terminate the temp buffer properly in do_item_alloc
-
dustin committed ecdb0114:
Fix memory corruption error in stats cachedump.
-
dustin committed bad6c614:
Update CAS on non-replace incr/decr.
And 8 more commits...
6e53db56fb852ab6a53c68b2c8b3408baf95cf30
memcached-tool move handles CLIENT_ERROR response

-
steveyen committed 3003c2ea:
stats slabs total_pages typo fixed
-
steveyen committed 3e0e7a4b:
added gcov output files to make clean target
-
steveyen committed ac278b04:
added gcov files to gitignore
-
steveyen committed e59642a1:
memcached-tool dump command fixed for expired/evicted/deleted keys
-
steveyen committed fde9ddb7:
too many args in stats cachedump message
-
steveyen committed 2e804fd3:
more usage info in memcached-tool
-
steveyen committed 25befddc:
memcached-tool move handles CLIENT_ERROR response
-
Trond Norbye committed ed69f308:
Link with libumem if available
3003c2eaa0d8ce57c3531a0ccedb2ad718e491b5
stats slabs total_pages typo fixed
3e0e7a4b52ce4c777f769d830b1beaf230bcc22c
added gcov output files to make clean target
ac278b04ba9a30948a42ec7cae9a334197898fb6
added gcov files to gitignore
e59642a13a8dfab6f35272dfaa31bf549a108953
memcached-tool dump command fixed for expired/evicted/deleted keys
fde9ddb7722930a233e8766d748935d780af37b1
too many args in stats cachedump message
2e804fd319e16e79e89190d8e03d066a98f09a3d
more usage info in memcached-tool
25befddcc1b17895eeb336546c9ac24babc25258
memcached-tool move handles CLIENT_ERROR response
f1f4aec974c59e9ca7b6f6a3bbbd1c2146f0762a
added gcov output files to make clean target
57b88fa82753c409f62ee0d211b82016e82c7796
added gcov files to gitignore
ddd431182082ff4a977487ff339883d2c3d2a785
added gcov output files to make clean target
562b1238b1e1506c74dd8886dc1c5c84a081b773
added gcov files to gitignore
7e6f1be54998332d101a1882f2fa8c0588eac1f8
memcached-tool dump command fixed for expired/evicted/deleted keys
374083899c171c0d34615bd87493212ebc2421a7
too many args in stats cachedump message
c119407c5bee64c987f855f288ac9f8536843a78
more usage info in memcached-tool
0624c66a454c69f95ca3d430854db9a220e9e769
memcached-tool move handles CLIENT_ERROR response
c1b040e13d65b4fc5d238e940cf7a4a61927360d
more tests in stats test