openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
glassfish-grizzly
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Oct 04, 2024 — Oct 04, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #2249 from carryel/feature/safe-attribute-holder
Bongjae Chang
More...
3 days ago
(Trivial) Disable the test for performance testing. + Used @Ignore annotation.
Bongjae Chang
More...
3 days ago
(Trivial) Disable the test for performance testing. This can sometimes take several tens of seconds depending on the system environment and performance.
Bongjae Chang
More...
3 days ago
Merge pull request #2247 from carryel/feature/safe-attribute-holder
Bongjae Chang
More...
6 days ago
Issue #2246 "IndexedAttributeHolder is not thread-safe under certain circumstances" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2246) + Implementing a new indexed AttributeHolder based on ConcurrentHashMap and migrating its functionality + Added test cases for multi-threaded situations. + Added tests to compare performance with existing IndexedAttributeHolder and UnsafeAttributeHolder implementations. + Added a constructor that allows you to specify the initial size of IndexedAttributeHolder.
Bongjae Chang
More...
14 days ago
Fixed returning incorrect attributes. It should return the actual value through the initializer, not the initializer itself, and is shown in typo.
Bongjae Chang
More...
16 days ago
Merge pull request #2243 from carryel/npe-methodbytes
Bongjae Chang
More...
18 days ago
Fixed an NPE that occurred when calling toString() on a recycled HttpRequestPacket instance(preventing an NPE when obtaining the methodBytes of Method). + (trivial) removed unused comment.
Bongjae Chang
More...
18 days ago
Merge pull request #2242 from carryel/bugfix/remove-trailing-ows-from-headervalues
Bongjae Chang
More...
22 days ago
Issue #2241 "Grizzly doesn't properly strip whitespace from header values" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2241) + (trivial) added a testcase for mixed OWS header value.
Bongjae Chang
More...
22 days ago
Issue #2241 "Grizzly doesn't properly strip whitespace from header values" (https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2241) + removed trailing not only SP but also HTAB during the header values parsing process.
Bongjae Chang
More...
22 days ago
Bump java used in workflow
Piotrek Zygielo
More...
3 months ago
Bump checkout and setup-java actions
Piotrek Zygielo
More...
3 months ago
Use Central to get Maven from
Piotrek Zygielo
More...
3 months ago
Prevent overflows
Piotrek Zygielo
More...
3 months ago
Merge pull request #2229 from kemalturksonmez/fix-dataframe-nullpointer
Ondro Mihályi
More...
4 months ago
Merge pull request #2220 from carryel/feature/strict-CRLF-for-chunked-transfer-coding
Ondro Mihályi
More...
4 months ago
Revert "getBytes()" in toString() to "bytes"
Ondro Mihályi
More...
4 months ago
Issue #2217 "Enhances line terminator for chunk-size in Chunked Transfer Coding" (https://github.com/eclipse-ee4j/grizzly/issues/2217) + Constructors with a Properties argument are supported.
Bongjae Chang
More...
5 months ago
Merge branch 'main' into feature/strict-CRLF-for-chunked-transfer-coding
Bongjae Chang
More...
5 months ago
Merge pull request #2230 from kofemann/drop-reflection-based-java-compatibility
Bongjae Chang
More...
5 months ago
Update modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOConnection.java
Tiramisu Mokka
More...
5 months ago
transport: remove reflection-based muticast support discovery
Tigran Mkrtchyan
More...
5 months ago
Removed unused
kemalturksonmez
More...
5 months ago
Added test cases
kemalturksonmez
More...
5 months ago
Added validation for toString and toLong
kemalturksonmez
More...
5 months ago
Removed fallback value
kemalturksonmez
More...
5 months ago
Merge pull request #2227 from carryel/feature/support-reuseport
Ondro Mihályi
More...
6 months ago
Addressed null pointer when constructing a string dataframe
Kemal Turksonmez
More...
6 months ago
Merge pull request #2224 from carryel/feature/100-continue-for-chunked-transfer-coding
Bongjae Chang
More...
6 months ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree