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
Vert.x
Settings
|
Report Duplicate
16
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 5 of 199
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add support to FakeDNSServer to resolve with DNAME record
Mikko Nylén
More...
over 1 year ago
Catch exception from RecordDecoder and fail the DNS query
Mikko Nylén
More...
over 1 year ago
Reproducer for IllegalStateException when DNS responds with DNAME record
Mikko Nylén
More...
over 1 year ago
Add support for DNAME records in DnsMessageEncoder
Mikko Nylén
More...
over 1 year ago
Update src/main/asciidoc/http.adoc
Julien Viet
More...
over 1 year ago
Add a test for server RST flood protection + docs.
Julien Viet
More...
over 1 year ago
Ensure that the task is not in the tasks queue when it is rejected from the executor
Alexander Schwartz
More...
over 1 year ago
Netty 4.1.100.Final added an HTTP/2 RST frame flood protection, this makes it configurable.
Julien Viet
More...
over 1 year ago
Fix traffic shaping options (#4888)
Francisco Guerrero
More...
over 1 year ago
Ensure that the HTTP server supports WebSocket upgrades for HTTP/1.0 non persistent connections.
Julien Viet
More...
over 1 year ago
Add file store name to the FileSystemProps interface (#4886)
Francisco Guerrero
More...
over 1 year ago
The Vert.x HTTP server does not handle anymore WebSocket upgrades when the client presents a request with a connection header containing a close header (like nginx can send) and instead close the connection.
Julien Viet
More...
over 1 year ago
Fix incorrect TrafficShapingOptions field assignment in setCheckIntervalForStatsTimeUnit - see #4875
Julien Viet
More...
over 1 year ago
Fix a regression with the introduction of HTTP authority handling with HTTP/1.1 in which the server fails when handling an empty host portion of the host header. The authority method can also return null when no host header is present for HTTP/1.x
Julien Viet
More...
over 1 year ago
Remove reply address in event-bus registration metric as it's actually not exposed by implementations
Julien Viet
More...
over 1 year ago
Use a context promise instead of a plain one
Julien Viet
More...
over 1 year ago
More appropriate name
Julien Viet
More...
over 1 year ago
Report request failure to the resolver as such failures are part of statistics
Julien Viet
More...
over 1 year ago
Extract FakeAddressResolver so it can be reused in tests
Julien Viet
More...
over 1 year ago
The address resolver is missing the notion of endpoint which is an intermediary between the resolved address and the socket address the client eventually uses. This forces address resolver implementation to determine which internal endpoint was selected based on the socket address the resolver choose, specially when the client report usage statistics to the resolver.
Julien Viet
More...
over 1 year ago
Minor rename / cleanup
Julien Viet
More...
over 1 year ago
The new address resolver implementations must be passed a Vert.x instance, given that most of the time such resolver is used within a client that already references a vertx instance, we can lazy init the resolver and pass it the vertx instance of the client which removes a step in the client configuration and make sure that the vertx instance used by the client and the resolver are the same.
Julien Viet
More...
over 1 year ago
Remove useless CommandFactory service loader declaration
Julien Viet
More...
over 1 year ago
Merge pull request #4809 from eclipse-vertx/write-message-lock-free
Julien Viet
More...
over 1 year ago
Merge branch 'master' into write-message-lock-free
Julien Viet
More...
over 1 year ago
Improve the address resolver by providing a generic free super interface that can be used with permitted types when annotated with GenIgnore so rx-like shims can carry the method
Julien Viet
More...
over 1 year ago
Merge pull request #4874 from eclipse-vertx/http-client-resolver-integration
Julien Viet
More...
over 1 year ago
Refactoring to simplify the endpoint resolver implementation and remove un-necessary stuff
Julien Viet
More...
over 1 year ago
Improve the integration of the address resolver with the HttpClient
Julien Viet
More...
over 1 year ago
Implement a builder for HttpClient, this will be useful for configuring the address resolver for service discovery.
Julien Viet
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
198
199
→
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