221
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2004-12-10 * document -M and -r in manpage (Doug Porter <[email protected]>) More... over 19 years ago
From: Doug Porter <[email protected]> To: [email protected] Subject: Re: licensing More... over 19 years ago
On some versions of OS X, bind() failed if interface was specified explicitly. This fixes the problem (apparently sockaddr_in has some hidden fields that need to be init'd to zero in this case). More... over 19 years ago
Several cosmetic fixed from Andrei Nigmatulin: More... over 19 years ago
Fix from Andrei Nigmatulin: More... over 19 years ago
Fix from Andrei Nigmatulin: More... over 19 years ago
Fixes from Andrei Nigmatulin: 1) make the loop more readable in item_cachedump(), and fix a potential (very rare) off-by-1 buffer overflow possibility in the malloc'd buffer. 2) fix an error in item_stats_sizes (wrong buffer being zeroed) More... over 19 years ago
add a duplicate of the LICENSE file so GNU automake doesn't assume it's GPL More... almost 20 years ago
fix buffer overflow More... almost 20 years ago
remove debug More... almost 20 years ago
new memcached tuning tool. observe: More... almost 20 years ago
2004-06-15 * immediate deletes weren't being unlinked a few seconds, preventing "add" commands to the same key in that time period. thanks to Michael Alan Dorman <[email protected]> for the bug report and demo script. More... almost 20 years ago
Hey there Brad, I'm just kicking an update of the newest memcached into the Debian archive. You've added a few flags, so the manpage / default conf file got updated. Also, start-memcached got a couple of fixes. More... about 20 years ago
new release More... about 20 years ago
bumping version to 1.1.11, adding missing ChangeLog items from cvs logs More... about 20 years ago
Add a new command line option: -r , to maximize core file limit. If the option is given, memcached tries to set the limit as high as possible, and at the very least to ensure it's non-zero, so *something* gets dumped. If it can't ensure that, memcached won't run. More... about 20 years ago
Use getrlimit and setrlimit to set limits for number of simultaneously open file descriptors. Get the current limits and try to raise them if they're not enough for the specified (or the default) setting of max connections. More... about 20 years ago
Rearrange code from last commit to make it compile (the patch introduced a line of code before variable declarations). More... about 20 years ago
From: Jason Titus <[email protected]> To: [email protected] Subject: PATCH - Add command line flag to not push items out of the cache More... about 20 years ago
Install manpage on "make install", etc. More... about 20 years ago
version 1.1.10: More... over 20 years ago
Document the new flush_all command. More... over 20 years ago
New command: "flush_all". Effect: immediate (and fast) invalidation of all existing items. They're no longer returned in GET commands, though they're not actually freed from memory (will simply be pushed away by new items). More... over 20 years ago
path change More... over 20 years ago
start of a stress tester. lost my previous 3, so it's time to get one in CVS. More... over 20 years ago
Shift init stuff around in main(). Fixes a problem on FreeBSD where a kqeueue descriptor didn't surive fork() performed by daemonising (fix by Brion Vibber). More... over 20 years ago
version 1.1.9, and a link to the new PHP client page More... over 20 years ago
Ryan T. Dean <[email protected]> -- autoconf fixes for mallinfo.arena on BSD (don't just check malloc.h) More... over 20 years ago
Java API by Richard Russo More... over 20 years ago
on evan's suggestion More... over 20 years ago