summaryrefslogtreecommitdiff
path: root/databases/memcached/files/patch-memcached.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-16databases/memcached: update to 1.5.5Steve Wills1-9/+9
While here, re-generate patches.
2015-06-27databases/memcached: update to 1.4.24Steve Wills1-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]
2015-01-16databases/memcached: fix build with clang 3.5Steve Wills1-0/+74
2006-12-13- Remove patch-memcached.c to increase performance. Ref: ports/94997Marcus Alves Grando1-12/+0
- Bump PORTREVISION - Take MAINTAINER PR: 106669
2006-11-30Update to 1.2.0Sergey Skvortsov1-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)
2006-07-03Apply performance patch to memcached to reduce latency when a response isSean Chittenden1-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>
2004-03-28Update to memcached 1.1.10 from the duplicate net/memcached port.Kris Kennaway1-75/+0
2003-08-21Upgrade memcached to 1.1.8Sean Chittenden1-5/+23
Noticed by: fenner's distfile survey
2003-07-22Add memcached: a high-performance, distributed memory object cachingSean Chittenden1-0/+57
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.