1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove the incorrect_booleans stuff, turns out it was a bug in the do:mysql adapter in sequel More... about 14 years ago
update incorrect blobs and incorrect booleans so it works with the do:mysql adapter More... about 14 years ago
bump version More... about 14 years ago
don't dump out marshal errors to a file if an env var is set More... about 14 years ago
store session if we encounter an error on the remote server More... about 14 years ago
mysql: convert invalid dates to nil More... about 14 years ago
convert tinyint to boolean in mysql More... about 14 years ago
bump the version again More... about 14 years ago
clean up the resuming api a bit More... about 14 years ago
updated RestClient usage to use to_s instead of .body.to_s More... about 14 years ago
bugfix push data chunksize was not being stored in the stream state More... about 14 years ago
removed the gzip/gunzip utility methods, allow restclient and rack::deflater to take care of this for us. Also make compression optional from the client. More... about 14 years ago
update to require sinatra 1.0, bump version More... about 14 years ago
fixed require More... about 14 years ago
removed ClientSession, added push resuming (woot!!) More... about 14 years ago
allow resuming a pull operation (woot!) More... about 14 years ago
add Pull and Operation classes More... about 14 years ago
rest-client needs to be at least 1.4 More... about 14 years ago
regenerate gemspec More... about 14 years ago
relax the RestClient and Rack versions, and bump the taps version More... about 14 years ago
server: add an env var config option to disallow creating a session without a requested database url More... about 14 years ago
updated specs, needs more work though More... about 14 years ago
use Logger instead of peppered puts statements for debugging More... about 14 years ago
finally get around to renaming cmd_receive and cmd_send to pull and push More... about 14 years ago
Utils::base64encode typo More... about 14 years ago
updated help More... about 14 years ago
updated README More... about 14 years ago
Indicate the reason for the corrupted data in the exception More... about 14 years ago
destroying a session doesn't require disconnecting the db session anymore More... about 14 years ago
fix a big memory leak in the server More... about 14 years ago