root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @366 [366] 6 months rm #include stdlib.h
(edit) @365 [365] 6 months rm fix for with tests yes/no.
(edit) @364 [364] 6 months jake ticket 5 bug fix
(edit) @363 [363] 6 months jake ticket 5 bug fix
(edit) @362 [362] 7 months jake Bloom filter size not configurable, need to implement dynamic blooms
(edit) @361 [361] 7 months jake addressing compilation issues on osx
(edit) @360 [360] 7 months jake include path wrong
(edit) @359 [359] 7 months thai change readme.txt to README
(edit) @358 [358] 7 months thai update documentation for tweetserch/py, refactor search/twitter.py to …
(edit) @357 [357] 7 months thai relocate tweetsearch-py to tutorial/tweetsearch/py
(edit) @356 [356] 7 months thai update tweetsearch/py to the latest version
(edit) @355 [355] 7 months jake reponse time incr
(edit) @354 [354] 7 months jake Thai's django code
(edit) @353 [353] 7 months jake added perl subdir
(edit) @352 [352] 7 months jake workaround for ruby bindings
(edit) @351 [351] 7 months rm fix for thrift TMemoryBuffer changes, annoying…
(edit) @350 [350] 7 months rm first pass at storing log position for thrudex replay. have gotten stuck …
(edit) @349 [349] 7 months jake bug fix, clucene is messed up
(edit) @348 [348] 7 months jake better errors
(edit) @347 [347] 7 months jake hmm another break
(edit) @346 [346] 7 months jake better error handles
(edit) @345 [345] 7 months jake checked in tweetsearch
(edit) @344 [344] 7 months jake tweetscan bug fixes
(edit) @343 [343] 7 months rm abstime isn't in this, #include errno.h, problems found and fixes …
(edit) @342 [342] 7 months jake typo
(edit) @341 [341] 7 months jake useless include
(edit) @340 [340] 7 months jake Catch null queries
(edit) @339 [339] 8 months rm move common file logging code to thrucommon (replay needs a pass) and give …
(edit) @338 [338] 8 months jake change namespaces in thrift files
(edit) @337 [337] 8 months rm #include stdlib.h where appropriate.
(edit) @336 [336] 8 months jake Thai's patches
(edit) @335 [335] 8 months jake Another big issue related to not closing the readers explicitly. the …
(edit) @334 [334] 8 months jake Scan was wrong for base64 keys
(edit) @332 [332] 8 months jake Incremental update, not functional yet…
(edit) @331 [331] 9 months jake no longer required
(edit) @330 [330] 9 months jake base64 encode the keys so that keys can have /&$ etc
(edit) @329 [329] 9 months rm fix thrurecorder when no spread is available
(edit) @328 [328] 9 months rm put libspread checks around Spread
(edit) @327 [327] 9 months jake Query perf speedup
(edit) @326 [326] 9 months jake added bench
(edit) @325 [325] 9 months jake Added thrudex_bench, stablized the concurrency issues by using coarse …
(edit) @324 [324] 9 months jake tests
(edit) @323 [323] 9 months jake fixed thread saftey issue
(edit) @322 [322] 9 months jake a place for clients
(edit) @321 [321] 9 months jake a place for clients
(edit) @320 [320] 9 months jake removed asserts
(edit) @319 [319] 9 months rm include m4 files for non-common stuff so errors will come out at more …
(edit) @318 [318] 9 months rm missed in prev commit
(edit) @317 [317] 9 months rm use the new Hashing stuff in thrucommon
(edit) @316 [316] 9 months rm added Hashing library and tests. renamed CircuitBreakerTest? to …
(edit) @315 [315] 9 months jake abstracted bloom_filter
(edit) @314 [314] 9 months jake added counting bloom filter
(edit) @313 [313] 9 months rm Replication: - listen for replay next requests on both the main group and …
(edit) @312 [312] 9 months rm support tracking group membership
(edit) @311 [311] 9 months rm ReplicationRecorder?. ReplicationBackend? and SpreadBackend? ported to …
(edit) @310 [310] 9 months rm delete RecoveryManager?
(edit) @309 [309] 9 months rm added unit tests for circuit breaker. added logging and fixed found bugs
(edit) @308 [308] 9 months rm validate key for some non-legal file chars
(edit) @307 [307] 9 months rm SpreadConnection? -> Spread
(edit) @306 [306] 9 months rm remove old unused code around spread and replication, warning fixes.
(edit) @305 [305] 9 months rm functioning and tested SpreadConnection?, lots of bug fixes found via …
(edit) @304 [304] 9 months rm more work on SpreadConnection?, getting it working. initial introduction of …
(edit) @303 [303] 9 months rm port of the perl SpreadConnection?, decently faithful up to this point, …
(edit) @302 [302] 9 months jake Patch from JT
(edit) @301 [301] 9 months rm don't recreate the file everytime, losing old data
(edit) @300 [300] 9 months jake tests
(edit) @299 [299] 9 months jake If filter in memory index was all duplicates of disk, it would show 0 …
(edit) @298 [298] 9 months rm ignores
(edit) @297 [297] 9 months rm stats - ThrudexPassthruBackend?, StatsBackend?, thrudex_rrdtool.pl,
(edit) @296 [296] 9 months rm undef HAVE_CONFIG_H so that we don't get redef errors
(edit) @295 [295] 9 months rm don't name unused params
(edit) @294 [294] 9 months jake Changed order of operations for put
(edit) @293 [293] 9 months jake Ignore on disk docs that have been updated
(edit) @292 [292] 9 months jake Detect updates for sync
(edit) @291 [291] 9 months jake create index missing
(edit) @290 [290] 9 months jake api update
(edit) @289 [289] 9 months jake info -> debug
(edit) @288 [288] 9 months jake Fixed remove code
(edit) @287 [287] 9 months jake config missing
(edit) @286 [286] 9 months jake Should be 10M
(edit) @285 [285] 9 months jake Throxy, unfinished, checkpoint
(edit) @284 [284] 9 months rm #include <stdlib.h> where required
(edit) @283 [283] 9 months rm bring spread replication in to things. rename to just ReplicationBackend?.
(edit) @282 [282] 9 months rm comment about atomic_count
(edit) @281 [281] 9 months rm implementation of the circuit breaker patteren. will be useful to put …
(edit) @280 [280] 9 months rm working catchup. last_uuid is still a hack, more to come, but …
(edit) @279 [279] 9 months rm replay work, functional replay. now just need to store last and invoke …
(edit) @278 [278] 9 months rm call all the exceptions in do_message
(edit) @277 [277] 9 months rm poll for data waiting on spread_mailbox so that we don't hang in …
(edit) @276 [276] 9 months rm pretty much functional SpreadReplicationBackend? now, corrected wait …
(edit) @275 [275] 9 months rm another checkpoint. modifying calls now wait for their own response from …
(edit) @274 [274] 9 months rm another pass, getting there, but long way to go. this shit is …
(edit) @273 [273] 9 months rm initial import, checkpointing
(edit) @272 [272] 9 months jake new thrudex api
(edit) @271 [271] 9 months jake new thrudex
(edit) @270 [270] 9 months jake Perf boost
(edit) @269 [269] 9 months jake shouldn't be here
(edit) @268 [268] 10 months rm working towards spread based replication and replay
(edit) @267 [267] 10 months jake deadlock duh
(edit) @266 [266] 10 months jake added bloom to makefile
Note: See TracRevisionLog for help on using the revision log.