diff options
author | Tim Yardley <liquid@haveheart.com> | 2007-04-08 15:27:38 +0000 |
---|---|---|
committer | Tim Yardley <liquid@haveheart.com> | 2007-04-08 15:27:38 +0000 |
commit | 789551399ef5562fe666811dc31087d1f0e6893f (patch) | |
tree | 9bd9222a0d41b88f405c3a4868f39d2077911b7f /ChangeLog | |
parent | 45a56668a265b774d52a788308b8a61a1fe6e129 (diff) | |
download | memcached-789551399ef5562fe666811dc31087d1f0e6893f.tar.gz |
Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to
clean up source spacing issues, fix -Wall warnings, add some
null checks, adds asserts at the top of each function for any
use of conn *c without checking to see if c is NULL first.
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@489 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-04-08 Paul Lindner <lindner@inuus.com> + + * Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to + clean up source spacing issues, fix -Wall warnings, add some + null checks, adds asserts at the top of each function for any + use of conn *c without checking to see if c is NULL first. + 2007-04-04 Paul Lindner <lindner@inuus.com> * Add clarification of flush_all in the protocol docs |