15a39dd32da8e8d118569dc18c822be502a5af87
Fix for stats opaque issue pointed out at the hackathon and removed some wasteful function calls (more to come).
ebf7df8b2bd4d416b8fd2d85ffdaeac2b8bb4e33
Removed dead code and renamed cq_peek to cq_pop
724fc629a45bdfb4d2f3c2cc8ca81eb42659fa34
Added support for detailed stats mode over the binary protocol.
f38ad8cc9080b1c58298a9092e4d18aef267341b
Fix for invalid free in get_stats() pointed out by Trond.
3dbc64da03127add734c3738a11797c15945cf9f
The slabber no longer needs a is_binary like flag for stats due to abstraction by the callback.
e9d3aa7c3b97836ff1f15b80a7becd9cb2b42ce2
Fixed a memory corruption bug in stats.
46964129c5da0d424d6d4c6bbdcb1f0147fada17
Fixed a typo in stats key and cleaned whitespaces.
639e410423fd02c38be2e464fabfd06509162524
A callback function is used for stats request over ascii protocol as well now.
0bcece4eaf85252d0cdf57f2db38ecd9e982a1c9
Changed the argument ordering for stats callback to something more common.
a4ccd0105294cf4ea7200b46e88bcaa2e81769d7
Report various listen failures, Updated Changelog/CONTRIBUTORS and Protocol Document.