History log of /memcached-1.4.29/Makefile.am (Results 1 – 25 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 1.6.32, 1.6.31, 1.6.30, 1.6.29, 1.6.28, 1.6.27, 1.6.26, 1.6.25, 1.6.24, 1.6.23, 1.6.22, 1.6.21, 1.6.20, 1.6.19, 1.6.18, 1.6.17, 1.6.16, 1.6.15, 1.6.14, 1.6.13, 1.6.12, 1.6.11, 1.6.10, 1.6.9, 1.6.8, 1.6.7, 1.6.6, 1.6.5, 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.22, 1.5.21, 1.5.20, 1.5.19, 1.5.18, 1.5.17, 1.5.16, 1.5.15, 1.5.14, 1.5.13, 1.5.12, 1.5.11, 1.5.10, 1.5.9, 1.5.8, 1.5.7, 1.5.6, 1.5.5, 1.5.4, 1.5.3, 1.5.2, 1.5.1, 1.5.0, 1.4.39, 1.4.38, 1.4.37, flash-with-wbuf-stack, 1.4.36, 1.4.35, 1.4.34, 1.4.33, 1.4.32, 1.4.31, 1.4.30, 1.4.29, 1.4.28, 1.4.27, 1.4.26, 1.4.25
# 916fff36 18-Nov-2015 dormando <[email protected]>

initial logger code.

Logs are written to per-thread buffers. A new background thread aggregates the
logs, further processes them, then writes them to any "watchers".

Logs can have the time added to

initial logger code.

Logs are written to per-thread buffers. A new background thread aggregates the
logs, further processes them, then writes them to any "watchers".

Logs can have the time added to them, and all have a GID so they can be put
back into strict order.

This is an early preview. Code needs refactoring and a more complete set of
options. All watchers are also stuck viewing the global feed of logs, even if
they asked for different data.

As of this commit there's no way to toggle the "stderr" watcher.

show more ...


Revision tags: 1.4.24, 1.4.23, 1.4.22, 1.4.21, 1.4.20, 1.4.19, 1.4.18
# 05ca809c 17-Apr-2014 dormando <[email protected]>

Make hash table algorithm selectable

jenkins hash is old. Lets try murmur3 to start! Default is the old one, so
people aren't surprised.


Revision tags: 1.4.17, 1.4.16
# 9e099007 03-Dec-2012 Brian Aker <[email protected]>

Fix make maintainer-clean


Revision tags: 1.4.15
# 0adbf816 01-Sep-2012 dormando <[email protected]>

README.md was missing from dist tarball


Revision tags: 1.4.14, 1.4.13, 1.4.12, 1.4.11, 1.4.11-rc1, 1.4.11-beta1, 1.4.10, 1.4.9, 1.4.9-beta1, 1.4.8, 1.4.8-rc1, 1.4.7, 1.4.7-rc1, 1.4.6, 1.4.6-rc1, 1.6.0-beta1, 1.4.5, 1.4.4, 1.4.3, 1.4.3-rc2, 1.4.3-rc1
# 13780afc 25-Oct-2009 Trond Norbye <[email protected]>

Add sasl_defs.h to the sources to include it in make dist


Revision tags: 1.4.2, 1.4.2-rc1, 1.4.1, 1.4.1-rc1, 1.4-rc1, 1.4.0, 1.4.0-rc1
# f1307c4d 10-May-2009 Dustin Sallings <[email protected]>

SASL auth support.


# 69743bd5 17-Sep-2009 Trond Norbye <[email protected]>

Remove TODO from dist target


# fba0a891 15-Aug-2009 Dustin Sallings <[email protected]>

Put a time limit on memcached processes started from within tests.

This solves the problem where certain test failures would cause
indefinite hangs as child processes refused to ever exit.


# 76c1bda3 17-Apr-2009 Dustin Sallings <[email protected]>

Added docs target for generating doxygen.


Revision tags: 1.2.8, 1.3.3, 1.2.7, 1.2.7-rc1
# 4c86fa59 27-Mar-2009 Trond Norbye <[email protected]>

Create a generic cache for objects of same size

The suffix pool could be thread-local and use the generic cache


Revision tags: 1.3.2
# 923a335b 09-Mar-2009 Dustin Sallings <[email protected]>

Use git's version number for releases.

This will allow more specific version numbers, while simplifying a
proper release down to a tag and make dist.

During development, ./version.sh needs to run p

Use git's version number for releases.

This will allow more specific version numbers, while simplifying a
proper release down to a tag and make dist.

During development, ./version.sh needs to run periodically to update
the version number. I'd recommend just adding a call to version.sh as
a git post commit hook:

% cat .git/hooks/post-commit

echo "Updating version."
./version.sh

(and make sure the file is executable)

show more ...


# 7cf9489b 23-Mar-2009 Trond Norbye <[email protected]>

Do not install memcached-debug sizes internal_tests

see http://code.google.com/p/memcached/issues/detail?id=37


Revision tags: 1.2.6
# 420aa2d9 15-Oct-2008 Brad Fitzpatrick <[email protected]>

start of the incr fix, rearranges a bunch, adds util, tests, etc


# 44ec7ca5 10-Mar-2009 Dustin Sallings <[email protected]>

Created a tool to show us the sizes of various data structures.


# 7c23e79f 04-Mar-2009 Trond Norbye <[email protected]>

Modified the dtrace build support


# 9763ae96 04-Mar-2009 Trond Norbye <[email protected]>

Dist-hook should remove *~ files instead of .svn files (we don't use subversion anymore). Added generated files to .gitignore


# 69aa5427 03-Mar-2009 Trond Norbye <[email protected]>

Drop privileges when running on Solaris


# f06bd308 02-Mar-2009 Trond Norbye <[email protected]>

Added trace.h to the list of sources to be included in the dist target


# 0185c9ed 02-Mar-2009 Trond Norbye <[email protected]>

Added tcov-files to gitignore and clean target


# 1a070652 02-Mar-2009 Trond Norbye <[email protected]>

Refactor: moved the hash function from assoc.c to hash.c


# f1f4aec9 09-Feb-2009 Steve Yen <[email protected]>

added gcov output files to make clean target


# 2a381c8a 30-Jan-2009 Dustin Sallings <[email protected]>

libgcov is needed for gcov debug builds.

Trying without it failed on FreeBSD. Other platforms didn't seem to
mind.


# 0d560476 29-Jan-2009 Victor Kirkebo <[email protected]>

Added support for test code coverage output for "make test" target


# 08c14e4e 06-Oct-2008 Trond Norbye <[email protected]>

Always use bundled daemonize function, fixed warnings on MacOSX


# e440813d 02-Oct-2008 Trond Norbye <[email protected]>

dtrace on macosx does not support -G


123