Commit graph

1404 commits

Author SHA1 Message Date
drewhk
3b1bc67090 Merge pull request #16572 from drewhk/wip-stream-doc-graph-cycles-drewhk
+doc: Document graph cycles
2014-12-19 15:40:26 +01:00
Mathias
35d1855e08 =htc make server accept early incoming request stream close
This is the fix for #16510 on the server-side.
2014-12-19 15:24:18 +01:00
Patrik Nordwall
872d5d10b0 Merge pull request #16579 from akka/wip-16549-doc-rs-integration-patriknw
=str #16549 doc: Integration with Reactive Streams
2014-12-19 15:17:13 +01:00
Endre Sándor Varga
8190790eb6 +doc: Document graph cycles 2014-12-19 15:16:14 +01:00
Johannes Rudolph
af14fd8243 =doc a first set of new and imported documentation for akka-http 2014-12-19 15:09:57 +01:00
Johannes Rudolph
6f11735765 =doc move http documentation around and setup high-level documentation structure 2014-12-19 15:09:42 +01:00
Mathias
166be32ce6 =htc #16574 fix large requests not being consumable on the server-side 2014-12-19 14:56:51 +01:00
Mathias
0f0ce513ff =htc small improvement in BodyPartParser 2014-12-19 14:42:37 +01:00
Roland Kuhn
662029e0ea =str #16549 write intro to docs 2014-12-19 13:59:04 +01:00
drewhk
cf46428627 Merge pull request #16498 from drewhk/wip-15239-stream-cookbook-drewhk
Stream cookbook
2014-12-19 13:30:33 +01:00
Patrik Nordwall
462ffe129f =str #16549 doc: Integration with Reactive Streams 2014-12-19 13:09:35 +01:00
Patrik Nordwall
f2f2e0ff8a Merge pull request #16570 from akka/wip-16549-doc-integration-patriknw
=str #16549 doc: Integration with External Services
2014-12-19 13:06:11 +01:00
Patrik Nordwall
fdbd19e302 =str #16549 doc: Integration with External Services 2014-12-19 13:05:01 +01:00
Endre Sándor Varga
7a75965270 fixed merge conflicts, fixed reducebykey 2014-12-19 11:39:41 +01:00
Endre Sándor Varga
2c01bed1a7 +doc #15239: Stream cookbook 2014-12-19 11:29:27 +01:00
Mathias
968e9cc5a7 =htc refactor HttpClient stream setup, closes #16510 2014-12-18 17:14:55 +01:00
Mathias
4d907bfb50 =htc small refactoring in OneHundredContinue support 2014-12-18 17:12:17 +01:00
Mathias
44a684c390 !htc clean up and unify HTTP exception model 2014-12-18 17:12:17 +01:00
Mathias
cf7e62d9ee =str apply temporary work-around for #16571 2014-12-18 17:12:17 +01:00
Mathias
25dd541f29 =htc small improvements in DateTime 2014-12-18 17:12:17 +01:00
Mathias
12f05b0333 =htp mark Http.ServerBinding sealed 2014-12-18 17:12:17 +01:00
Patrik Nordwall
ef2835d60e Merge pull request #16550 from akka/wip-16400-javadsl-stream-io-patriknw
!str #16400 Add Java API for StreamTcp
2014-12-18 13:19:20 +01:00
Patrik Nordwall
042701efba Merge pull request #16562 from akka/wip-16484-removed-junction-name-patriknw
!str #16484 #16392 Remove String identifier of junctions
2014-12-18 13:18:11 +01:00
Patrik Nordwall
7034c60eb3 !str #16400 Add Java API for StreamTcp
* move io.StreamTcp to scaladsl.StreamTcp
* add javadsl.StreamTcp that delegates to scaladsl implementation
* move impl
* add java test
2014-12-18 12:40:41 +01:00
Patrik Nordwall
e85ba73af0 !str #16484 #16392 Remove String identifier of junctions
* descriptive name can still be defined with OperationAttributes.name
* revisit all factory methods (apply/create) and implement and document
  them in a consistent manner
