CARVIEW |
trondn
(Trond Norbye)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Trond Norbye
- Website/Blog
- https://trondn.blogspot.com/
- Location
- Norway
- Member Since
- Apr 27, 2008 (about 1 year)
Following 6 coders and watching 12 repositories view all →
Public Repositories (5)
-
bucket_engine
A multi-tenancy meta-engine for memcached.
Forked from northscale/bucket_engine Wed Jan 06 23:55:17 -0800 2010
Last updated Fri Jan 15 12:02:14 -0800 2010
-
memcached
Where I put all my changes :)
Forked from tmaesaka/memcached Thu May 22 00:17:14 -0700 2008
Last updated Fri Jan 15 11:56:37 -0800 2010
-
memcachetest
a multithreaded, portable, statistically accurate benchmark testing tool for memcached
Forked from ingenthr/memcachetest Sat Jun 20 11:29:33 -0700 2009
Last updated Sun Jan 10 10:01:47 -0800 2010
-
memcached-engines
Small stupid implementation of a memcached engine implemented in C++ using STL
Last updated Wed Dec 30 14:41:29 -0800 2009
-
kvtest
A framework for testing low-level key/value stores.
Forked from dustin/kvtest Tue Dec 29 00:45:36 -0800 2009
Last updated Wed Dec 30 11:55:52 -0800 2009
Public Activity 

-
Trond Norbye committed 61ec42e6:
Don't use -Werror on mingw

-
Trond Norbye committed 7ae06798:
Removed use of perl to build on win32

-
Trond Norbye committed fe58d0e8:
Removed use of perl to build on win32

-
Trond Norbye committed f53f34ff:
The mingw makefile whould live in the win32 directory

-
Trond Norbye committed 10ea730a:
Don't try to set errno

-
Trond Norbye committed 1c29b99f:
Removed dll extension from default_engine.so

-
Trond Norbye committed 1b7d2d5e:
Clean up windows implementation of dlxxxx

-
Trond Norbye committed b606a4f3:
Don't run the test in a child process if we track coverage with gcov

-
Trond Norbye committed 0f6bb7bf:
Run each testcase in a child process

-
Trond Norbye committed 882c568f:
Don't pass gcc specific options to non-gcc compilers

-
Trond Norbye committed 438c9b85:
Removed hardcoding of -lsqlite3

-
Trond Norbye committed fd797d09:
Disable some warnings, and fix some

-
Trond Norbye committed 0e27c872:
Added flags to aclocal

-
dustin committed 44d3befb:
Makefile cleanup.
-
dustin committed e3f11ce3:
Use my own hashtable.
-
dustin committed 6260d01d:
Clean up some compiler warnings.
-
dustin committed 60c3de8d:
Trying a single write per lock access.
-
dustin committed d5a6b205:
Fixed looking at wrong error message.
-
dustin committed 1de6beba:
Reuse the StoredValue
-
dustin committed 8c67624f:
Stick with larger transactions.
-
dustin committed bef0cccd:
Reuse StoredValue objects.
-
dustin committed c1aefd1a:
Retain dirty flag.
-
dustin committed 1b84b05f:
Fix up the queue checks.
-
dustin committed 594f3199:
Ensure towrite is initialized.
-
dustin committed f5e9df38:
Disallow copy and assignment from StoredValue
-
dustin committed 3fb2a629:
Don't forget the transactions.
-
dustin committed 1d27ad01:
Clean up on delete
-
dustin committed f29e824b:
Change calling syntax for consistency
-
dustin committed 4e86c036:
assert we're not overwriting a write queue
-
dustin committed 5a47fe97:
Tune the tests more for what they do than what they did.
-
dustin committed fb1fac30:
Tune the keys down a bit to fit into memory.
-
dustin committed ee51b225:
Don't queue something already queued.
-
dustin committed 202a8ff1:
Killing off google stuff.
And 7 more commits...

-
Trond Norbye committed 57ce793d:
Try aclocal-1.11 now that we use automake-1.11

-
Trond Norbye committed 57ce793d:
Try aclocal-1.11 now that we use automake-1.11

-
Trond Norbye committed 9589332a:
Parse config should be called through the API

-
Trond Norbye committed 68daf5d1:
Add parse_config as part of the server API

-
Trond Norbye committed f607030b:
Added first stab at async IO for binary protocol