summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* change some links from http to httpskun2019-05-201-1/+1
|
* Spelling fixesJosh Soref2017-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * accesses * amount * append * command * cyrillic * daemonize * detaches * detail * documentation * dynamically * enabled * existence * extra * implementations * incoming * increment * initialize * issue * javascript * number * optimization * overall * pipeline * reassign * reclaimed * response * responses * sigabrt * specific * specificity * tidiness
* Update old ChangeLog note to visit Github wikiAdam Chainz2016-10-111-0/+4
| | | | Google Code wiki link is a 404!
* fix typosclark.kang2014-12-311-2/+2
|
* Issue 131 - ChangeLog is outdatedTrond Norbye2010-11-101-0/+4
| | | | | | ChangeLog is no longer being updated and no one wants to maintain it. This patch adds an entry to the ChangeLog that redirect the users to the ReleaseNotes on the wiki.
* Changelog update from 1.2.8 fixes.dormando2009-04-111-0/+6
|
* Changelog update.1.3.3Dustin Sallings2009-04-031-0/+4
|
* Changelog updates for 1.3.3.Dustin Sallings2009-03-311-0/+26
|
* Some changelog updates.Dustin Sallings2009-03-111-0/+16
| | | | | I'd really rather just point to release notes or git (and have people write really good commits). I'll do what's here, though.
* Report various listen failures, Updated Changelog/CONTRIBUTORS and Protocol ↵dormando2009-01-031-0/+19
| | | | Document.
* Remove managed instance mode (Dormando) - We should come back and do this ↵dormando2009-01-031-0/+6
| | | | right, probably built on top of the binary protocol and SE stuff.
* Changelog update for 1.2.6 release and Patch originally from the Facebook ↵dormando2009-01-031-0/+19
| | | | crew, cleaned up and split by dormando.
* make -k work under daemon mode (-d).dormando2008-06-121-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@783 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Version bump (shipit's having trouble with it), and update ChangeLog1.2.5dormando2008-03-031-0/+14
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@741 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Changelog update (fix my formatting too)dormando2008-02-221-3/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@711 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Someday I'll stop forgetting the changelog updates :)dormando2008-02-191-0/+11
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@706 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Missed again... changelog update for chunk fix.dormando2008-02-111-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@697 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Forgot ChangeLog entry for -k fix.dormando2008-02-111-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@695 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Changelog updatesdormando2007-12-061-0/+10
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@660 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Several days worth of changelog updates... Slipped my mind.dormando2007-11-201-0/+16
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@647 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Always send "SERVER_ERROR out of memory" when memory exhausted.Tomash Brechko2007-11-121-0/+5
| | | | | | | | | | Before the fix the code tried to append "END\r\n" to whatever there was in the buffer, which may produce bogus result because the buffer might not end in "\r\n". Also the result of add_iov() wasn't tested. (Patch from Tomash Brechko, <tomash.brechko@gmail.com>) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@630 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Patch from David Bremner <bremner@unb.ca> that implements a new option "-a"David Bremner2007-10-161-0/+7
| | | | | | | | | which takes an octal permission mask (like chmod) sets the permissions on the unix domain socket (specified by "-s"). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@629 b0b603af-a30f-0410-a34e-baf09ae79d0b
* update for prepend operation, thread safe version from Maxim replacing ↵Paul Lindner2007-10-031-1/+2
| | | | | | Filipe's implementation git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@627 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Fix for Unix Domain sockets on FreeBSDMaxim Dounin2007-10-031-0/+5
| | | | | | | | | FreeBSD's sendmsg() requires msg_name in msghdr structure to be NULL if not used, setting msg_namelen to 0 isn't enough. Patch from Maxim Dounin <mdounin@mdounin.ru> git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@624 b0b603af-a30f-0410-a34e-baf09ae79d0b
* The memcached-tool script can now display stats. PatchDan Christian2007-10-031-0/+3
| | | | | | | provided by Dan Christian <dchristian@google.com> git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@623 b0b603af-a30f-0410-a34e-baf09ae79d0b
* name and identity tweaksPaul Lindner2007-10-031-5/+3
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@622 b0b603af-a30f-0410-a34e-baf09ae79d0b
* better wordingPaul Lindner2007-10-031-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@621 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Add append command support written by Filipe Laborde. Tests/protocol doc ↵Filipe Laborde2007-10-031-0/+3
| | | | | | updates by me. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@620 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Switch to unsigned 64-bit increment/decrement counters from Evan Miller and ↵Evan Miller2007-10-031-0/+3
| | | | | | Dusgtin Sallings. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@619 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Fix for do_item_cachedump() which was returning an incorrect timestamp.Paul Lindner2007-10-031-1/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@618 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Fix for stats.evictions not incrementing when exptime == 0 itemsJean-Francois BUSTARRET2007-10-031-0/+4
| | | | | | | | | are kicked off the cache from Jean-Francois BUSTARRET <jfbustarret@wat.tv>. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@616 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Incorporate "cas" operation developed by Dustin Sallings Dustin Sallings2007-10-031-0/+7
| | | | | | | | | | <dustin@spy.net> and implemented by Chris Goffinet <goffinet@yahoo-inc.com>. This change allows you to do atomic changes to an existing key. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@615 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Incorporate incrememnt patch from Evan MillerEvan Miller2007-08-221-0/+5
| | | | | | | <emiller@imvu.com> to define increment overflow behavior. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@608 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Bring the memcached.1 manpage up to dateLéon Brocard2007-08-081-0/+3
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@606 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Workaround crash when using -P and -d flags on x86_64 with latest libevent ↵Paul Lindner2007-08-061-0/+4
| | | | | | release. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@604 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Fix the "stats items" command; the powers-of-N chunk size change broke itSteven Grimm2007-07-081-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@590 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Make item stats commands thread-safeSteven Grimm2007-07-081-0/+5
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@589 b0b603af-a30f-0410-a34e-baf09ae79d0b
* prep for 1.2.3Paul Lindner2007-07-061-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@579 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Solaris portability fixes from Trond NorbyePaul Lindner2007-06-201-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@570 b0b603af-a30f-0410-a34e-baf09ae79d0b
* correct evictions statistics docsPaul Lindner2007-05-291-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@561 b0b603af-a30f-0410-a34e-baf09ae79d0b
* updated unit tests, better spec filePaul Lindner2007-05-121-0/+5
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@557 b0b603af-a30f-0410-a34e-baf09ae79d0b
* cleanup unistd.h, better spec file, remove warnings from threads.cPaul Lindner2007-05-071-0/+3
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@551 b0b603af-a30f-0410-a34e-baf09ae79d0b
* fix for freebsd 6.x (and perhaps others)Paul Lindner2007-05-071-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@550 b0b603af-a30f-0410-a34e-baf09ae79d0b
* add rpm spec file, new sysv init scriptPaul Lindner2007-05-041-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@543 b0b603af-a30f-0410-a34e-baf09ae79d0b
* committing prior to releasing 1.2.21.2.2Brad Fitzpatrick2007-05-021-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@535 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Apply command tokenizer performance/cleanup patch from Paolo Borelli.Paolo Borelli2007-04-171-1/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@514 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Updated docs to reflect that memcached works fine on macs with recent libeventPaul Lindner2007-04-171-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@513 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Part 1 of the Windows compatibility patchPaul Lindner2007-04-161-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@510 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-0/+21
| | | | | | | new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
* more fixes from PaoloPaolo Borelli2007-04-121-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@498 b0b603af-a30f-0410-a34e-baf09ae79d0b