2014-12-18 12:25:59 +01:00
Konrad Malawski
b67688dd59 Merge pull request #16555 from ktoso/docs-streams-graphs
akka streams docs: graphs
2014-12-17 16:15:34 +01:00
Konrad 'ktoso' Malawski
8274453549 +doc akka streams docs, flowGraphs 2014-12-17 15:47:12 +01:00
Patrik Nordwall
5892d49bed Merge pull request #16559 from akka/wip-16557-Source.single-patriknw
!str #16557 Rename Source.singleton to Source.single
2014-12-17 13:05:39 +01:00
Patrik Nordwall
05a0d39d26 Merge pull request #16556 from akka/wip-16455-cleanup-materializer-settings-patriknw
!str #16455 Remove unused fanout settings
2014-12-17 13:02:29 +01:00
Konrad Malawski
59f776b887 Merge pull request #16558 from akka/wip-16479-FreeDirective-patriknw
=str #16479 Make constructor of FreeDirective internal
2014-12-17 12:54:47 +01:00
Konrad Malawski
29f70d9d6b Merge pull request #16526 from ktoso/docs-streams-quickstart-ktoso
akka-streams docs - quickstart
2014-12-17 12:28:43 +01:00
Konrad 'ktoso' Malawski
463df34d7a +doc quickstart docs for akka streams, initial version 2014-12-17 12:08:22 +01:00
Patrik Nordwall
d6bd77cf05 =str #16479 Make constructor of FreeDirective internal 2014-12-17 12:02:42 +01:00
Patrik Nordwall
5bf2ab43bd !str #16557 Rename Source.singleton to Source.single 2014-12-16 17:02:27 +01:00
Roland Kuhn
b42124cbe4 Merge pull request #16489 from spray/w/16488-fix-http-tests
=htc #16488 add missing assertions in tests
2014-12-16 15:55:53 +01:00
Patrik Nordwall
601b67c8e7 !str #16455 Remove unused fanout settings 2014-12-16 15:07:41 +01:00
Konrad Malawski
9c47f35459 Merge pull request #16551 from ktoso/docs-dev-styling
+doc apply new docs design to akka-docs-dev
2014-12-16 14:44:55 +01:00
Patrik Nordwall
9db464f50a Merge pull request #16457 from spray/w/introduce-http-aggregate-project
+pro create akka-http-parent project as an anchor to run aggregate tasks on
2014-12-16 14:42:03 +01:00
Konrad 'ktoso' Malawski
d6062d9549 +doc apply new docs design to akka-docs-dev 2014-12-16 12:47:24 +01:00
Johannes Rudolph
75f262d047 =htc #16488 add missing assertions in tests
- replaced pure `===` by `shouldEqual`
 - fixed the backport of spray/spray#927 in ae8c47acc170907ee9c8dfbcb946b400035f6877
 - fixed HttpHeaderParserSpec
2014-12-16 10:39:10 +01:00
Konrad Malawski
02313342fc Merge pull request #16544 from akka/wip-15964-remove-persistence-dependency-patriknw
!str #15964 Remove dependency to persistence
2014-12-15 16:50:22 +01:00
Patrik Nordwall
e730f04a85 !str #15964 Remove dependency to persistence
* It will show up again in the right place, in enhanced form, by #16541
2014-12-15 16:27:43 +01:00
Konrad Malawski
73e2891502 Merge pull request #16485 from 2beaucoup/header-order-fix
=htc #16482 preserve header order during parse
2014-12-11 15:01:25 +01:00
2beaucoup
57aeb4aa54 =htc small cleanup 2014-12-11 14:43:08 +01:00
Johannes Rudolph
88a79556cb =htc #16500 parse Sunday dates and dates with long weekday names correctly
Also, make sure not to parse well-known parameters into the extension block.

Thanks, @richdougherty for the first version of this patch and the additional
test cases.
2014-12-11 08:43:41 +01:00
André Rüdiger
1eee973fc2 =htc #16501 render custom Date header 2014-12-11 00:41:00 +01:00
Konrad Malawski
314040b95e Merge pull request #16481 from 2beaucoup/minor-fixes
Minor changes to the Java API of the HTTP core model
2014-12-10 14:18:50 +01:00
Konrad Malawski
b570a5bff4 Merge pull request #16509 from spray/w/16508-fix-StatefulStage-emit
=str #16508 in StatefulStage.emit don't lose state change for single-element iterator
2014-12-10 14:05:06 +01:00
Konrad Malawski
2fee14f7bb Merge pull request #16471 from akka/wip-noclose-optimization-√
=str - Addresses so that the optimizer for collect does not close over t...
2014-12-10 13:52:18 +01:00
Johannes Rudolph
2b3bb2246f =str #16508 in StatefulStage.emit don't lose state change for single-element iterator 2014-12-10 12:28:24 +01:00