Revision tags: v5.0.0, v4.6.0, v4.5.0, v4.0.0, v3.1.0, v3.0.2, v3.0.1, v3.0.0 |
|
#
5affe2d0 |
| 18-Mar-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: Prepare source to be squashed Change-Id: I275dc53298b8cd14df84cb528decfe08be32f68e Reviewed-on: http://review.couchbase.org/34635 Reviewed-by: Trond Norbye <trond.norbye@gm
Refactor: Prepare source to be squashed Change-Id: I275dc53298b8cd14df84cb528decfe08be32f68e Reviewed-on: http://review.couchbase.org/34635 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
#
7d4ff237 |
| 15-Jan-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Use libplatform instead of pthread Change-Id: Id366ec26ddd2e68022e70cb6fd84a00a21a04313 Reviewed-on: http://review.couchbase.org/32422 Reviewed-by: Steve Yen <steve.yen@gmail.com>
Use libplatform instead of pthread Change-Id: Id366ec26ddd2e68022e70cb6fd84a00a21a04313 Reviewed-on: http://review.couchbase.org/32422 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
Revision tags: 2.5.0, 2.1.1r, 2.0.1-linux, 1.8.1, 1.8.0, 1.7.2, 1.7.1, 1.7.0, 1.6.5.2, 1.6.5.1, 1.6.5, 1.6.4, 1.6.4r, 1.6.3, 1.6.1rc1, 1.6.1pre, 1.6.0, 1.6.0beta4, 1.6.0beta3.2b, 1.6.0beta4rc1, 1.6.0beta3, 1.6.0beta3b |
|
#
e1ae2ef8 |
| 04-Aug-2010 |
Aliaksey Kandratsenka <alk@tut.by> |
fixes tons of warnings produced on GNU/Linux Change-Id: I4ffc7f259540ccc1e6c0c1410595f808c76c72b9 Reviewed-on: http://review.northscale.com/1566 Reviewed-by: Steve Yen <steve.yen@gma
fixes tons of warnings produced on GNU/Linux Change-Id: I4ffc7f259540ccc1e6c0c1410595f808c76c72b9 Reviewed-on: http://review.northscale.com/1566 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
show more ...
|
#
6fcace5d |
| 03-Aug-2010 |
Trond Norbye <trond.norbye@gmail.com> |
Move to pandora build Change-Id: I2abaad1ecc38ade465f0a65a772bbb9629c8ae0d Reviewed-on: http://review.northscale.com/1551 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by:
Move to pandora build Change-Id: I2abaad1ecc38ade465f0a65a772bbb9629c8ae0d Reviewed-on: http://review.northscale.com/1551 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
show more ...
|
#
6a48c213 |
| 27-Jul-2010 |
Manik Taneja <mtaneja@zynga.com> |
Migrate to using moxi log Small cleanups and addition of SIGHUP signal handler to handle rotation of log files Change-Id: I65f3b051d35c0701a3f099315ff6c8d66b3c0a1e Reviewed-on: h
Migrate to using moxi log Small cleanups and addition of SIGHUP signal handler to handle rotation of log files Change-Id: I65f3b051d35c0701a3f099315ff6c8d66b3c0a1e Reviewed-on: http://review.northscale.com/1377 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
show more ...
|
Revision tags: 1.6.0beta3a, 1.6.0beta2, 1.6.0beta2rc1, 1.6.0beta1.1, 1.6.0beta1, 1.6.0a2, 1.6.0a1, 1.6.0a, 0.10.0, 0.10.0-rc1, 0.9.6, 0.9.5, 0.1.0 |
|
#
53180103 |
| 24-Mar-2009 |
Trond Norbye <Trond.Norbye@sun.com> |
"stats reset" should reset eviction counters as well See: http://code.google.com/p/memcached/issues/detail?id=22
|
#
69b22814 |
| 07-Mar-2009 |
Dustin Sallings <dustin@spy.net> |
Remove some cvs/svn junk from files.
|
#
1a070652 |
| 02-Mar-2009 |
Trond Norbye <Trond.Norbye@sun.com> |
Refactor: moved the hash function from assoc.c to hash.c
|
#
dfc5130e |
| 03-Feb-2009 |
Dustin Sallings <dustin@spy.net> |
Get build working under ICC. ICC pretends to be GCC as far as autoconf is concerned, but is incompatible in a few ways. ICC C99 mode fails to define u_char, so I made a small ch
Get build working under ICC. ICC pretends to be GCC as far as autoconf is concerned, but is incompatible in a few ways. ICC C99 mode fails to define u_char, so I made a small change to modify that required c99 to work with ICC's C99 mode off. Nobody wants to put effort into working around compilers that don't speak C99 in the long-term, but a one line change has already revealed quite a few potential bugs.
show more ...
|
#
7f09e20b |
| 27-Jan-2009 |
Trond Norbye <Trond.Norbye@sun.com> |
Do hash expansion in it's own thread Previously we tried to migrate one bucket over to the new hash table before we started a new command for a client, and we tried to lock the cache in
Do hash expansion in it's own thread Previously we tried to migrate one bucket over to the new hash table before we started a new command for a client, and we tried to lock the cache in order to determine if we should move an item or not. This resulted in extra contention on an already hot mutex...
show more ...
|
#
80ec0955 |
| 02-Oct-2008 |
Trond Norbye <Trond.Norbye@sun.com> |
Add DTrace probes to the binary protocol
|
#
68957214 |
| 23-Jul-2008 |
Trond Norbye <Trond.Norbye@Sun.COM> |
Add DTrace probes for Solaris/etc.
|
#
e4534c85 |
| 23-Jul-2008 |
Trond Norbye <Trond.Norbye@Sun.COM> |
Add DTrace probes for Solaris/etc.
|
#
984053cd |
| 18-Jun-2008 |
Dustin Sallings <dustin@spy.net> |
Use calloc for allocating the hash table vs. malloc+memset. calloc is already used to resize the hash table, so it's good to be consistent here.
|
#
bb3a4c92 |
| 10-Jul-2007 |
Paul Lindner <plindner@hi5.com> |
conn_add_to_freelist returns bool git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@595 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
44ef96ee |
| 09-Jul-2007 |
Paul Lindner <plindner@hi5.com> |
gcc -pedantic changes, comments, signed/unsigned changes. also convert expanded to bool git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@591 b0b603af-a30f-0410-a34e-baf09ae79d
gcc -pedantic changes, comments, signed/unsigned changes. also convert expanded to bool git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@591 b0b603af-a30f-0410-a34e-baf09ae79d0b
show more ...
|
#
d9b97d80 |
| 07-May-2007 |
Paul Lindner <plindner@hi5.com> |
cleanup unistd.h, better spec file, remove warnings from threads.c git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@551 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
c6975ef4 |
| 16-Apr-2007 |
Paul Lindner <plindner@hi5.com> |
Part 1 of the Windows compatibility patch git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@510 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
56b8339e |
| 16-Apr-2007 |
Steven Grimm <sgrimm@facebook.com> |
Merge multithreaded into trunk, commit #2 (first commit only did the new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-
Merge multithreaded into trunk, commit #2 (first commit only did the new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
show more ...
|
#
c8425072 |
| 12-Apr-2007 |
Paul Lindner <plindner@hi5.com> |
use EXIT_* constants git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@500 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
eca55c9a |
| 12-Apr-2007 |
Paul Lindner <plindner@hi5.com> |
Add patch for changable verbosity levels git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@496 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
b80ab7cf |
| 10-Apr-2007 |
Paul Lindner <plindner@hi5.com> |
update clean-whitespace, add automated whitespace test, and clean whitespace git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@492 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
77dde9f9 |
| 06-Mar-2007 |
Paul Lindner <plindner@hi5.com> |
multiple cleanups/refactoring, see ChangeLog git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@468 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
217dcce0 |
| 26-Nov-2006 |
Steven Grimm <sgrimm@facebook.com> |
Incorporate changes from "performance" branch (revisions 414-419). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@450 b0b603af-a30f-0410-a34e-baf09ae79d0b
|
#
28a8165f |
| 13-Oct-2006 |
Steven Grimm <sgrimm@facebook.com> |
Update hash function to Jenkins2006. Add byte-order check to the configure script (required for Jenkins2006). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@41
Update hash function to Jenkins2006. Add byte-order check to the configure script (required for Jenkins2006). git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@412 b0b603af-a30f-0410-a34e-baf09ae79d0b
show more ...
|