Commit graph

2485 commits

Author SHA1 Message Date
Konrad Malawski
4c81e6cbea +doc,htp #18496 cancelRejections 2015-10-12 02:05:29 +02:00
Konrad Malawski
ce07ae75b7 +doc,htp #18496 overrideMethodWithParameter 2015-10-12 02:05:29 +02:00
Konrad Malawski
9edffd0930 -htp #18626 remove overrideStatusCode
we don't recommend using it.
2015-10-12 02:05:28 +02:00
Konrad Malawski
ea49e7624c =doc,htpi #18496 more security directives docs 2015-10-12 02:05:28 +02:00
Martynas Mickevicius
c970d019e3 =doc remove misleading statement on async custom stages 2015-10-11 18:38:37 +03:00
Alexander Golubev
53d0627675 =str #18133 Sink.actorSubscriber() should verify the props 2015-10-09 15:11:01 -04:00
Viktor Klang (√)
92e2ac21f0 Merge pull request #18647 from akka/wip-17827-alsoTo-√
=str - #17827 - Introduces  operator for Sources and Flows, to attach…
2015-10-09 21:06:57 +02:00
Viktor Klang
08d702faf8 =str - #17827 - Introduces operator for Sources and Flows, to attach a Sink in an inline broadcast fashion. 2015-10-09 21:05:50 +02:00
Konrad Malawski
83ec1f2b0b Merge pull request #18691 from spray/w/small-java-http-api-fixes
+htc add missing javadsl.Http.outgoingConnectionTls overload + remove extra params
2015-10-09 17:50:44 +02:00
Johannes Rudolph
4cbbb7dbad =htc fix WS masking for empty frames on client side 2015-10-09 17:31:22 +02:00
Johannes Rudolph
5e0caf8fe1 +htc allow configuration of random source in Websockets + various cleanups 2015-10-09 17:26:55 +02:00
Johannes Rudolph
435a3387bf =htc cleanup of WS infrastructure 2015-10-09 17:06:53 +02:00
Johannes Rudolph
6aefb35cbe +htc add missing javadsl.Http.outgoingConnectionTls overload + remove extra params 2015-10-09 17:04:54 +02:00
Jesse Haber-Kucharsky
7ae5307b48 =htt #17353 Reduce verbosity of logging on pool shutdown 2015-10-09 10:06:14 -04:00
Konrad Malawski
9293c4b312 Merge pull request #18663 from ktoso/wip-directives-java-ktoso
=doc,htp #18657 document Headers/FormField request values
2015-10-09 15:19:29 +02:00
Konrad Malawski
b2c0b16a17 Merge pull request #18680 from spray/w/stream-bits
Smallish stream bits
2015-10-09 13:32:43 +02:00
Johannes Rudolph
3193eb8009 +stk add TestSubscriber/Publisher.Probe.ensureSubscription to allow manual initialization
Otherwise, it is not possible to use `expectNoMsg()` as the first operation.
2015-10-09 13:00:26 +02:00
Johannes Rudolph
ac8a5bad60 +str #18679 add BidiFlow.mapMaterializedValue 2015-10-09 13:00:26 +02:00
Konrad Malawski
4e7999cf0a +htc,doc #18657,#18665 FormData javadsl and FormField docs 2015-10-08 16:50:21 +02:00
Konrad Malawski
a17604500f =doc,htp #18657 document FormField vals 2015-10-08 13:01:25 +02:00
Konrad Malawski
27eba7ffa3 =doc,htp #18657 document Headers request values 2015-10-08 13:01:25 +02:00
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