summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2007-10-03 23:30:11 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2007-10-03 23:30:11 +0000
commit52d1cf20b73013064578a03d4126f47b44a8635c (patch)
tree858f8a8eaf4813b571bd345405805791ab4504e5 /ChangeLog
parent8834e6253d34be2d66dc5e149bdbb11b82bae25e (diff)
downloadmemcached-52d1cf20b73013064578a03d4126f47b44a8635c.tar.gz
Fix for Unix Domain sockets on FreeBSD
FreeBSD's sendmsg() requires msg_name in msghdr structure to be NULL if not used, setting msg_namelen to 0 isn't enough. Patch from Maxim Dounin <mdounin@mdounin.ru> git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@624 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b10157..860ee7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,11 @@
* The memcached-tool script can now display stats. Patch
provided by Dan Christian <dchristian@google.com>
+ * Fix for Unix Domain sockets on FreeBSD
+ FreeBSD's sendmsg() requires msg_name in msghdr structure
+ to be NULL if not used, setting msg_namelen to 0 isn't enough.
+ Patch from Maxim Dounin <mdounin@mdounin.ru>
+
2007-08-21 Paul Lindner <lindner@inuus.com>
* Incorporate incrememnt patch from Evan Miller
<emiller@imvu.com> to define increment overflow