summaryrefslogtreecommitdiff
path: root/databases/memcached/files/patch-memcached.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/memcached: Update version 1.6.14=>1.6.20Muhammad Moinur Rahman2023-05-171-9/+9
| | | | Changelog: https://github.com/memcached/memcached/wiki/ReleaseNotes1620
* databases/memcached: update to 1.6.9Steve Wills2020-12-061-9/+9
| | | | Notes: svn path=/head/; revision=557101
* databases/memcached: update to 1.6.2Steve Wills2020-03-291-33/+33
| | | | Notes: svn path=/head/; revision=529811
* databases/memcached: update to 1.5.5Steve Wills2018-02-161-9/+9
| | | | | | | While here, re-generate patches. Notes: svn path=/head/; revision=462012
* databases/memcached: update to 1.4.24Steve Wills2015-06-271-10/+10
| | | | | | | | | | While here, re-generate existing patches Also, add memcached_post_start to rc script [1] Submitted by: Maximilian Boße <Maximilian.Bosse@trivago.com> (private email) [1] Notes: svn path=/head/; revision=390730
* databases/memcached: fix build with clang 3.5Steve Wills2015-01-161-0/+74
| | | | Notes: svn path=/head/; revision=377190
* - Remove patch-memcached.c to increase performance. Ref: ports/94997Marcus Alves Grando2006-12-131-12/+0
| | | | | | | | | | - Bump PORTREVISION - Take MAINTAINER PR: 106669 Notes: svn path=/head/; revision=179671
* Update to 1.2.0Sergey Skvortsov2006-11-301-11/+11
| | | | | | | | | | Changes: http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog PR: ports/103523 Submitted by: skv Approved by: maintainer timeout (68 days) Notes: svn path=/head/; revision=178335
* Apply performance patch to memcached to reduce latency when a response isSean Chittenden2006-07-031-0/+12
| | | | | | | | | | | | | | | | being sent over two packets. http://citrin.ru/stuff/memcached/read.png http://citrin.ru/stuff/memcached/write.png Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been released. :) Bump port version. PR: ports/94997 Submitted by: Anton Yuzhaninov <citrin@rambler-co.ru> Notes: svn path=/head/; revision=166866
* Update to memcached 1.1.10 from the duplicate net/memcached port.Kris Kennaway2004-03-281-75/+0
| | | | Notes: svn path=/head/; revision=105473
* Upgrade memcached to 1.1.8Sean Chittenden2003-08-211-5/+23
| | | | | | | Noticed by: fenner's distfile survey Notes: svn path=/head/; revision=87461
* Add memcached: a high-performance, distributed memory object cachingSean Chittenden2003-07-221-0/+57
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Notes: svn path=/head/; revision=85338