Konrad Malawski
58e59d6943
Merge pull request #18658 from akka/wip-18657-doc-java-directives-patriknw
...
=doc #18657 Doc java directives
2015-10-08 12:11:54 +02:00
Patrik Nordwall
3081893bfd
=doc #18657 Doc host and path directives
...
* also including docs of RequestVals.matchAndExtractHost
and RequestVals.matchAndExtractHost
* and add Host.create factory methods
* add missing HttpRequest PATCH and OPTIONS
* change to val in matchAndExtractHost for
fail fast exception
2015-10-08 11:50:41 +02:00
Konrad Malawski
5753cd6074
Merge pull request #18670 from ktoso/wip-fail-fast-missing-includecode-ktoso
...
+doc fails fast when includecode has no content
2015-10-08 11:38:12 +02:00
Konrad Malawski
608ca9d67e
+doc fails fast when includecode has no content
2015-10-08 11:00:01 +02:00
drewhk
a70ae576c9
Merge pull request #18152 from ryandbair/poolslot-leak
...
Ensure OutboundTcpStreamActor's promises are completed if the connection fails
2015-10-08 10:54:13 +02:00
drewhk
0756a2ff68
Merge pull request #18664 from akka/revert-18521-agolubev-#18486-subscriber-throws-if-subscribed-serveral-times
...
Revert "+str #18486 Source.subscriber's Subscriber throws if subscrib…
2015-10-07 16:51:33 +02:00
drewhk
a4db27f6ed
Revert "+str #18486 Source.subscriber's Subscriber throws if subscribed more than once"
2015-10-07 16:50:44 +02:00
drewhk
b374331b20
Merge pull request #18521 from agolubev/agolubev-#18486-subscriber-throws-if-subscribed-serveral-times
...
+str #18486 Source.subscriber's Subscriber throws if subscribed more than once
2015-10-07 16:36:18 +02:00
Konrad Malawski
bdaaad0f3a
Merge pull request #18654 from spray/wip-18121-mathias
...
=htc #18121 enable UTF-8 decoding for HTTP header values
2015-10-07 11:45:51 +02:00
Konrad Malawski
de9262ab8a
Merge pull request #18627 from ktoso/wip-directives-bonanza-ktoso
...
Akka HTTP Directives Documentation Bonanza
2015-10-07 10:47:15 +02:00
Konrad Malawski
7f883a8b16
+htp #18496 add missing directive documentation (scala)
2015-10-07 10:46:11 +02:00
drewhk
37e700ba33
Merge pull request #18656 from akka/wip—cached-name-identity-module-√
...
=str - Uses identityOp iso creating a new name for every Identity module
2015-10-07 10:29:52 +02:00
Viktor Klang
0a563d35d3
=str - Uses identityOp iso creating a new name for every Identity module
2015-10-06 23:28:13 +02:00
Mathias
3d3fe70293
=htc #18121 enable UTF-8 decoding for HTTP header values
...
If we detect a potential UTF-8 byte sequence we attempt decoding, otherwise we leave the bytes as they are.
2015-10-06 17:28:15 +02:00
Konrad Malawski
a60bf37dc0
Merge pull request #18652 from spray/w/fix-formatting
...
=htc fix formatting + typo
2015-10-06 14:59:03 +02:00
Johannes Rudolph
d1be812e41
=htc fix formatting + typo
2015-10-06 14:57:15 +02:00
Konrad Malawski
13ee16c72b
Merge pull request #18611 from ktoso/wip-httpclient-in-actor-ktoso
...
+doc,htc #18610 document using singleRequest in Actors
2015-10-06 13:37:36 +02:00
Konrad Malawski
452bbe03fe
+doc,htc #18610 document using singleRequest in Actors
2015-10-06 13:01:58 +02:00
Konrad Malawski
0fd924d2fe
Merge pull request #18648 from akka/wip-improve-syncfilepub-√
...
=str - Minor improvements to SynchronousFilePublisher
2015-10-06 12:54:31 +02:00
Konrad Malawski
e328473f22
Merge pull request #18642 from ktoso/wip-fix-tlsspec-ktoso
...
=htc #18641 request must be made to the right port
2015-10-06 12:37:40 +02:00
Viktor Klang
118c277d55
=str - Minor improvements to SynchronousFilePublisher
2015-10-06 12:16:58 +02:00
Konrad Malawski
f9909d79ab
Merge pull request #18562 from ktoso/wip-illegal-headers-warning-bad-ktoso
...
=htc #18533 make configuration of parsing less confusing
2015-10-06 10:40:06 +02:00
Konrad Malawski
491c0db19a
Merge pull request #18631 from spray/wip-18397-mathias
...
=htc #18397 fix ArrayIndexOutOfBoundsException in HttpHeaderParser
2015-10-05 12:54:12 +02:00
Konrad Malawski
ca4a4fe273
=htc #18641 request must be made to the right port
2015-10-05 12:17:45 +02:00
drewhk
eee21ac618
Merge pull request #18536 from agolubev/agolubev-#18411-add-FlowOps.zip()
...
+str #18411 add FlowOps.zip/zipWith/merge/concat operators
2015-10-05 12:02:26 +02:00
Konrad Malawski
7a070a3120
Merge pull request #18580 from spray/wip-18539-mathias
...
=htc #18539 Fix off-by-one error in response entity parsing
2015-10-05 10:28:52 +02:00
Alexander Golubev
3fa1de9e71
+str #18411 add FlowOps.zip/zipWith/merge/concat operators
2015-10-04 08:40:13 -04:00
Alexander Golubev
c8428a1bc3
+str #18411 add FlowOps.zip/zipWith/merge/concat operators
2015-10-03 23:26:06 -04:00
Alexander Golubev
993e545e99
+str #18411 add FlowOps.zip/zipWith/merge/concat operators
2015-10-03 14:28:57 -04:00
Konrad Malawski
ecd6b9e825
Merge pull request #18633 from 2beaucoup/effective-uri-with-port
...
=htp #18632 check ports of URI and Host header in effectiveUri
2015-10-02 15:56:10 +02:00
2beaucoup
c14572c21f
=htp #18632 check ports of URI and Host header in effectiveUri
2015-10-02 15:06:57 +02:00
Mathias
ffd18fa3c0
=htc #18397 fix ArrayIndexOutOfBoundsException in HttpHeaderParser
...
This error could occur if the parser sees relatively few, relatively long headers on one connection.
2015-10-02 14:55:25 +02:00
Mathias
78a5a21819
=htc fix off-by-one errors in header name and value length verification
2015-10-02 14:48:15 +02:00
Konrad Malawski
1bfff80f6a
Merge pull request #18578 from ktoso/wip-improve-spray-json-docs-ktoso
...
=htc,doc #18535 improved docs on spray-json usage
2015-10-02 11:43:34 +02:00
Konrad Malawski
6920e4cea2
=htc,doc #18535 improved docs on spray-json usage
2015-10-02 11:43:15 +02:00
Konrad Malawski
89a8d670c7
Merge pull request #18602 from ktoso/wip-htc-failure-docs-ktoso
...
+doc,htc #18600,18597 documents where/how to deal with failure in Http
2015-10-02 11:19:47 +02:00
Konrad Malawski
9bd11620f0
+htc add popular ContentType instances for convenience
2015-10-02 11:19:14 +02:00
drewhk
0e4b2f5f51
Merge pull request #18589 from drewhk/wip-optimize-graphinterpreter-drewhk
...
=str: Optmizing GraphInterpreter
2015-10-01 16:54:51 +02:00
Endre Sándor Varga
f4b614a186
=str: Optmizing GraphInterpreter
2015-10-01 16:16:42 +02:00
drewhk
e7a14e53a9
Merge pull request #18566 from drewhk/wip-fusable-fanin-fanout-drewhk
...
Wip fusable fanin fanout drewhk
2015-10-01 15:21:40 +02:00
Endre Sándor Varga
26680c3477
+str: fusable fan-in and fan-out ops
2015-10-01 14:41:33 +02:00
Konrad Malawski
96da6ad4bb
Merge pull request #18584 from kukido/kukido-17329-harmonize-spelling
...
=doc #17329 Spelling normalization, typos fixed.
2015-09-30 15:30:12 +02:00
Konrad Malawski
2838c8a512
Merge pull request #18614 from akka/wip-no-newInstance-√
...
Removes newInstance from StageModule and reduces the noise for implem…
2015-09-30 15:28:13 +02:00
Viktor Klang
5baae964a8
=str removes newInstance from StageModule and reduces the noise for implementing it
2015-09-30 15:27:38 +02:00
Konrad Malawski
573a69e2b9
+doc,htc #18600,18597 documents where/how to deal with failure in Http
2015-09-29 23:10:00 +02:00
Konrad Malawski
ed5102fa49
Merge pull request #18594 from spray/wip-upgrade-pb2
...
Upgrade parboiled 2 internalization to 2.1.0 release
2015-09-29 22:27:25 +02:00
Konrad Malawski
2f2e07666e
+htc,java #18600 Add missing convenience ContentTypes class
2015-09-29 20:58:47 +02:00
Konrad Malawski
9dbea14972
Merge pull request #18438 from agolubev/agolubev-#18111-SubscriberEvent_in_stream-testkit
...
+str #18111 SubscriberEvent in stream-testkit is not visible
2015-09-29 16:42:16 +02:00
Mathias
2bb777778d
=htc upgrade to updated akka.parboiled internalization
2015-09-29 16:33:54 +02:00
Mathias
aed50bc07d
!par upgrade akka.parboiled internal copy to parboiled 2.1.0
2015-09-29 16:33:50 +02:00