Commit Graph

1382 Commits (34e58dfb2b05a3eab75b1f3585b89485191a086e)
 

Author SHA1 Message Date
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
Brett Wooldridge 86c45dbf24 Refactored SpecializedConcurrentBag for efficiency, moved to util. 11 years ago
Brett Wooldridge 3c60b60257 Initialize the concurrent bag with an initial size. 11 years ago
Brett Wooldridge 51336d7c74 Cache the hashCode. 11 years ago
Brett Wooldridge 372f15f46e Merged changed from fwbrasil 11 years ago
Brett Wooldridge b2641afe7e Add license header and class-level javadoc. 11 years ago
Brett Wooldridge ce2d5a3141 Even more detailed log for broken connections 11 years ago
Brett Wooldridge 522717f885 New concurrent connection container (moved away from LinkedBlockingQueue and LinkedTransferQueue). 11 years ago
Brett Wooldridge 71ef0b6b8d Adjust version number in the benchmark script. 11 years ago
Brett Wooldridge de20a9e71c Merge commit '4bf148f6d07efb03acc495ff52f1fea9dca649e1' into dev
* commit '4bf148f6d07efb03acc495ff52f1fea9dca649e1':
  fix fast statement list overflow inconsistency
  Update README.md
  Update README.md
11 years ago
Flavio W. Brasil 4bf148f6d0 fix fast statement list overflow inconsistency 11 years ago
Brett Wooldridge e3a3a1ab3d Start of experimental implementation of a concurrent bag.
See http://geekswithblogs.net/simonc/archive/2012/03/26/inside-the-concurrent-collections-concurrentbag.aspx
11 years ago
Brett Wooldridge d403b01afa Readability improvement. 11 years ago
Brett Wooldridge 18d55c59de Update README.md 11 years ago
Brett Wooldridge 5a77931343 Update README.md 11 years ago
Brett Wooldridge 867fc03003 Added logging for broken connections. 11 years ago
Brett Wooldridge e39fc44ad9 Add log when pool is shutdown. 11 years ago
Brett Wooldridge 3b23c84413 Update snapshot version to 1.3 11 years ago
Brett Wooldridge f868d93a4e [maven-release-plugin] prepare for next development iteration 11 years ago
Brett Wooldridge 8c46b63bd1 [maven-release-plugin] prepare release HikariCP-1.2.9 11 years ago
Brett Wooldridge 4b225241fd Merge branch 'dev' of github.com:brettwooldridge/HikariCP into dev 11 years ago
Brett Wooldridge ca526c2e87 Remove pool size. 11 years ago
Brett Wooldridge c9f4598e53 Add debug log message for connections returned to the pool broken. 11 years ago
Brett Wooldridge af21882b37 Updated changes log. 11 years ago
Brett Wooldridge 2ecedd92ed Added configuration flags for fail-fast initialization and MBean registration. 11 years ago
Brett Wooldridge 555075adec Minor performance tweak. 11 years ago
Brett Wooldridge 0dada599f4 Try LinkedBlockingQueue. 11 years ago
Brett Wooldridge aeb8c91917 Changes to prevent over aggressive optimization by the JIT which was producing
incorrect benchmarking results.
11 years ago
Brett Wooldridge 5bb19da087 Use latest C3P0 in benchmark. 11 years ago
Brett Wooldridge e0c216a4c0 Fix unit test failures. 11 years ago
Brett Wooldridge 3e56436baa Add class paths for other pools. 11 years ago
Brett Wooldridge 2c0e009e4e Move up to bone release. 11 years ago
Brett Wooldridge 2053fdc973 Remove unnecessary optimisation that the JIT will perform anyway. 11 years ago
Brett Wooldridge cffe33706a Remove unused import. 11 years ago
Brett Wooldridge 1ba9987902 Remove resultset wrapper 11 years ago
Brett Wooldridge 2fd99e655d Log exception message when a connection failure occurs 11 years ago
Sebastian Jaenicke 65010d9487 Unregister MBeans on pool shutdown 11 years ago
Brett Wooldridge f3c0feb15c Fixed #29 implement clean shutdown 11 years ago
Brett Wooldridge f5171c96e6 Updated change log and benchmark script for new version. 11 years ago
Brett Wooldridge 3ac7d4a78d Update README.md 11 years ago
Brett Wooldridge 431b467387 Remove pool size. 11 years ago
Brett Wooldridge ea175f082b Add debug log message for connections returned to the pool broken. 11 years ago
Brett Wooldridge 3389acb153 Merge commit '1f0b022bc38616317d3aa10d18160b7cfbcf8e95' into dev
* commit '1f0b022bc38616317d3aa10d18160b7cfbcf8e95':
  Correcting username strings in example
  Updated release version
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release HikariCP-1.2.8
  Update README.md
  Update maven info for release 1.2.7
11 years ago
Brett Wooldridge e24338ca51 Updated changes log. 11 years ago
Brett Wooldridge 29520cdc20 Added configuration flags for fail-fast initialization and MBean registration. 11 years ago
Brett Wooldridge 5812d0e878 Minor performance tweak. 11 years ago
Brett Wooldridge a2cc87e6f2 Try LinkedBlockingQueue. 11 years ago