Commit Graph

728 Commits (HikariCP-1.3.7)
 

Author SHA1 Message Date
Brett Wooldridge bcb1d9d679 Update README.md 11 years ago
Brett Wooldridge f83ddc12d8 Update README.md 11 years ago
Brett Wooldridge 229188e4c8 Update README.md 11 years ago
Brett Wooldridge ab87a67cb4 Update README.md 11 years ago
Brett Wooldridge 5a670af8cb Update README.md 11 years ago
Brett Wooldridge 242618d0ab Update README.md 11 years ago
Brett Wooldridge 2dccd419c6 Update README.md 11 years ago
Brett Wooldridge 9038beb219 Update README.md 11 years ago
Brett Wooldridge 3a11cccd81 Update README.md 11 years ago
Brett Wooldridge 9906bdd73d Update README.md 11 years ago
Brett Wooldridge 07d630de5a #39 Get rid of anonymous inner class in ThreadLocal as it might possibly trigger a warning in Tomcat. 11 years ago
Brett Wooldridge 83b88f675e Fix backfill test to match new pool behavior. 11 years ago
Brett Wooldridge 0aa7bc5a11 Pass default auto commit state into constructor. 11 years ago
Brett Wooldridge ebf68a7176 Remove unused methods from signature 11 years ago
Brett Wooldridge 008ea8af45 Remove auto commit reset in alive test (it is done in ConnectionProxy.close() now), change idle connection tracking so as to eliminate the need for counting awaiting threads. 11 years ago
Brett Wooldridge 6fdc137566 Make methods final, and reset auto commit in close() 11 years ago
Brett Wooldridge b634085633 Make methods final. 11 years ago
Brett Wooldridge d4e15d097e Move some connection state reset logic into ConnectionProxy.close() to avoid additional method invocation overhead. 11 years ago
Brett Wooldridge 947e787a15 Rollback auto commit optimization, it performed worse. 11 years ago
Brett Wooldridge 32eadc1d8c Improved FastStatementList 11 years ago
Brett Wooldridge 9848138faa Remove blank line 11 years ago
Brett Wooldridge 106d5cc27c Performance tweaks 11 years ago
Brett Wooldridge de4059c0cb Add close() method that is synonymous with shutdown(), add toString() that prints the datasource including the pool name. 11 years ago
Brett Wooldridge 5fc58a2306 Add another exception test 11 years ago
Brett Wooldridge fa26ccc719 Avoid error message on shutdown when MBeans are not registered. 11 years ago
Brett Wooldridge cb6778eacc Add default value for registerMbeans 11 years ago
Brett Wooldridge 8fd836e657 #37 add sybase exceptions 11 years ago
Brett Wooldridge 2978660dc2 Add link to play framework plugin. 11 years ago
Brett Wooldridge fdf9ff1c7a Merge branch 'master' of https://github.com/brettwooldridge/HikariCP
* 'master' of https://github.com/brettwooldridge/HikariCP:
  Update maven info.
11 years ago
Brett Wooldridge d041c355a8 Update maven info. 11 years ago
Brett Wooldridge 1ad78ff88b Update changes log 11 years ago
Brett Wooldridge d07d944926 [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 601aaac9c0 [maven-release-plugin] prepare release HikariCP-1.3.0 11 years ago
Brett Wooldridge 0b73a2b214 Merge branch 'dev'
* dev: (22 commits)
  Javadoc, renaming, and cleanup.
  Fix FastStatementList unit test failure.
  Slightly cleaner fix for issue #35
  javadoc.
  Change default size from 16 to 32, and change growth factor from 4x to 2x.
  Add a pool state log at timeout failure.
  Synchronization fixes.
  Minor cleanup and javadoc.
  Refactored SpecializedConcurrentBag for efficiency, moved to util.
  Initialize the concurrent bag with an initial size.
  Cache the hashCode.
  Merged changed from fwbrasil
  Add license header and class-level javadoc.
  Even more detailed log for broken connections
  New concurrent connection container (moved away from LinkedBlockingQueue and LinkedTransferQueue).
  Adjust version number in the benchmark script.
  fix fast statement list overflow inconsistency
  Start of experimental implementation of a concurrent bag.
  Readability improvement.
  Added logging for broken connections.
  ...
11 years ago
Brett Wooldridge b81c24d43c Javadoc, renaming, and cleanup. 11 years ago
Brett Wooldridge ef82b6bf35 Fix FastStatementList unit test failure. 11 years ago
Brett Wooldridge 5bed7c4ed6 Update README.md 11 years ago
Brett Wooldridge a618dd9bf4 Fixed typo 11 years ago
Brett Wooldridge 6a8681bc70 Slightly cleaner fix for issue #35 11 years ago
Brett Wooldridge 142ae39059 javadoc. 11 years ago
Brett Wooldridge 07bc7b8916 Change default size from 16 to 32, and change growth factor from 4x to 2x. 11 years ago
Brett Wooldridge 67d476475e Update README.md 11 years ago
Brett Wooldridge de34c491a9 Fix typo in initializeFailFast property name. 11 years ago
Brett Wooldridge c600457f76 Update README.md 11 years ago
Brett Wooldridge ef15924884 Update README.md 11 years ago
Brett Wooldridge 67c4a84e18 Update README.md 11 years ago
Brett Wooldridge eba99e0932 Update README.md 11 years ago
Brett Wooldridge ff12869d4f Add a pool state log at timeout failure. 11 years ago
Brett Wooldridge 9f5ad18f20 Synchronization fixes. 11 years ago
Brett Wooldridge 5419073cea Minor cleanup and javadoc. 11 years ago