0
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2249 from carryel/feature/safe-attribute-holder More... 3 days ago
(Trivial) Disable the test for performance testing. + Used @Ignore annotation. 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. More... 3 days ago
Merge pull request #2247 from carryel/feature/safe-attribute-holder 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. 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. More... 16 days ago
Merge pull request #2243 from carryel/npe-methodbytes 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. More... 18 days ago
Merge pull request #2242 from carryel/bugfix/remove-trailing-ows-from-headervalues 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. 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. More... 22 days ago
Bump java used in workflow More... 3 months ago
Bump checkout and setup-java actions More... 3 months ago
Use Central to get Maven from More... 3 months ago
Prevent overflows More... 3 months ago
Merge pull request #2229 from kemalturksonmez/fix-dataframe-nullpointer More... 4 months ago
Merge pull request #2220 from carryel/feature/strict-CRLF-for-chunked-transfer-coding More... 4 months ago
Revert "getBytes()" in toString() to "bytes" 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. More... 5 months ago
Merge branch 'main' into feature/strict-CRLF-for-chunked-transfer-coding More... 5 months ago
Merge pull request #2230 from kofemann/drop-reflection-based-java-compatibility More... 5 months ago
Update modules/grizzly/src/main/java/org/glassfish/grizzly/nio/transport/UDPNIOConnection.java More... 5 months ago
transport: remove reflection-based muticast support discovery More... 5 months ago
Removed unused More... 5 months ago
Added test cases More... 5 months ago
Added validation for toString and toLong More... 5 months ago
Removed fallback value More... 5 months ago
Merge pull request #2227 from carryel/feature/support-reuseport More... 6 months ago
Addressed null pointer when constructing a string dataframe More... 6 months ago
Merge pull request #2224 from carryel/feature/100-continue-for-chunked-transfer-coding More... 6 months ago