Brett Wooldridge
3a11cccd81
Update README.md
11 years ago
Brett Wooldridge
9906bdd73d
Update README.md
11 years ago
Brett Wooldridge
cb6778eacc
Add default value for registerMbeans
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
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