Patrik Nordwall
fa243e656b
Merge pull request #15701 from akka/wip-15564-stream-supervisor-patriknw
...
!str #15564 Add stream supervisor
2014-08-21 13:31:25 +02:00
Patrik Nordwall
e0bc669bc5
!str #15564 Add stream supervisor
...
* this is the first step, to enable safe FlowMaterializer that can be shared
* had to remove Log because of missing context (we need another solution for log)
* naming of the actors have changed, should be revisited
2014-08-21 13:30:37 +02:00
Patrik Nordwall
35f455d26d
Merge pull request #15557 from 13h3r/wip-initial-delay-for-tick-producer-13h3r
...
Initial delay support for TickProducer
2014-08-21 13:14:05 +02:00
Patrik Nordwall
d2e94e6207
Merge pull request #15703 from akka/wip-15608-exposed-publisher-race-patriknw
...
=str #15608 Make sure ExposedPublisher is first
2014-08-21 12:31:13 +02:00
Patrik Nordwall
4be757e492
=str #15608 Make sure ExposedPublisher is first
2014-08-21 12:30:16 +02:00
Alexey Romanchuk
edf59b1cd4
+str #15558 Initial delay support for TickProducer
2014-08-21 12:35:46 +07:00
Patrik Nordwall
fedde06bec
Merge pull request #15643 from akka/wip-15408-uncheckedVariance-patriknw
...
+str #15408 Replace uncheckedVariance annotations in Flow/Duct
2014-08-20 09:59:46 +02:00
Patrik Nordwall
2c7fd89479
+str #15408 Replace uncheckedVariance annotations in Flow/Duct
2014-08-20 08:39:17 +02:00
Patrik Nordwall
bf3551b554
Merge pull request #15673 from akka/wip-15076-foreach-patriknw
...
!str #15076 Make foreach a terminal operation, returning Future[Unit]
2014-08-20 08:08:39 +02:00
Patrik Nordwall
b6377a8baf
Merge pull request #15680 from akka/wip-15479-ActorPublisher-request-param-patriknw
...
!str #15479 "Rename ActorPublisher.Request parameter
2014-08-20 08:07:33 +02:00
Patrik Nordwall
0f2f5b3f89
Merge pull request #15562 from akka/wip–rename-tee-to-broadcast-√
...
= str - Renames Flow and Duct 'tee' operation to 'broadcast'
2014-08-20 07:48:57 +02:00
Roland Kuhn
fd96862913
Merge pull request #15580 from spray/w/15560-fix-entity-stream-termination
...
=htc #15560 close entity data stream eagerly + more tests + fix for #15686
2014-08-19 13:01:48 +02:00
Roland Kuhn
2c8b8af8e0
Merge pull request #15666 from spray/w/15665-fix-BoyerMoore
...
=hco #15665 fix BoyerMoore for byte values > 0x7f
2014-08-19 12:39:46 +02:00
Johannes Rudolph
e066dd36fc
=htc #15686 fix off-by-one error when creating strict entities for small payloads
2014-08-19 12:20:16 +02:00
Johannes Rudolph
b69235e195
=htc #15560 close entity data stream eagerly + add more tests
2014-08-19 12:13:23 +02:00
Patrik Nordwall
2e936e539c
!str #15479 "Rename ActorPublisher.Request parameter
...
* n is the name used in reactive streams
2014-08-18 11:28:11 +02:00
Patrik Nordwall
fdc5532483
!str #15076 Make foreach a terminal operation, returning Future[Unit]
2014-08-15 17:32:46 +02:00
Patrik Nordwall
f4bc1704d3
Merge pull request #15563 from akka/wip-materializer-last-√
...
= str - Moving FlowMaterializer argument to the end of all Flow and Duct...
2014-08-15 13:51:39 +02:00
Johannes Rudolph
793417cba0
=hco #15665 fix BoyerMoore for byte values > 0x7f
...
This also converts tests to run over a binary alphabet instead of over
plain alphanumeric chars.
2014-08-14 17:09:23 +02:00
Patrik Nordwall
0daaad5c4b
Merge pull request #15651 from akka/wip-http-build-patriknw
...
=pro Add akka-http to the aggregate project
2014-08-13 09:08:37 +02:00
Patrik Nordwall
5bc522903b
Merge pull request #15650 from akka/wip-stream-version-patriknw
...
=pro bump stream and http version
2014-08-11 20:20:06 +02:00
Patrik Nordwall
d7e817092d
Merge pull request #15639 from akka/wip-15535-npe-ActorPublisher-patriknw
...
=str #15535 Fix NPE in ActorPublisher stop
2014-08-11 13:13:08 +02:00
Patrik Nordwall
028e760370
=str #15535 Fix NPE in ActorPublisher stop
2014-08-07 16:35:22 +02:00
drewhk
ee527985dd
Merge pull request #15554 from spray/w/un-marshalling
...
http: new (un)marshalling infrastructure
2014-08-06 13:59:03 +02:00
Mathias
e7ef23f6f8
=htp Apply remaining review feedback
2014-08-06 00:20:12 +02:00
Mathias
3747196356
=htp Add more multipart unmarshalling tests
2014-08-05 20:11:18 +02:00
Mathias
70e6106243
=hco Apply review feedback
2014-08-05 20:11:18 +02:00
Mathias
1c3bd3817e
=hco,htp Upgrade to latest release-2.3-dev head
2014-08-05 20:11:18 +02:00
Mathias
991293b25f
+htp add high-level unmarshalling API entry point, more tests
2014-08-05 20:11:18 +02:00
Mathias
e39f4fd0d2
+htp add first version of new unmarshalling infrastructure, tests still missing
2014-08-05 20:11:18 +02:00
Mathias
bebdd549d3
=htp smaller improvements in the marshalling infrastructure
2014-08-05 20:11:18 +02:00
Mathias
bdcccf925a
!hco prepare for multipart body parser implementation
...
Breakingness stems from
- renaming `EnhancedString::getAsciiBytes` to `EnhancedString::asciiBytes`
- removal of `HttpForm` (for now)
- refactoring of `MultipartFormData`
2014-08-05 20:11:18 +02:00
Mathias
52839bc11d
+htp add first version of new marshalling infrastructure
2014-08-05 20:11:18 +02:00
Mathias
5fce301c28
+hco various smaller cleanups and helper additions
2014-08-05 20:11:18 +02:00
Viktor Klang
bb8ab0a925
= str - #15621 - Moving FlowMaterializer argument to the end of all Flow and Duct methods which uses it.
2014-08-05 11:36:07 +02:00
Viktor Klang
6c7dc10a50
= str - #15618 - Renames Flow and Duct 'tee' operation to 'broadcast'
2014-08-05 10:47:42 +02:00
drewhk
2ccf028a94
Merge pull request #15578 from drewhk/wip-15474-streams-migrate-spi-0.4-drewhk
...
Migrate streams to reactive-streams 0.4.M1
2014-07-28 12:17:25 +02:00
Endre Sándor Varga
d6fbadc61e
!str: #15474 : Migrate to reactive-streams 0.4.0.M1
2014-07-28 11:35:20 +02:00
Björn Antonsson
5b13266431
Merge pull request #15451 from akka/wip-fix-releasing-for-stream-http-ban
...
Changes needed to publish stream and http-core together with dependencies and docs.
2014-06-26 13:46:57 +02:00
Björn Antonsson
95c8077136
+pro,hco Disable JavaDoc and revert breaking code changes
2014-06-26 11:51:46 +02:00
Björn Antonsson
ccf902ef86
+pro,doc Make sure that doc gets published during subproject release
2014-06-26 11:51:46 +02:00
Björn Antonsson
e32ba9c54a
+pro,hco,par Make sure that things build on both 2.10 and 2.11
2014-06-26 11:51:45 +02:00
Björn Antonsson
8ff980c693
+pro Create aggregate project for pulishing stream/http-core/parsing
2014-06-26 11:51:34 +02:00
drewhk
0071d626f7
Merge pull request #15442 from drewhk/wip-15418-tcp-stream-npe-drewhk
...
=str #15418 : Fix NPE when stream is closed before having a connection ac...
2014-06-25 14:59:51 +02:00
Endre Sándor Varga
40706b89aa
=str #15418 : Fix NPE when stream is closed before having a connection actor
2014-06-25 11:03:18 +02:00
Patrik Nordwall
5eaa2bfa18
Merge pull request #15384 from 13h3r/release-2.3-dev
...
Fix Duct#append type parameter
2014-06-24 16:26:40 +02:00
Björn Antonsson
98a1203d00
Merge pull request #15397 from spray/w/akka-http-core-docs
...
First bits of akka-http-core Scala server documentation
2014-06-16 23:39:41 +02:00
Johannes Rudolph
c6993dd279
=doc first parts of HTTP model documentation
2014-06-16 23:09:51 +02:00
Björn Antonsson
d7b4770657
Merge pull request #15398 from spray/http-model-java-latest
...
Latest version of Java HTTP model
2014-06-16 16:55:12 +02:00
Björn Antonsson
e482957532
Merge pull request #15403 from spray/release-2.3-dev-http
...
akka-http-core: remaining functionality for M1
2014-06-16 15:47:30 +02:00