Commit Graph

2751 Commits (04919ad540cc108a3f67ac801a47a69927f05089)
 

Author SHA1 Message Date
Brett Wooldridge b52a1e3092 Update README.md 9 years ago
Muruganantham K Mani a2271969d6 Division by 20 is equal to 5% of the maxLifetime 9 years ago
Muruganantham Mani 0b99b0655c Adding random 10 second for every hour in the maxlifetime. This would help manage the closing of connection in a span of seconds instead of all at once. issue #256 9 years ago
Brett Wooldridge 8230dcb9d5 Update dependencies. 9 years ago
Brett Wooldridge b1f8d12b8a Update README.md 9 years ago
Brett Wooldridge 26625ed292 Update README.md 9 years ago
Brett Wooldridge 5e6ede280a Update README.md 9 years ago
Brett Wooldridge 073cab8851 Update rev for RC2 9 years ago
Brett Wooldridge ef91504692 Update README.md 9 years ago
Brett Wooldridge 6320faf414 Fix test logging output. 9 years ago
Brett Wooldridge 725c218c9a Merge branch 'dev' 9 years ago
Brett Wooldridge 37b96f1ed9 Fixes #465 fix apparent leak of one connection leak at startup when minimumIdle=0 ... the connection is not leaked, but the ProxyLeakTask was not cancelled. 9 years ago
Brett Wooldridge 755f2da615 Merge pull request #463 from nitincchauhan/dev
cleanup
9 years ago
Nitin 01d30f36ed unit test fails for static 9 years ago
Nitin e4510974a8 cleanup 9 years ago
Brett Wooldridge d8db5d8d0b Removed, this issue only affect the 2.3.x branch. 10 years ago
Brett Wooldridge 3a23e0c2af Merge pull request #461 from nitincchauhan/dev
version update (someone else's pull request on same was old and lost)
10 years ago
Nitin 76b2cec207 version update (someone else's pull request on same was old and lost) 10 years ago
Brett Wooldridge b3d1694891 Merge pull request #460 from nitincchauhan/dev
commit initSql if isIsolateInternalQueries is also true
10 years ago
Nitin 792374ecba commit initSql if isIsolateInternalQueries is also true 10 years ago
Brett Wooldridge d1f26a9346 Merge pull request #459 from nitincchauhan/dev
removed check (claimed != null) from hotpath
10 years ago
Nitin 81a784fb68 static import 10 years ago
Nitin 5ac346be79 removed check (claimed != null) from hotpath 10 years ago
Brett Wooldridge aa06e6d26d Disabling still broken test. Maybe a rewrite is called for. 10 years ago
Brett Wooldridge 5b0336255d Disabling still broken test. Maybe a rewrite is called for. 10 years ago
Brett Wooldridge 4d54c8f1d5 Update change log. Try re-enabling TestConnectionCloseBlocking test. 10 years ago
Brett Wooldridge cfe7a9c689 Update dependencies. 10 years ago
Brett Wooldridge f9d4f0dc3c Merge pull request #454 from nitincchauhan/dev
calling closedconnection.close() should not throw exception.
10 years ago
Nitin 0291741501 indentation 10 years ago
Nitin 12dbecd859 close should throw exception 10 years ago
Brett Wooldridge d61b9c524d Disable until it can be reproduced locally. 10 years ago
Brett Wooldridge e511d930fc Very strange that I cannot get this test to fail locally ... likely a speed difference with travis-ci. 10 years ago
Brett Wooldridge fa2c4aff3c Don't reassign delegate until after eviction. 10 years ago
Brett Wooldridge 686926241f Fix broken test. 10 years ago
Brett Wooldridge a6f2534f4a Merge pull request #458 from brettwooldridge/experimental
Fixes #452 fixed race condition in the add-connection path
10 years ago
Brett Wooldridge 33138b18f7 Fixes #452 fixed race condition in the add-connection path. 10 years ago
Brett Wooldridge eee453a873 Merge branch 'dev' into experimental 10 years ago
Nitin 11808e521c unused import 10 years ago
Nitin 17b7f00eb1 removed redundant call 10 years ago
Nitin 4186e325b7 do not reset catalog to null 10 years ago
Nitin 4f467b3d37 calling closedconnection.close() should not throw exception. 10 years ago
Brett Wooldridge 514d062853 Merge pull request #453 from nitincchauhan/dev
remove method calls from hot path and sleep in smaller steps
10 years ago
Brett Wooldridge ce71aa8dc7 Unit test for issue #451 10 years ago
Nitin 3218166f7d remove method calls from hot path and sleep in smaller steps 10 years ago
Brett Wooldridge 316629b72f Merge pull request #450 from nitincchauhan/dev
init 'other' vars too for proxy connection
10 years ago
Nitin 8c509f3837 calling methods back and forth is past for good :) 10 years ago
Nitin 216b3c0ac4 setting only readonly and autocommit 10 years ago
Nitin bcde774078 check readonly on rollback 10 years ago
Nitin 10b0547ab7 comment corrected 10 years ago
Nitin 63c0fcb893 removed unused method 10 years ago