openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Membase
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 21 hours
ago.
Nov 19, 2024 — Nov 19, 2025
Showing page 770 of 773
Search / Filter on:
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
Brad Fitzpatrick
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.
Anatoly Vorobey
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.
Anatoly Vorobey
More...
over 21 years ago
Rearrange code from last commit to make it compile (the patch introduced a line of code before variable declarations).
Anatoly Vorobey
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
Jason Titus
More...
over 21 years ago
Install manpage on "make install", etc.
Evan Martin
More...
over 21 years ago
version 1.1.10:
Brad Fitzpatrick
More...
almost 22 years ago
Document the new flush_all command.
Anatoly Vorobey
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).
Anatoly Vorobey
More...
almost 22 years ago
path change
Brad Fitzpatrick
More...
about 22 years ago
start of a stress tester. lost my previous 3, so it's time to get one in CVS.
Brad Fitzpatrick
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).
Brion Vibber
More...
about 22 years ago
version 1.1.9, and a link to the new PHP client page
Brad Fitzpatrick
More...
about 22 years ago
Ryan T. Dean <
[email protected]
> -- autoconf fixes for mallinfo.arena on BSD (don't just check malloc.h)
Ryan T. Dean
More...
about 22 years ago
Java API by Richard Russo
Richard Russo
More...
about 22 years ago
on evan's suggestion
Brad Fitzpatrick
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)
Anatoly Vorobey
More...
about 22 years ago
setuid updates
Brad Fitzpatrick
More...
about 22 years ago
setuid support
Brad Fitzpatrick
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)
Brad Fitzpatrick
More...
about 22 years ago
add doc on memory management
Brad Fitzpatrick
More...
about 22 years ago
shell portability (evan)
Evan Martin
More...
about 22 years ago
accept all connections in same event
Brad Fitzpatrick
More...
about 22 years ago
Whitaker added compression to the Perl client.
Brad Fitzpatrick
More...
over 22 years ago
cosmetic patch to move uncorking to a more logical place
Brad Fitzpatrick
More...
over 22 years ago
my first attempt at autoconf. seems to work.
Brad Fitzpatrick
More...
over 22 years ago
drop root
Brad Fitzpatrick
More...
over 22 years ago
use a different means of knowing when to uncork (before going back into read state)
Brad Fitzpatrick
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
Brad Fitzpatrick
More...
over 22 years ago
autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks autoconf sucks
Brad Fitzpatrick
More...
over 22 years ago
←
1
2
…
765
766
767
768
769
770
771
772
773
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree