2
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Style. More... about 14 years ago
Check the return value of the sscanf call in parse_date. More... about 14 years ago
Check the return value of the sscanf call in parse_date. More... about 14 years ago
Check the return value of the sscanf call in parse_time. More... about 14 years ago
Check the return value of the sscanf call in parse_time. More... about 14 years ago
sscanf returns an int, so tokens_read should also be an int. More... about 14 years ago
sscanf returns an int, so tokens_read should also be an int. More... about 14 years ago
Style. More... about 14 years ago
Style. More... about 14 years ago
Tidy: More... about 14 years ago
Tidy: More... about 14 years ago
Merge remote branch 'upstream/master' into dry_common_code More... about 14 years ago
Merge remote branch 'upstream/master' into dry_common_code More... about 14 years ago
First pass at DRYing of the common code. More... about 14 years ago
First pass at DRYing of the common code. More... about 14 years ago
Just operate on tokens_read (instead of missing). More... about 14 years ago
Just operate on tokens_read (instead of missing). More... about 14 years ago
Refactor parse_date_time, and fix test to function properly. More... about 14 years ago
Refactor parse_date_time, and fix test to function properly. More... about 14 years ago
Fix hangs in specs More... about 14 years ago
Fix hangs in specs More... about 14 years ago
A few iterative improvements to avoid Connection Pool exhaustion. More... about 14 years ago
A few iterative improvements to avoid Connection Pool exhaustion. More... about 14 years ago
Primarily fix bug introduced in 83d72d60: TZ DST calculation was broken. More... about 14 years ago
Primarily fix bug introduced in 83d72d60: TZ DST calculation was broken. More... about 14 years ago
Address FIXME: raise exception when we don't get a result when we expect one. More... about 14 years ago
Address FIXME: raise exception when we don't get a result when we expect one. More... about 14 years ago
Remove unused piece of code, and add FIXME. More... about 14 years ago
Remove unused piece of code, and add FIXME. More... about 14 years ago
Fix bug when using nested transactions in concurrent scenarios. More... about 14 years ago