summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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