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
S
spray.io
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 28 of 89
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #416 from asnare/uri-impl-refactor
Mathias
More...
almost 12 years ago
Merge pull request #441 from ivantopo/issues/440
Mathias
More...
almost 12 years ago
= routing: small fix in tests, closes #453
Mathias
More...
almost 12 years ago
! util: remove SprayActorLogging and UtilSettings, simplify LoggingContext, fixes #421
Mathias
More...
almost 12 years ago
= util: add small and simple cache for creating settings from an ActorSystem
Mathias
More...
almost 12 years ago
Merge pull request #445 from Net-A-Porter/master
Mathias
More...
almost 12 years ago
= http: seal `ModeledHeader` parent class of predefined HTTP header model classes
Mathias
More...
almost 12 years ago
Merge pull request #449 from spray/wip/better-bytestringrendering
Mathias
More...
almost 12 years ago
= can: improve ByteStringRendering perf by replacing ByteStringBuilder with custom logic, closes #444
Mathias
More...
almost 12 years ago
= sbt: change spray-testkit dependency on akka-testkit from 'provided' to 'compile'
Lee Mighdoll
More...
almost 12 years ago
! can: introduce dedicated exceptions for connection failure and request timeout for host-level API
Ian Forsey
More...
almost 12 years ago
Merge pull request #438 from jrudolph/wip/document-parameter-directives
Mathias
More...
almost 12 years ago
Merge pull request #439 from agemooij/httpx-log-improvements
Mathias
More...
almost 12 years ago
Merge branch 'master' of github.com:spray/spray
Mathias
More...
almost 12 years ago
site: add redirect from parboiled.org to github wiki
Mathias
More...
almost 12 years ago
= can: always produce chunks if Content-Length >= autoChunkingThreshold
Johannes Rudolph
More...
almost 12 years ago
! util: Swap Duration.Undefined by Duration.Inf, fixes #440
Ivan Topolnjak
More...
almost 12 years ago
+ httpx: add support for specifying an optional log level with logRequest and logResponse
Age Mooij
More...
almost 12 years ago
= can: add streaming file upload code to simple-http-server example
Johannes Rudolph
More...
almost 12 years ago
+ can: add `spray.can.client/server.incoming-auto-chunking-threshold-size`, fixes #189
Johannes Rudolph
More...
almost 12 years ago
= docs: when extracting definition lines try not to match method name prefixes as well
Johannes Rudolph
More...
almost 12 years ago
= docs: add documentation for ParameterDirectives
Johannes Rudolph
More...
almost 12 years ago
= build: expect `sphinx-build` at well-known locations
Johannes Rudolph
More...
almost 12 years ago
+ http: support proxy authentication
AndrĂ© RĂ¼diger
More...
almost 12 years ago
+ can: proxy support, fixes #102 - added ConnectionType to HostConnectorSetup with the following options: - Direct - AutoProxied (default) - Proxied(proxyHost: String, proxyPort: Int) - added Map[String, ProxySettings]to ClientConnectionSettings (proxy settings per scheme) - HttpManager now calls connectorFor() which then delegates to hostConnectorFor() or proxiedConnectorFor() in case a proxy should be used. proxiedConnectorFor() returns a ProxiedHostConnector which fixes URIs and host headers and delegates to HttpHostConnector which connects to the proxy and is shared between ProxiedHostConnectors to the same proxy. - added Uri.normalizedForHttp() and Uri.httpScheme() to DRY up the default scheme/port logic - changed the param order in Uri.toEffectiveHttpRequestUri()
2beaucoup
More...
almost 12 years ago
+ can: Support access to the undecoded request target URL.
Andrew Snare
More...
almost 12 years ago
+ http: New Raw-Request-URI header that can be added by the server if configured to do so.
Andrew Snare
More...
almost 12 years ago
Merge pull request #424 from 2beaucoup/doc-fix
Mathias
More...
almost 12 years ago
= docs: small fixes - http pipelining enabled vs. not enabled - typo
2beaucoup
More...
almost 12 years ago
= docs: add section about how to edit documentation
Johannes Rudolph
More...
almost 12 years ago
←
1
2
…
24
25
26
27
28
29
30
31
32
…
88
89
→
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