1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bumping version to 1.1.11, adding missing ChangeLog items from cvs logs More... over 21 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... over 21 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... over 21 years ago
Rearrange code from last commit to make it compile (the patch introduced a line of code before variable declarations). More... over 21 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... over 21 years ago
Install manpage on "make install", etc. More... over 21 years ago
version 1.1.10: More... almost 22 years ago
Document the new flush_all command. More... almost 22 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... almost 22 years ago
path change More... about 22 years ago
start of a stress tester. lost my previous 3, so it's time to get one in CVS. More... about 22 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... about 22 years ago
version 1.1.9, and a link to the new PHP client page More... about 22 years ago
Ryan T. Dean <[email protected]> -- autoconf fixes for mallinfo.arena on BSD (don't just check malloc.h) More... about 22 years ago
Java API by Richard Russo More... about 22 years ago
on evan's suggestion More... about 22 years ago
* ignore SIGPIPE at start instead of crashing in rare cases it comes up. no other code had to be modified, since everything else is already dead-connection-aware. (avva) More... about 22 years ago
setuid updates More... about 22 years ago
setuid support More... about 22 years ago
* mark all items as clsid=0 after slab page reassignment to please future asserts (on the road to making slab page reassignment work fully) More... about 22 years ago
add doc on memory management More... about 22 years ago
shell portability (evan) More... about 22 years ago
accept all connections in same event More... about 22 years ago
Whitaker added compression to the Perl client. More... over 22 years ago
cosmetic patch to move uncorking to a more logical place More... over 22 years ago
my first attempt at autoconf. seems to work. More... over 22 years ago
drop root More... over 22 years ago
use a different means of knowing when to uncork (before going back into read state) More... over 22 years ago
2003-08-12 (Brad Fitzpatrick) * use TCP_CORK on Linux or TCP_PUSH on BSD * only use TCP_NODELAY when we don't have alternatives More... over 22 years ago
autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks More... over 22 years ago