summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Put a time limit on memcached processes started from within tests.Dustin Sallings2009-08-141-1/+3
| | | | | This solves the problem where certain test failures would cause indefinite hangs as child processes refused to ever exit.
* Added docs target for generating doxygen.Dustin Sallings2009-04-171-0/+3
|
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-6/+11
| | | | The suffix pool could be thread-local and use the generic cache
* Use git's version number for releases.Dustin Sallings2009-03-261-1/+1
| | | | | | | | | | | | | | | | 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)
* Do not install memcached-debug sizes internal_testsTrond Norbye2009-03-231-1/+2
| | | | see http://code.google.com/p/memcached/issues/detail?id=37
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-191-2/+6
|
* Created a tool to show us the sizes of various data structures.Dustin Sallings2009-03-101-2/+3
|
* Modified the dtrace build supportTrond Norbye2009-03-041-5/+21
|
* Dist-hook should remove *~ files instead of .svn files (we don't use ↵Trond Norbye2009-03-041-4/+1
| | | | subversion anymore). Added generated files to .gitignore
* Drop privileges when running on SolarisTrond Norbye2009-03-031-0/+5
|
* Added trace.h to the list of sources to be included in the dist targetTrond Norbye2009-03-021-1/+2
|
* Added tcov-files to gitignore and clean targetTrond Norbye2009-03-021-1/+1
|
* Refactor: moved the hash function from assoc.c to hash.cTrond Norbye2009-03-021-1/+7
|
* added gcov output files to make clean targetSteve Yen2009-02-261-0/+2
|
* libgcov is needed for gcov debug builds.Dustin Sallings2009-01-291-1/+1
| | | | | Trying without it failed on FreeBSD. Other platforms didn't seem to mind.
* Added support for test code coverage output for "make test" targetVictor Kirkebo2009-01-291-0/+21
|
* Always use bundled daemonize function, fixed warnings on MacOSXTrond Norbye2009-01-031-6/+6
|
* dtrace on macosx does not support -GTrond Norbye2009-01-031-7/+7
|
* Add DTrace probes to the binary protocolTrond Norbye2009-01-031-1/+3
|
* Fix 'make dist' target to include new filesTrond Norbye2009-01-021-2/+2
|
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-2/+16
|
* Merged Trond Norbye's protocol patch.Trond Norbye2008-07-281-0/+1
|
* Allow running tests in a build directory different from source directory. ↵Tomash Brechko2007-11-161-1/+1
| | | | | | (Tomash Brechko tomash.brechko@gmail.com) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@641 b0b603af-a30f-0410-a34e-baf09ae79d0b
* add rpm spec file, new sysv init scriptPaul Lindner2007-05-041-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@543 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-1/+1
| | | | | | | new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
* multiple cleanups/refactoring, see ChangeLogPaul Lindner2007-03-061-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@468 b0b603af-a30f-0410-a34e-baf09ae79d0b
* put memcached.h back up hereBrad Fitzpatrick2006-09-071-3/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@379 b0b603af-a30f-0410-a34e-baf09ae79d0b
* automake foo from Robin H. Johnson: build two targets, and test on the ↵Brad Fitzpatrick2006-09-061-8/+8
| | | | | | debug one with asserts git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@375 b0b603af-a30f-0410-a34e-baf09ae79d0b
* make "make test" run "prove t"Brad Fitzpatrick2006-09-051-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@374 b0b603af-a30f-0410-a34e-baf09ae79d0b
* more test -> tBrad Fitzpatrick2006-09-051-3/+3
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@371 b0b603af-a30f-0410-a34e-baf09ae79d0b
* gotta remove these .svn files too from the distfilesBrad Fitzpatrick2006-09-041-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@341 b0b603af-a30f-0410-a34e-baf09ae79d0b
* keep assertions on by default for nowBrad Fitzpatrick2006-09-041-1/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@333 b0b603af-a30f-0410-a34e-baf09ae79d0b
* more tests, and remove duplicate code in memcached.c dealing withBrad Fitzpatrick2006-09-041-1/+4
| | | | | | | | | | | ignore the result of an assoc_find if the item has expired. move that all to get_item git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@331 b0b603af-a30f-0410-a34e-baf09ae79d0b
* homebody learned automakeBrad Fitzpatrick2006-07-051-0/+5
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@297 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf work so it runs on nexentaBrad Fitzpatrick2006-04-301-0/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@276 b0b603af-a30f-0410-a34e-baf09ae79d0b
* patch from David Phillips <electrum@gmail.com>David Phillips2005-01-141-3/+2
| | | | | | | | | | | | | | | | | Here is a patch to configure.ac and Makefile.am to put the man page in the correct location. Trying to install the man page from a subdirectory results in the subdirectory being used in the install path (it tries to install to doc/memcached.1). This is the correct thing to do: - create a Makefile.am in the doc directory that installs the man page with man_MANS - modify Makefile.am in the base directory to reference the doc directory using SUBDIRS - modify the AC_CONFIG_FILES macro in configure.ac to output the Makefile in doc git-svn-id: http://code.sixapart.com/svn/memcached/trunk@234 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Install manpage on "make install", etc.Evan Martin2004-02-191-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@181 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.10:Brad Fitzpatrick2003-12-301-2/+2
| | | | | | | | | | | 2003-12-30 (Brad) * remove static build stuff. interferes with PAM setuid stuff and was only included as a possible fix with the old memory allocator. really shouldn't make a difference. * release version 1.1.10 git-svn-id: http://code.sixapart.com/svn/memcached/trunk@176 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Evan Martin: portability work to build on OS X (and other BSDs)Evan Martin2003-08-111-2/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@95 b0b603af-a30f-0410-a34e-baf09ae79d0b
* adding TODO fileBrad Fitzpatrick2003-08-071-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@82 b0b603af-a30f-0410-a34e-baf09ae79d0b
* new releaseBrad Fitzpatrick2003-07-291-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@77 b0b603af-a30f-0410-a34e-baf09ae79d0b
* client libs to be released separatelyBrad Fitzpatrick2003-07-291-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@76 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.6Brad Fitzpatrick2003-06-271-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@56 b0b603af-a30f-0410-a34e-baf09ae79d0b
* 2003-06-10Brad Fitzpatrick2003-06-201-2/+0
| | | | | | | | | | * removing use of Judy; use a hash. (judy caused memory fragmentation) * shrink some structures * security improvements * version 1.1.0 git-svn-id: http://code.sixapart.com/svn/memcached/trunk@34 b0b603af-a30f-0410-a34e-baf09ae79d0b
* stop using Judy for string mappings and use a hash table instead, whichBrad Fitzpatrick2003-06-201-1/+1
| | | | | | | uses our slab allocator. git-svn-id: http://code.sixapart.com/svn/memcached/trunk@33 b0b603af-a30f-0410-a34e-baf09ae79d0b
* update to 1.0.3, including api and website dirsBrad Fitzpatrick2003-06-161-0/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@25 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf/automake support from evanBrad Fitzpatrick2003-06-141-0/+4
git-svn-id: http://code.sixapart.com/svn/memcached/trunk@20 b0b603af-a30f-0410-a34e-baf09ae79d0b