summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix 'make dist' target to include new files1.2.6Trond Norbye2008-12-221-2/+2
* Update changelog, version bump.dormando2008-12-223-2/+21
* Add support for newer automake's.dormando2008-12-221-2/+2
* Add DTrace probes for Solaris/etc.Trond Norbye2008-12-2210-50/+713
* lru testsSteve Yen2008-12-221-1/+51
* Storage of values with negative lengths was undefined, potential crash.dormando2008-12-221-1/+2
* Don't leave stale data on failed set attempt.dormando2008-12-222-2/+18
* Don't leak references in process_get_command.dormando2008-12-221-2/+11
* Don't leak reference on OOM error.dormando2008-12-221-0/+3
* Another buffer overrun fix.Cosimo Streppone2008-06-191-1/+1
* Allocate new conn structures with calloc.Dustin Sallings2008-06-181-2/+2
* Fix heap corruption when copying too much data onto an item.Tomash Brechko2008-06-181-1/+1
* Use calloc for allocating the hash table vs. malloc+memset.Dustin Sallings2008-06-181-3/+1
* Fix freesuffix corruption.Dustin Sallings2008-06-131-1/+2
* make -k work under daemon mode (-d).dormando2008-06-122-12/+15
* Document a few of the stats commands.dormando2008-03-031-0/+96
* Halve distro size ;)dormando2008-03-031-0/+0
* Add -L mode to manpage.dormando2008-03-031-0/+6
* Version bump (shipit's having trouble with it), and update ChangeLog1.2.5dormando2008-03-033-2/+16
* per-stat-class tracking of evictions and out of memory conditions.dormando2008-03-031-10/+32
* Don't re-calculate the slab class id for slabs_free() either.dormando2008-03-035-9/+10
* Don't re-calculate the slab class id.dormando2008-03-035-10/+9
* Useless check. 'id' will never be higher than POWER_LARGEST.dormando2008-03-031-1/+0
* Give 'SERVER_ERROR out of memory' errors more context.dormando2008-03-031-9/+9
* Minor refactoring of server_socket.Dustin Sallings2008-02-291-11/+4
* Handle bind errors in server_socket() (Brian Aker) (Dormando helped!)Brian Aker2008-02-271-0/+4
* Enable UDP by default, clean up server socket code (Brian Aker)Brian Aker2008-02-271-126/+74
* Enable use of large memory pages (Trond Norbye) <Trond.Norbye@Sun.COM>Trond Norbye2008-02-255-8/+131
* Make likely() and unlikely() available (Brian Aker)Brian Aker2008-02-241-0/+6
* Add verbose message on noreply conditions.dormando2008-02-221-0/+2
* Changelog update (fix my formatting too)dormando2008-02-221-3/+1
* Implement 'noreply' option for update commands. (Tomash Brechko <tomash.brech...Tomash Brechko2008-02-225-28/+185
* Close socket on unhandled read errors. (Tao Hui <taohui3@gmail.com>)Tao Hui2008-02-221-1/+3
* Someday I'll stop forgetting the changelog updates :)dormando2008-02-191-0/+11
* Swap time(2) with gettimeofday(2), since the latter is optimized away on some...Brian Aker2008-02-181-1/+4
* Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) <Trond...Trond Norbye2008-02-181-0/+17
* add compiler options for Sun Studio compilers with --enable-threads (Trond No...Trond Norbye2008-02-181-0/+12
* Support multiple interfaces returned by IPv6 interfaces. By Brian Aker <brian...Brian Aker2008-02-183-82/+157
* IPv6 support patch by Brian Aker <brian@tangent.org>Brian Aker2008-02-182-26/+55
* Break out of the read-loop when read returns with available spaceTrond Norbye2008-02-111-2/+7
* Use the correct headerfile for signal-related functionsTrond Norbye2008-02-111-1/+1
* Missed again... changelog update for chunk fix.dormando2008-02-111-0/+2
* The memory returned from do_slabs_alloc is currently not properly aligned whe...Trond Norbye2008-02-111-1/+1
* Forgot ChangeLog entry for -k fix.dormando2008-02-111-0/+4
* Seems like -k never worked: it requires privileges to lock the memory,Tomash Brechko2008-02-111-10/+19
* Clarify error condition with cas set command by Tomash (modified by me).Tomash Brechko2007-12-211-0/+3
* Fix --disable-threads not to _enable_ them. (Tomash Brechko)Tomash Brechko2007-12-081-5/+7
* Fix "flush_all 0" bug. (Tomash Brechko)Tomash Brechko2007-12-081-1/+10
* Add test for "flush_all 0" (Tomash Brechko)Tomash Brechko2007-12-081-1/+10
* Believe this modified test is still useful. Based on what Tomash suggested.dormando2007-12-071-1/+21