0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
config updates
rm
More... over 16 years ago
valgrind suppressions
rm
More... over 16 years ago
pthread_key_create fixes. that was a tough one to track down. fix for invalid read in scan_helper
rm
More... over 16 years ago
move to thread local connections rather than connection pool. cleaner and faster, but has it's drawback: the number of connections open. however this svc is so low latency i'm not sure what would be gained from pooling
rm
More... over 16 years ago
implemented an optional memcached feature at the handler level. improved logging
rm
More... over 16 years ago
slightly improved w/timing and such. still needs work
rm
More... over 16 years ago
use data rather than partitions
rm
More... over 16 years ago
use test rather than partitions
rm
More... over 16 years ago
checkin fixes, no more (known) leaks in non-ex situations
rm
More... over 16 years ago
cleanup. improved logging/exceptions in mysql_glue
rm
More... over 16 years ago
thruqueue perl client More... over 16 years ago
tablename creator
rm
More... over 16 years ago
Added thruqueue More... over 16 years ago
Added thruqueue More... over 16 years ago
todo's & schema
rm
More... over 16 years ago
unknown key should be a warn not an error
rm
More... over 16 years ago
put mutexes around connection pool resources to address problems where two threads would get the same connection and cause havoc
rm
More... over 16 years ago
directory table with tablename rather than a table per tablename. removed some unused code Params no longer inherit, a little cleaner name cleanup. make test.
rm
More... over 16 years ago
echo admin command. beginnings of a test suite, written in perl, minor fixes and improvments.
rm
More... over 16 years ago
all formatting cleanup, no real changes
rm
More... over 16 years ago
initial admin interface. use #def's for the sizes of things. implement in non-db partition lookup. some magical c++ stl usage going on here, just so happened that all the pieces i need are there but i had to figure out how to. man stl usage is a mess. i need a real c++ programmer to talk to :(
rm
More... over 16 years ago
lots of cleanup, error-handling and rework. not ashamed of this stuff anymore
rm
More... over 16 years ago
serialization exmaple in perl
rm
More... over 16 years ago
spelling
rm
More... over 16 years ago
initial working scan support and related cleanup. some ignores etc.
rm
More... over 16 years ago
fixes More... over 16 years ago
Ebens fixes More... over 16 years ago
half-assed impl of scan, everything else is left alone. getting there tho
rm
More... over 16 years ago
Write-Through S3 Backend More... over 16 years ago
support configuration of the mysql backend
rm
More... over 16 years ago