Commit graph

1780 commits

Author SHA1 Message Date
Martynas Mickevičius
cfe4e697fa =doc #17358 remove duplicates 2015-06-02 15:05:12 +03:00
drewhk
0e6694a102 Merge pull request #17633 from 2m/wip-buffer-drop-new
dropNew overflow strategy
2015-06-02 12:22:58 +02:00
Martynas Mickevičius
e863a9c703 =str #17167 drop new overflow strategy 2015-06-01 18:08:13 +03:00
Konrad Malawski
ce68659473 Merge pull request #17196 from ktoso/wip-splitAfter-ktoso
+str #16885 add splitAfter
2015-06-01 16:13:05 +02:00
drewhk
c59a176a84 Merge pull request #17506 from spray/w/16826-introduce-cookie-pairs
!htc #16826 introduce HttpCookiePair for usage in `Cookie`-header
2015-06-01 16:12:56 +02:00
drewhk
67f8e1b79d Merge pull request #17544 from drewhk/wip-minor-stream-cleanups
=str: Don't use "remaining", check proper localized TCP messages
2015-05-29 14:19:09 +02:00
Konrad Malawski
d4ee5e29cd Merge pull request #17602 from ktoso/wip-benchmark-http-ktoso
=ben allow http to be used in akka-bench-jmh
2015-05-28 20:05:21 +02:00
Konrad Malawski
521933fecc Merge pull request #17590 from danielwegener/patch-1
=doc: Update withRangeSupport.rst reference to RFC7233
2015-05-28 18:45:46 +02:00
Konrad Malawski
5e8ff792a0 +str #16885 add splitAfter
Implementation is shared with splitWhen - see Split / SplitWhere
Allows for easy addition of splitWhen(x => Decision) if we'd like to
Resolves #16885
2015-05-28 17:32:16 +02:00
Konrad Malawski
cfe38386e3 Merge pull request #17594 from 2beaucoup/fix-http-docs
=doc fix examples of Http extension
2015-05-28 15:39:38 +02:00
Konrad Malawski
aac7c16e10 Merge pull request #17577 from ktoso/log-impr-ktoso
+str #17298 include stream supervisor in log() source
2015-05-28 15:38:54 +02:00
Konrad Malawski
778e6ce3d2 +str #17298 include stream supervisor in log() source 2015-05-28 15:36:49 +02:00
drewhk
e2eab532ab Merge pull request #17552 from spray/w/fix-implicits
=htp add explicit result types to formField/parameter implicits
2015-05-28 12:51:13 +02:00
Johannes Rudolph
b2e6b650fd !htc #16826 introduce HttpCookiePair for usage in Cookie-header 2015-05-28 12:43:45 +02:00
2beaucoup
90c243d0ef =doc fix examples of Http extension 2015-05-28 10:10:58 +02:00
Daniel Wegener
287847acc1 =doc: Update withRangeSupport.rst
Linked http-bis-draft is now RFC7233
2015-05-27 08:57:34 +02:00
Konrad Malawski
43cca877fe Merge pull request #17561 from plm/release-2.3-dev
=doc Correct typos in "Streaming File IO" section
2015-05-24 19:03:01 +02:00
Philip L. McMahon
9c48bd8099 =doc Correct typos in "Streaming File IO" section 2015-05-24 09:55:19 -07:00
drewhk
7f04234d3e Merge pull request #17546 from spray/w/documentation
=doc another batch of documentation (example) fixes
2015-05-22 15:08:50 +02:00
Johannes Rudolph
c417d727da =htp add explicit result types to formField/parameter implicits
Otherwise, the applicability of the implicit conversions can depend on
the order of compiler-internal loading/typing which is hardly predictable.
2015-05-22 14:37:21 +02:00
drewhk
edab520787 Merge pull request #17545 from drewhk/wip-17361-fuse-http-java-scala-drewhk
+str #17361: Unified http java/scala projects except marshallers
2015-05-22 14:32:39 +02:00
Endre Sándor Varga
be82e85ffc +str #17361: Unified http java/scala projects except marshallers 2015-05-22 13:51:34 +02:00
Johannes Rudolph
4b256f7c1a =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
drewhk
454a393af1 Merge pull request #17542 from drewhk/wip-17491-bump-akka-version-drewhk
+str #17491: Bump Akka version and remove Functions template
2015-05-21 16:07:11 +02:00
Endre Sándor Varga
2a2f2f075e =str: Don't use "remaining", check proper localized TCP messages 2015-05-21 16:03:10 +02:00
Endre Sándor Varga
92882197a3 +str #17491: Bump Akka version and remove Functions template 2015-05-21 15:08:25 +02:00
drewhk
0c8d9cb522 Merge pull request #17467 from drewhk/wip-17464-mapConcat-iterable-drewhk
+str #1747: mapConcat accepts immutable.Iterable
2015-05-21 15:05:01 +02:00
drewhk
625d8532ee Merge pull request #17538 from spray/w/documentation
Current http documentation status
2015-05-21 14:47:00 +02:00
Endre Sándor Varga
30e4a57ee0 +str #17464: mapConcat accepts immutable.Iterable 2015-05-21 14:28:09 +02:00
drewhk
621da87708 Merge pull request #17466 from drewhk/wip-17465-abrupt-termination-exception-nostack-drewhk
!str #17465: Don't create expensive exceptions for abrupt termination
2015-05-21 14:14:52 +02:00
Johannes Rudolph
fd85cac20f =doc fix mentions of spray and link to magnet pattern 2015-05-21 13:24:57 +02:00
drewhk
d5b9978fee Merge pull request #17503 from 2beaucoup/resource-dir-listing
=htp #17495 don't serve the content of resource directories
2015-05-21 13:05:03 +02:00
Endre Sándor Varga
3124fc3018 !str #17465: Don't create expensive exceptions for abrupt termination 2015-05-21 13:03:06 +02:00
drewhk
cde622a0a9 Merge pull request #17534 from agolubev/agolubev-#16808-DNS-lookup-branched-from-2.3
=htp #16808 fix unnecessary reverse DNS lookups for >Java1.7
2015-05-21 11:57:15 +02:00
Johannes Rudolph
546936146b =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
Mathias
20759e1b34 =doc Significantly extend HTTP documentation with new content and ports from spray docs 2015-05-21 10:53:24 +02:00
Alexander Golubev
93741e5b33 =htp #16808 fix unnecessary reverse DNS lookups for >Java1.7 2015-05-20 16:54:10 -04:00
drewhk
6149b328a0 Merge pull request #17502 from spray/w/small-assorted-http-changes
Assorted http changes
2015-05-20 13:45:11 +02:00
drewhk
d1f83ab47b Merge pull request #17529 from spray/w/17494-fix-ws-interpreter-leak
=htc #17494 fix interpreter leak due to unsubscribed websocket handler hole
2015-05-20 11:35:54 +02:00
drewhk
b31393e787 Merge pull request #17367 from spray/w/17348-ignore-extra-LastChunk
=htc #17348 don't render extra LastChunk at the and of Chunked entity
2015-05-20 10:56:28 +02:00
Mathias
b5beb30c5d =htc Fix typo in error message and small improvement in reference.conf docs 2015-05-20 10:21:12 +02:00
drewhk
780e544466 Merge pull request #17500 from spray/w/marshalling-without-implicit-ExecutionContext
!htp Change marshalling and unmarshalling infrastructure to use ExecutionContext from RequestContext instead of an ad-hoc implicit one
2015-05-20 10:05:47 +02:00
Johannes Rudolph
600e20fa3f =htc #17494 fix interpreter leak due to unsubscribed websocket handler hole
The solution is to install a dummy handler when the connection is closed
while still being in http mode.
2015-05-20 09:37:07 +02:00
drewhk
873dc9a4a1 Merge pull request #17514 from drewhk/wip-17453-prefixandtail-race-drewhk
=str #17453: Fix substream RS compliance, awaitAllStagesStopped and FanIn leak
2015-05-19 16:29:54 +02:00
Konrad Malawski
bfa598f407 Merge pull request #17312 from ktoso/wip-java-future-mat-long-ktoso
=str IO stream sink/source materialized value must be boxed explicitly
2015-05-19 14:32:55 +02:00
Konrad Malawski
60f0bfba5d =str IO stream sink/source materialized value must be boxed explicitly 2015-05-19 12:19:09 +02:00
Endre Sándor Varga
8a7f6a357d =str #17453: Fix substream RS compliance, awaitAllStagesStopped and Fanin leak 2015-05-19 11:37:03 +02:00
drewhk
6d08cd48c6 Merge pull request #17471 from spray/wip-https-mathias
!htc HTTPS-enable server- and client-side APIs
2015-05-18 12:21:21 +02:00
Konrad Malawski
ff5ea56cfb Merge pull request #17485 from plm/release-2.3-dev
=htc s/timely request/timely response/
2015-05-17 16:45:19 +02:00
Mathias
b799399c84 !htp Change marshalling and unmarshalling infrastructure to use ExecutionContext from RequestContext
... instead of an ad-hoc implicit one.
This has the advantages that implicit (un)marshaller construction doesn't require an implicit EC anymore (a point that often tripped up users because the errors are mostly unhelpful or even misleading) and the ExecutionContext for all of the routing DSL is now configured in one central point (when constructing the `RequestContext`).
2015-05-17 16:35:56 +02:00