Posted
over 16 years
ago
by
Brian Aker <brian@tangent.org>
Refactor out host_reset and add internal _with() to server creation.
|
Posted
over 16 years
ago
by
brian@gir.tangent.org
Bug fix for host_reset()
|
Posted
over 16 years
ago
by
brian@gir.tangent.org
Fix for decrement
|
Posted
over 16 years
ago
by
Trond Norbye <trond.norbye@sun.com>
memcached_io_reset should disconnect from the server without trying to send a quit command.
memcached_response should not call memcached_io_reset when it receives EXISTS
Thanks to Robey Pointer for providing a patch.
|
Posted
over 16 years
ago
by
Trond Norbye <trond.norbye@sun.com>
Disable SO_SNDTIMEO and SO_RCVTIMEO on Solaris
setsockopt(SO_SNDTIMEO/SO_RCVTIMEO) returns -1 with errno == 99 (not supported)
I have temporarily disabled the code with #ifdef __sun, but should update
the configure script to test for this and set the correct macros.
|
Posted
over 16 years
ago
by
Trond Norbye <trond.norbye@sun.com>
Add --with-memcached to be able to specify the memcached binary to use for make test
|
Posted
over 16 years
ago
by
Trond Norbye <trond.norbye@sun.com>
Sync protocol_binary.h with the memcached repository
|
Posted
over 16 years
ago
by
Trond Norbye <trond.norbye@sun.com>
bootstrap should search for aclocal-1.10 and automake-1.10 as well
|
Posted
over 16 years
ago
by
Brian Aker <brian@tangent.org>
Added tag 0.25 for changeset 1ed3d51f323f
|
Posted
over 16 years
ago
by
Brian Aker <brian@tangent.org>
Fix for config to not be stored into filesystem.
|