projects
/
awesomized
/
libmemcached
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
first
⋅
prev
⋅
next
Fixed actual loop in add_wrapper ;-)
[awesomized/libmemcached]
/
tests
/
2008-02-13
<brian@gir-2.local>
We now sort servers to make sure the client application...
tree
|
commitdiff
2008-02-12
<brian@gir-2.local>
Atomsmasher test.
tree
|
commitdiff
2008-02-09
Brian Aker
Random cleanup, plus server startup script
tree
|
commitdiff
2008-02-05
Brian Aker
Committing new test (framekwork).
tree
|
commitdiff
2008-02-05
<patg@patg.net>
Added test for get_by_key, set_by_key C++ tests
tree
|
commitdiff
2008-02-01
Brian Aker
Merging Patrick's work on C++ interface.
tree
|
commitdiff
2008-02-01
Brian Aker
Refactored tests.
tree
|
commitdiff
2008-01-30
<patg@patg.net>
Merged
tree
|
commitdiff
2008-01-29
Brian Aker
Fix test case (in debug mode we toss asserts for NULL...
0.15
tree
|
commitdiff
2008-01-29
Brian Aker
Fix for non-blocking IO error. The refactoring bit...
tree
|
commitdiff
2008-01-29
Brian Aker
Fixed add test failure for OS'es with broken async...
tree
|
commitdiff
2008-01-29
Brian Aker
Incomming Patch from Kevin
tree
|
commitdiff
2008-01-27
Brian Aker
Kevin's patch bug13
tree
|
commitdiff
2008-01-23
Brian Aker
Refactor of generate tests.
tree
|
commitdiff
2008-01-22
Brian Aker
Update for release 0.14
0.14
tree
|
commitdiff
2008-01-21
<patg@patg.net>
Merge
tree
|
commitdiff
2008-01-21
Brian Aker
Fix lack of free() in bug (quiet valgrind)
tree
|
commitdiff
2008-01-21
Brian Aker
Clean up pointer issue.
tree
|
commitdiff
2008-01-21
<brian@gir.tangen...
Fixed bug found by Evan Weaver where increment was...
tree
|
commitdiff
2008-01-21
<brian@gir.tangen...
Merge.
tree
|
commitdiff
2008-01-20
<patg@patg.net>
Merge
tree
|
commitdiff
2008-01-20
<patg@patg.net>
Removed major, minor, micro from memcached.h
tree
|
commitdiff
2008-01-20
Brian Aker
Merge
tree
|
commitdiff
2008-01-20
<patg@patg.net>
Merge of latest - callback commit needed
tree
|
commitdiff
2008-01-20
<patg@patg.net>
MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED...
tree
|
commitdiff
2008-01-20
<patg@patg.net>
Working on getting version patch working
tree
|
commitdiff
2008-01-19
<brian@gir.local>
Typed clone and cleanup functions with memcached_ prefixes,
tree
|
commitdiff
2008-01-19
<brian@gir.local>
Pulling back the C++ code to just be an include.
tree
|
commitdiff
2008-01-19
<brian@gir.local>
Custom memory patch work (based on Sean Chittenden...
tree
|
commitdiff
2008-01-18
<brian@gir.local>
Merge.
tree
|
commitdiff
2008-01-18
<brian@gir.local>
This patch includes all of the callback work for settin...
tree
|
commitdiff
2008-01-15
<brian@gir.local>
Adding test for MEMCACHED_BEHAVIOR_USER_DATA
tree
|
commitdiff
2008-01-14
<brian@gir.local>
First push of example C++ interface.
tree
|
commitdiff
2008-01-09
Brian Aker
Test Cleanup.
tree
|
commitdiff
2008-01-09
Brian Aker
More timeout cleanup
tree
|
commitdiff
2008-01-09
Brian Aker
Merge
tree
|
commitdiff
2008-01-09
<brian@gir.tangen...
merge
tree
|
commitdiff
2008-01-09
<brian@gir.tangen...
Incorrect polltimeout set on test (Patch by Kevin)
tree
|
commitdiff
2008-01-08
<brian@gir.tangen...
Removing all of the multi-set bits (aka the buffer...
tree
|
commitdiff
2008-01-05
Brian Aker
Test fixes for new return code on buffered calls.
tree
|
commitdiff
2008-01-05
Brian Aker
Fix for bad error in execute.
tree
|
commitdiff
2008-01-05
<brian@gir.tangen...
Merging
tree
|
commitdiff
2008-01-05
<brian@gir.tangen...
memcached_behavior() causes commands to be buffered...
tree
|
commitdiff
2007-12-22
<brian@gir.tangen...
Merging branches.
tree
|
commitdiff
2007-12-22
Brian Aker
NEw code for the memcached_fetch_execute() function.
tree
|
commitdiff
2007-12-19
Brian Aker
Multi branch work.
tree
|
commitdiff
2007-12-18
Brian Aker
Fixed error in lack of pointer found (Tim Bunce discovered)
tree
|
commitdiff
2007-12-18
Brian Aker
Code for multi delete functions.
tree
|
commitdiff
2007-12-18
Brian Aker
Portability patches from Kevin Dalley for Freebsd 4.0.
tree
|
commitdiff
2007-12-17
Brian Aker
Refactor of response code. All of it has been streamlin...
tree
|
commitdiff
2007-12-14
Brian Aker
Fixed test cases (hackathon item)
tree
|
commitdiff
2007-12-14
<brian@wlan-guest...
Turns out the protocol docs were in error, and that...
tree
|
commitdiff
2007-12-11
Brian Aker
New async test.
tree
|
commitdiff
2007-12-08
<brian@gir.tangen...
Refactor of async code. poll() is now only called when...
tree
|
commitdiff
2007-12-06
Brian Aker
Modifying tests to always get failures (aka test that...
tree
|
commitdiff
2007-12-05
Brian Aker
Extending tests...
tree
|
commitdiff
2007-12-05
Brian Aker
Updating to remove memory leak in functions.c (aka...
tree
|
commitdiff
2007-12-05
<brian@h220-215...
Cleanup of spelling error in option.
tree
|
commitdiff
2007-12-04
<brian@h220-215...
This includes work for partitioning by key. Dormando...
tree
|
commitdiff
2007-12-04
<brian@h220-215...
Fix for hash not being cloned.
tree
|
commitdiff
2007-12-03
Brian Aker
Fix to removed GNU specific bit
tree
|
commitdiff
2007-12-03
<brian@gir.local>
Fixing failure of socket issue.
tree
|
commitdiff
2007-12-03
<brian@h220-215...
Fixed problem with out of range character in key.
tree
|
commitdiff
2007-12-02
<brian@gir.local>
Extending test cases (Hsieh has benchmarks now run...
tree
|
commitdiff
2007-12-01
Brian Aker
Fix for Linux system for async protocol.
tree
|
commitdiff
2007-12-01
<brian@gir.tangen...
Fix in issue where no servers are to be found (introduc...
tree
|
commitdiff
2007-12-01
<brian@gir.tangen...
Big fix for async mode to make sure all data has been...
tree
|
commitdiff
2007-11-29
Brian Aker
Added tests for consistent hash.
tree
|
commitdiff
2007-11-29
<brian@gir.tangen...
IPV6 support, plus cleanup around consistent hashing.
tree
|
commitdiff
2007-11-28
Brian Aker
Longer test case added for server parsing.
tree
|
commitdiff
2007-11-25
Brian Aker
Cleanuped up make test
tree
|
commitdiff
2007-11-25
Brian Aker
Added MEMCACHED_HASH_HSIEH.
tree
|
commitdiff
2007-11-25
Brian Aker
Updating test output
tree
|
commitdiff
2007-11-25
Brian Aker
Cleanup of stats code (fixed byte alignment issue)
tree
|
commitdiff
2007-11-25
Brian Aker
Fixed bug in memcached_version() call
tree
|
commitdiff
2007-11-25
Brian Aker
Extended tests so that memcached starts up its own...
tree
|
commitdiff
2007-11-25
Brian Aker
Cleanedup test cases (they had some valgrind warnings).
tree
|
commitdiff
2007-11-25
Brian Aker
Bugfix for memcached_connect() so that it will not...
tree
|
commitdiff
2007-11-22
Brian Aker
memcached_behavior_set() can now modify the poll timeout
tree
|
commitdiff
2007-11-21
Brian Aker
Updates for pkg-config.
tree
|
commitdiff
2007-11-19
Brian Aker
Full CAS support now enabled in the library.
tree
|
commitdiff
2007-11-16
Brian Aker
Possible fix for problem where servaddr may not always...
tree
|
commitdiff
2007-11-15
Brian Aker
Added test for binary append (works as an example as...
tree
|
commitdiff
2007-11-15
Brian Aker
More tests, and new code for append/prepend.
tree
|
commitdiff
2007-11-15
Brian Aker
Flags fix found by Stuart Midgley
tree
|
commitdiff
2007-11-14
Brian Aker
Rework of the server connect so that "hostname" lookup...
tree
|
commitdiff
2007-11-13
Brian Aker
Testing to make sure that partial reads do not break...
tree
|
commitdiff
2007-11-13
Brian Aker
Adding comments to memcached_mget() that you need to...
tree
|
commitdiff
2007-11-12
Brian Aker
Updated tests (including one possible failing test...
tree
|
commitdiff
2007-11-12
Brian Aker
Fixing increment and decrement to take a 64bit unsigned...
tree
|
commitdiff
2007-11-09
Brian Aker
Fixed bug reported by Stuart Midgley about what happens...
tree
|
commitdiff
2007-11-09
Brian Aker
Merged in new generate tests.
tree
|
commitdiff
2007-11-09
Brian Aker
Updating test cases to return true/false
tree
|
commitdiff
2007-11-09
<brian@gir.tangen...
More tests.
tree
|
commitdiff
2007-11-05
Brian Aker
Fixup for release
0.8
tree
|
commitdiff
2007-11-04
Brian Aker
Refactored out actual test code from test.c
tree
|
commitdiff
2007-11-04
Brian Aker
fetch_result() implemented for memcached_result_st.
tree
|
commitdiff
2007-11-03
Brian Aker
Restructuring for new memcached_result_st.
tree
|
commitdiff
2007-11-03
Brian Aker
Fixed 64bit issue in hash.
tree
|
commitdiff
2007-11-01
Brian Aker
pkgconfig support done (need to write example)
tree
|
commitdiff
next