summary |
shortlog | log |
commit |
commitdiff |
tree |
github
first ⋅ prev ⋅ next
Mark Atwood [Wed, 19 Sep 2007 12:29:25 +0000 (05:29 -0700)]
add memrm tool
Mark Atwood [Wed, 19 Sep 2007 12:16:17 +0000 (05:16 -0700)]
now memcp uses --set, --add, --replace
Mark Atwood [Wed, 19 Sep 2007 12:06:52 +0000 (05:06 -0700)]
fix to dont lose the last item on the command line
Mark Atwood [Wed, 19 Sep 2007 12:02:09 +0000 (05:02 -0700)]
fix some typos
Mark Atwood [Wed, 19 Sep 2007 11:59:23 +0000 (04:59 -0700)]
add options to memcp, fix options in memcat
Mark Atwood [Wed, 19 Sep 2007 10:15:23 +0000 (03:15 -0700)]
implement --flags for memcat, display flags instead of content
Mark Atwood [Wed, 19 Sep 2007 10:09:51 +0000 (03:09 -0700)]
parse --servers option
<brian@gir.local> [Wed, 19 Sep 2007 09:55:18 +0000 (11:55 +0200)]
Merge from Mark's code. Modified memcat to use enum for options.
<brian@gir.local> [Wed, 19 Sep 2007 09:30:17 +0000 (11:30 +0200)]
Updates to all applications. New memcp and have fixed minor issue with memcat.
Mark Atwood [Wed, 19 Sep 2007 09:17:32 +0000 (02:17 -0700)]
getopt_long added to src/memcat.c
<brian@gir.local> [Wed, 19 Sep 2007 08:14:19 +0000 (10:14 +0200)]
Adding simple memcat application.
<brian@gir.local> [Wed, 19 Sep 2007 05:22:03 +0000 (07:22 +0200)]
Increment and decrement now works.
Multi host support added.
New code for stats (and we now fetch stats array)
Further library split.
<brian@gir.local> [Tue, 18 Sep 2007 15:11:51 +0000 (17:11 +0200)]
Change hosts over to realloc array
<brian@gir.local> [Tue, 18 Sep 2007 13:04:46 +0000 (15:04 +0200)]
Small cleanups for design of some functions that will work with cluster.
<brian@gir.local> [Tue, 18 Sep 2007 05:36:24 +0000 (07:36 +0200)]
memcached_server_add() now works so you can connect to host other then
localhost.
More error checking on failures (and failures cascading properly).
<brian@gir.local> [Tue, 18 Sep 2007 04:14:16 +0000 (06:14 +0200)]
Broke library up into multiple files.
The single stats server function now returns valid data.
<brian@gir.local> [Tue, 18 Sep 2007 02:01:35 +0000 (04:01 +0200)]
First import.
All basic methods work now.