Martynas Mickevicius
4841b17ca2
=doc #17291 grammar fixes and Await.result instead of Await.ready
2015-06-22 13:54:49 +03:00
Martynas Mickevičius
5671bbe696
=doc #17291 java docs code
2015-06-19 14:42:43 +03:00
Martynas Mickevičius
27dd698706
=doc #17291 more stream test docs
2015-06-19 10:03:55 +03:00
drewhk
b4272b77c2
Merge pull request #17107 from alekstorm/repeated-parameter
...
+htp extract multiple occurrences in the parameters/formFields directives by suffixing with *
2015-06-18 13:27:51 +02:00
Alek Storm
d3742c577a
+htp extract multiple occurrences in the parameters/formFields directives by suffixing with .*
2015-06-17 22:21:37 -07:00
drewhk
a9419b341f
Merge pull request #17756 from spray/wip-17187-mathias
...
=htc #17187 fix illegal request entities not producing the right error response
2015-06-17 16:57:54 +02:00
Mathias
19ebea0c7f
=htc #17187 fix illegal request entities not producing the right error response
2015-06-17 14:36:39 +02:00
drewhk
028bfa4e97
Merge pull request #17654 from spray/w/17051-fix-multipart-truncation
...
BodyPartParser fixes
2015-06-17 12:53:25 +02:00
drewhk
fa74651911
Merge pull request #17746 from spray/wip-17709-mathias
...
=htc #17709 fix incorrect default port in `Http.cachedHostConnectionPoolTls"
2015-06-17 12:42:07 +02:00
drewhk
a94830c656
Merge pull request #17710 from agolubev/agolubev-#17226-dropWhile-takeWhile
...
+str #17226 add dropWhile and takeWhile
2015-06-17 12:39:25 +02:00
Alexander Golubev
6f9438a2b0
+str #17226 add dropWhile and takeWhile
2015-06-16 17:55:50 -04:00
Mathias
11328b28f9
=htc #17709 fix incorrect default port in Http.cachedHostConnectionPoolTls
2015-06-16 16:03:21 +02:00
Mathias
c2588b7db5
=htp #17051 fix multipart unmarshaller not surfacing header parsing errors on outer (part) stream
2015-06-16 15:47:49 +02:00
Johannes Rudolph
eb8d834246
=htp #17051 fix BodyPartParser failing to detect initial boundary if it is chunked
2015-06-16 14:46:34 +02:00
Johannes Rudolph
211eeb95bd
=htp move tests for MultipartUnmarshallers to dedicated file
2015-06-16 14:46:33 +02:00
drewhk
52f08f035a
Merge pull request #17728 from spray/w/17551-fix-new-ActorInterpreter-leak
...
=htc #17551 fix leak because of never subscribed Websocket handler if connection is closed by peer
2015-06-15 17:40:45 +02:00
drewhk
171453b1e0
Merge pull request #17723 from drewhk/wip-17702-keep-none-drewhk
...
+str #17702 : Add Keep.none
2015-06-15 17:32:00 +02:00
drewhk
8769a3e79b
Merge pull request #17627 from spray/wip-17403-mathias
...
=htc #17403 fix connection pool reusing existing connections too early
2015-06-15 17:12:53 +02:00
Johannes Rudolph
3bc095b460
=htc #17551 fix leak because of never subscribed Websocket handler if connection is closed by peer
2015-06-15 17:06:22 +02:00
Endre Sándor Varga
f3bcf89c52
+str #17702 : Add Keep.none
2015-06-15 16:34:21 +02:00
drewhk
8778548a12
Merge pull request #17724 from drewhk/wip-17638-prestart-poststop-flexi-drewhk
...
+str #17638 : Add preStart/postStop to FlexiRoute and FlexiMerge
2015-06-15 16:27:27 +02:00
drewhk
080c989504
Merge pull request #17672 from drewhk/wip-16923-subsource-pubsink-drewhk
...
=str #16923 : Inject identity between SubscriberSource and PublisherSink
2015-06-15 16:25:29 +02:00
Mathias
6024b9ff65
=htc #17403 fix connection pool reusing existing connections too early
2015-06-15 15:52:15 +02:00
Endre Sándor Varga
74843eccaf
=str #16923 : Inject identity between SubscriberSource and PublisherSink
2015-06-15 14:40:09 +02:00
Endre Sándor Varga
70d6d20c1d
+str #17638 : Add preStart/postStop to FlexiRoute and FlexiMerge
2015-06-15 14:24:20 +02:00
drewhk
632868b868
Merge pull request #17660 from spray/w/another-batch-of-smallish-fixes
...
Fixes #16839 and #17067
2015-06-12 16:04:30 +02:00
drewhk
f777e7f681
Merge pull request #17658 from spray/w/17404-fix-ipv6-host-header
...
Fix #17404 and #17657
2015-06-12 16:02:06 +02:00
drewhk
66f6e4bf57
Merge pull request #17653 from spray/w/17652-remove-testkit-jackson-dependency
...
=pro #17652 remove http-testkit dependency on httpJackson
2015-06-12 15:54:51 +02:00
drewhk
23d7aa0aa2
Merge pull request #17636 from 2m/wip-uniform-fanin-variance
...
=str #16997 added variance annotation to UniformFanInShape
2015-06-12 15:47:31 +02:00
drewhk
bcc5003e47
Merge pull request #17659 from spray/w/16810-fix-flushing
...
+htp #16810 use flushing deflate call on Java > 6
2015-06-12 15:42:21 +02:00
drewhk
3fcdee2c24
Merge pull request #17685 from spray/w/17680-introduce-entity-content-length
...
+htc #17680 add `HttpEntity.contentLengthOption`
2015-06-12 15:22:51 +02:00
Viktor Klang (√)
3ca3a70936
Merge pull request #17674 from akka/wip-single-element-publisher-√
...
=str - Introduces a TCK-verified SingleElementPublisher to optimize S…
2015-06-12 08:52:21 -04:00
Viktor Klang
8165c806fc
=str - Introduces a TCK-verified SingleElementPublisher to optimize Source.single and things depending on it
2015-06-12 08:14:32 -04:00
drewhk
23a3d8d5fc
Merge pull request #17688 from agolubev/agolubev-#17461-add-foreachParallel
...
+str #17461 add a parallel version of foreach
2015-06-12 10:59:22 +02:00
Johannes Rudolph
a20f889ecb
+htc #17680 add HttpEntity.contentLengthOption
2015-06-12 10:50:19 +02:00
drewhk
446a616064
Merge pull request #17684 from spray/w/17683-fix-message-parser
...
=htc #17683 drop already consumed input in `continue` (+ ByteString compaction)
2015-06-12 10:46:55 +02:00
drewhk
a01eade9c0
Merge pull request #17686 from spray/w/17663-fix-HttpEntity.fromFile
...
=htc #17663 implement HttpEntity.apply(File)
2015-06-12 10:45:25 +02:00
drewhk
7d38b1da5a
Merge pull request #17689 from spray/w/17687-fix-spray-json-jsvalue-marshaller
...
!htj #17687 remove superfluous type parameter and implicit of `sprayJsValueMarshaller`
2015-06-12 10:44:51 +02:00
drewhk
ca5d27abbd
Merge pull request #17675 from akka/wip-remove-synchronousiterablepublisher-√
...
=str - Wip remove synchronousiterablepublisher √
2015-06-12 10:42:17 +02:00
drewhk
16afc46931
Merge pull request #17446 from drewhk/wip-17310-basic-framing-support-drewhk
...
+str #17310 : Basic framing support
2015-06-12 10:40:01 +02:00
Alexander Golubev
803607ff4d
+str #17461 add a parallel version of foreach (+1 squashed commit)
...
Squashed commits:
[7042ef9] +str #17461 add a parallel version of foreach (+1 squashed commit)
Squashed commits:
[a310520] +str #17461 add a parallel version of foreach
2015-06-09 14:42:39 -04:00
Viktor Klang (√)
2d898622f5
Merge pull request #17676 from akka/wip-nowrap-source-√
...
=str - fixing TODO about Source.wrap not having to re-wrap Sources
2015-06-09 14:07:09 +02:00
drewhk
c15f169f0e
Merge pull request #17666 from akka/wip-17662-√
...
+str - #17662 - Changes Sink.ignore to return a Future[Unit]
2015-06-09 13:29:54 +02:00
Johannes Rudolph
879e0f9540
!htj #17687 remove superfluous type parameter and implicit of sprayJsValueMarshaller
2015-06-09 12:54:49 +02:00
Johannes Rudolph
b27271fca8
=str fix comment and log typos
2015-06-09 11:30:53 +02:00
Johannes Rudolph
a4c3020559
=htc #17663 implement HttpEntity.apply(File)
2015-06-09 11:30:53 +02:00
Johannes Rudolph
751190f084
=htc compact outgoing ByteStrings in parsers to avoid referencing more memory than necessary
...
This was discussed previously in the context of spray where we came to the
conclusion that it makes sense to deliver compact ByteStrings on API
boundaries to avoid to carry around unused parts of ByteStrings.
2015-06-08 15:04:19 +02:00
Johannes Rudolph
a26670a58e
=htc #17683 drop already consumed input in continue
2015-06-08 14:59:00 +02:00
Johannes Rudolph
e540882049
+htp #16810 use flushing deflate call on Java > 6
2015-06-07 11:51:21 +02:00
Viktor Klang
3bf1c14b3a
=str - fixing TODO about scaladsl & javadsl Source/Sink/Flow/BidiFlow.wrap not having to needlessly re-wrap
2015-06-07 11:34:53 +02:00