summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Removed topkeys implementationTrond Norbye2011-09-251-6/+0
* Fixed make rules for --enable-dtraceTrond Norbye2011-07-281-2/+2
* Add support for reading / writing partial keysTrond Norbye2011-07-121-0/+8
* `make dist` failed without a BUILD file ;)dormando2011-04-101-1/+1
* Don't symlink libevent to version.Dustin Sallings2011-04-061-1/+1
* Added a blackhole logger to use during testingTrond Norbye2011-04-021-0/+7
* Use embedded libevent.Dustin Sallings2011-03-211-1/+19
* Fix typos in Makefile.am to fix the dist targetTrond Norbye2011-03-171-3/+3
* adjusted EXTRA_DISTAliaksey Kandratsenka2011-03-011-1/+2
* libmemcached_utilites needs the runpathTrond Norbye2011-02-101-0/+1
* Refactor: move memcached core to a separate directoryTrond Norbye2011-02-091-19/+21
* Refactor: move utility functions to its own directoryTrond Norbye2011-02-091-6/+8
* Refactor: move programs to its own directoryTrond Norbye2011-02-091-6/+10
* Refactor: Move extensions to separate directoriesTrond Norbye2011-02-091-5/+15
* Refactor: move default_engine to a separate directoryTrond Norbye2011-02-091-9/+10
* Refactor: move engine tests to its own directoryTrond Norbye2011-02-091-8/+9
* Fixed dependencies for make testTrond Norbye2011-02-091-1/+1
* Install modules in $prefix/lib/memcachedTrond Norbye2011-02-091-20/+23
* Add mcstat - program to retrieve statsTrond Norbye2011-01-111-1/+5
* Start all tests with a timetravelTrond Norbye2010-11-111-1/+1
* Add testing with breakdancerTrond Norbye2010-11-111-2/+25
* Added an extension to stash log in Windows Event LogTrond Norbye2010-11-041-0/+9
* Removed special makefile for the doc subdirTrond Norbye2010-11-041-1/+1
* Fixed path for mock_sever.hTrond Norbye2010-11-041-1/+1
* Run engine tests as part of make testTrond Norbye2010-10-181-2/+9
* Don't install mock_server.hTrond Norbye2010-10-171-2/+2
* Added a logger that use syslogTrond Norbye2010-09-211-0/+8
* Install engine_common.hTrond Norbye2010-08-201-0/+1
* Added missing isasl.h to memcached_SOURCES when isasl is enabledPatrick Galbraith2010-07-231-1/+1
* Fixed linking with --enable-default-engineTrond Norbye2010-07-221-6/+6
* Fix compilation with --enable-dtraceTrond Norbye2010-07-191-12/+24
* Updated libtool flags for building the modulesTrond Norbye2010-07-071-5/+5
* fixupTrond Norbye2010-07-071-2/+2
* Don't link the modules with all the libs we search forTrond Norbye2010-07-071-3/+3
* memcached is the only application that should be linked with libeventTrond Norbye2010-07-071-1/+1
* Configure cleanupTrond Norbye2010-07-051-0/+1
* Implemented a scrub commandTrond Norbye2010-06-071-1/+6
* Rename example_protocol.h to protocol_extension.hTrond Norbye2010-06-061-1/+1
* Added vbucket commandsTrond Norbye2010-05-251-0/+1
* added basic engine testsuiteEric Lambert2010-05-251-1/+7
* Cleanup in Makefile.amTrond Norbye2010-05-181-48/+65
* created mock server for eventual use by engine_testappEric Lambert2010-05-181-3/+9
* moved loggers implementation into their own source filesEric Lambert2010-05-141-1/+3
* move engine load/init code into its own libraryEric Lambert2010-05-141-2/+3
* Refactor: add memcached/visibility.h for export scopeTrond Norbye2010-05-141-1/+2
* Add command protocol handler as an extensionTrond Norbye2010-05-031-0/+3
* Add missing files to pkginclude_HEADERSTrond Norbye2010-04-291-4/+7
* Refactor: Move callbacks into a separate server apiTrond Norbye2010-04-101-0/+1
* Rewrite the stdin_check to use the extension apiTrond Norbye2010-04-081-2/+12
* Add a generic extension apiTrond Norbye2010-04-081-0/+2