summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Realign command input buffer (binary protocol)Trond Norbye2009-01-031-0/+26
|
* Invoke the dtrace binary we searched for instead of searching the pathTrond Norbye2009-01-031-1/+1
|
* Always use bundled daemonize function, fixed warnings on MacOSXTrond Norbye2009-01-031-3/+0
|
* Add -Wall to gcc compilationTrond Norbye2009-01-031-1/+1
|
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-0/+14
|
* dtrace on macosx does not support -GTrond Norbye2009-01-031-4/+12
|
* DTrace probe fix, Fix typo in configure script, Use calloc(3) instead of ↵Ricky Zhou2009-01-031-1/+1
| | | | malloc(3) for thread structures.
* Applied Trond's false assertion removal patch and stamped to 1.3.1Trond Norbye2009-01-031-1/+1
|
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-1/+21
|
* Code modified to only build and run under multi-threaded mode.Toru Maesaka2008-04-281-18/+13
| | | | | | | | Macros for aliasing "do_" or "mt_" functions removed and "mt_" prefix stripped from the multi-thread wrappers, so that the core server can directly use them. configure.ac and server files modified to suit the changes.
* Super ghetto version bump... It's a development release!dormando2008-04-271-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/branches/binary@773 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Version bump (shipit's having trouble with it), and update ChangeLog1.2.5dormando2008-03-031-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@741 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Enable use of large memory pages (Trond Norbye) <Trond.Norbye@Sun.COM>Trond Norbye2008-02-251-0/+2
| | | | | | | Initial support for solaris. git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@724 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Add --enable-64bit to build 64-bit version of memcached (Trond Norbye) ↵Trond Norbye2008-02-181-0/+17
| | | | | | <Trond.Norbye@Sun.COM> git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@703 b0b603af-a30f-0410-a34e-baf09ae79d0b
* add compiler options for Sun Studio compilers with --enable-threads (Trond ↵Trond Norbye2008-02-181-0/+12
| | | | | | Norbye) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@702 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Fix --disable-threads not to _enable_ them. (Tomash Brechko)Tomash Brechko2007-12-081-5/+7
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@668 b0b603af-a30f-0410-a34e-baf09ae79d0b
* The memcached-tool script can now display stats. PatchDan Christian2007-10-031-1/+1
| | | | | | | provided by Dan Christian <dchristian@google.com> git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@623 b0b603af-a30f-0410-a34e-baf09ae79d0b
* small fix for newer versions of automakePaul Lindner2007-08-211-0/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@607 b0b603af-a30f-0410-a34e-baf09ae79d0b
* prep for 1.2.3Paul Lindner2007-07-061-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@579 b0b603af-a30f-0410-a34e-baf09ae79d0b
* get rid of underquoted messagesPaul Lindner2007-06-051-2/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@562 b0b603af-a30f-0410-a34e-baf09ae79d0b
* committing prior to releasing 1.2.21.2.2Brad Fitzpatrick2007-05-021-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@535 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-0/+10
| | | | | | | new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
* update clean-whitespace, add automated whitespace test, and clean whitespacePaul Lindner2007-04-101-4/+4
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@492 b0b603af-a30f-0410-a34e-baf09ae79d0b
* multiple cleanups/refactoring, see ChangeLogPaul Lindner2007-03-061-1/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@468 b0b603af-a30f-0410-a34e-baf09ae79d0b
* new version1.2.1Brad Fitzpatrick2006-12-051-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@453 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Update hash function to Jenkins2006.Steven Grimm2006-10-131-0/+26
| | | | | | | 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
* udp warning message1.2.0Brad Fitzpatrick2006-09-201-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@407 b0b603af-a30f-0410-a34e-baf09ae79d0b
* improve autoconf detection for libevent. from the Tor project.Brad Fitzpatrick2006-09-051-7/+79
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@359 b0b603af-a30f-0410-a34e-baf09ae79d0b
* merge end of facebook branch into trunk, after copying the old trunk to the ↵Brad Fitzpatrick2006-09-031-1/+1
| | | | | | memcached-1.1.x branch git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@320 b0b603af-a30f-0410-a34e-baf09ae79d0b
* homebody learned automakeBrad Fitzpatrick2006-07-051-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@297 b0b603af-a30f-0410-a34e-baf09ae79d0b
* don't name version cvsBrad Fitzpatrick2006-05-011-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@277 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf work so it runs on nexentaBrad Fitzpatrick2006-04-301-0/+7
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@276 b0b603af-a30f-0410-a34e-baf09ae79d0b
* avva's bucket/generation patchAnatoly Vorobey2006-03-051-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@252 b0b603af-a30f-0410-a34e-baf09ae79d0b
* +2005-08-09Elizabeth Mattijsen2005-08-101-1/+1
| | | | | | | | | | | | | | + * Elizabeth Mattijsen <liz@dijkmat.nl>: needed a way to flush all + memcached backend servers, but not at exactly the same time (to + reduce load peaks), I've added some simple functionality to the + memcached protocol in the "flush_all" command that allows you to + specify a time at which the flush will actually occur (instead of + always at the moment the "flush_all" command is received). + 2005-05-25 git-svn-id: http://code.sixapart.com/svn/memcached/trunk@243 b0b603af-a30f-0410-a34e-baf09ae79d0b
* patch from David Phillips <electrum@gmail.com>David Phillips2005-01-141-1/+1
| | | | | | | | | | | | | | | | | 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
* bumping version to 1.1.11, adding missing ChangeLog items from cvs logsBrad Fitzpatrick2004-04-301-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@198 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.10:Brad Fitzpatrick2003-12-301-24/+1
| | | | | | | | | | | 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
* Shift init stuff around in main(). Fixes a problem on FreeBSD whereBrion Vibber2003-10-231-1/+1
| | | | | | | | | | | | | a kqeueue descriptor didn't surive fork() performed by daemonising (fix by Brion Vibber). Moves server socket creation to happen prior to losing root privs, so that listening on priviledged ports is possible. Bump version to 1.1.10pre. git-svn-id: http://code.sixapart.com/svn/memcached/trunk@152 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.9, and a link to the new PHP client pageBrad Fitzpatrick2003-10-091-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@148 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Ryan T. Dean <rtdean@cytherianage.net>Ryan T. Dean2003-10-081-0/+6
| | | | | | | -- autoconf fixes for mallinfo.arena on BSD (don't just check malloc.h) git-svn-id: http://code.sixapart.com/svn/memcached/trunk@147 b0b603af-a30f-0410-a34e-baf09ae79d0b
* shell portability (evan)Evan Martin2003-09-051-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@119 b0b603af-a30f-0410-a34e-baf09ae79d0b
* my first attempt at autoconf. seems to work.Brad Fitzpatrick2003-08-131-0/+11
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@112 b0b603af-a30f-0410-a34e-baf09ae79d0b
* autoconf for mlockall (Brion Vibber)Brion Vibber2003-08-111-0/+2
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@99 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Evan Martin: portability work to build on OS X (and other BSDs)Evan Martin2003-08-111-5/+37
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@95 b0b603af-a30f-0410-a34e-baf09ae79d0b
* Releasing 1.1.8 bugfix release.Brad Fitzpatrick2003-07-301-1/+1
| | | | | | | | | | | Avva: The below fixes the bug. There was a conflict between the usual meaning of exptime=0 (don't expire) and the new fancy let-exptime-be-used-as-delta stuff. git-svn-id: http://code.sixapart.com/svn/memcached/trunk@79 b0b603af-a30f-0410-a34e-baf09ae79d0b
* new releaseBrad Fitzpatrick2003-07-291-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@77 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.6Brad Fitzpatrick2003-06-271-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@56 b0b603af-a30f-0410-a34e-baf09ae79d0b
* assertsBrad Fitzpatrick2003-06-261-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@49 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.4Brad Fitzpatrick2003-06-261-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@48 b0b603af-a30f-0410-a34e-baf09ae79d0b
* version 1.1.3Brad Fitzpatrick2003-06-251-1/+1
| | | | git-svn-id: http://code.sixapart.com/svn/memcached/trunk@46 b0b603af-a30f-0410-a34e-baf09ae79d0b