Commit graph

148 commits

Author SHA1 Message Date
drewhk
7bdfd4e50f Merge pull request #17865 from agolubev/agolubev-#17399-add-boilerplate-remover-for-fan-in-junctions
+str #17399 add boilerplate remover for fan-in junctions
2015-09-02 12:13:48 +02:00
Alexander Golubev
7620014358 +str #17399 add boilerplate remover for fan-in junctions 2015-09-01 09:51:23 -04:00
Johannes Rudolph
9399455601 =doc add more documentation for WebsocketDirectives and testing 2015-08-26 13:39:20 +02:00
Johannes Rudolph
3b7d308545 !htp,jso,xml #18064 remove implicit parameters of Unmarshaller instances 2015-07-24 10:11:56 +02:00
Martynas Mickevičius
d27679ac99 Merge pull request #18029 from spray/w/java-side-documentation
+doc #18012 add Java-side Server Websocket documentation
2015-07-20 17:58:50 +03:00
Johannes Rudolph
539be789d9 +doc #18012 add Java-side Server Websocket documentation 2015-07-20 14:52:39 +02:00
Martynas Mickevičius
6b0cacb039 =doc #18012 rate transformation doc improvements
* use () when calling scala methods with side effects
* concat immutable lists instead of modifying mutable ones
* use Collections.singletonList instead of sublassing ArrayList
* and typo fixes
2015-07-20 15:21:16 +03:00
Konrad Malawski
30010374fa Merge pull request #18024 from 2m/wip-18012-rate-transformation-docs-2m
=doc #18012 rate transformation docs
2015-07-18 00:48:54 +02:00
Mathias
1441f201b1 =docs #18012 complete remaining TODO sections in scala HTTP docs 2015-07-17 17:08:26 +02:00
Martynas Mickevičius
ada0d31ec7 =doc #18012 rate transformation docs 2015-07-17 17:03:48 +03:00
Konrad Malawski
1c27e749b1 =str,doc #17993 explain how to use pipeto and dispatcher in docs 2015-07-15 11:23:22 +02:00
Konrad Malawski
0bcc996cc7 Merge pull request #17989 from 2m/wip-detached-docs-drewhk
Add documentation for DetachedStages
2015-07-14 19:34:22 +02:00
Martynas Mickevičius
d9386c8cc5 +doc java sample code for detached stage 2015-07-14 17:45:57 +03:00
Konrad Malawski
c4d018d31a Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54 =doc #17655 improvements in streams quickstart 2015-07-14 15:57:53 +02:00
Martynas Mickevičius
2a2088e06a Merge pull request #17980 from 2m/wip-17337-composition-docs-drewhk
+doc #17337: Document composability and modularity (with java code)
2015-07-14 13:56:54 +03:00
Martynas Mickevičius
eb74b3ec9d +doc #17337: java doc samples 2015-07-14 13:20:46 +03:00
Konrad Malawski
95e2640902 Merge pull request #17965 from spray/w/java-side-documentation
Java side documentation progress
2015-07-14 10:22:21 +02:00
Endre Sándor Varga
f330e61a05 +doc #17337: Document composability and modularity 2015-07-13 16:50:02 +03:00
Johannes Rudolph
f9b8125333 =doc add explanation about Route => Flow conversion 2015-07-13 14:40:23 +02:00
Endre Sándor Varga
0d8fd40b09 +doc: Add documentation for DetachedStages
also extend documentation with more diagrams
2015-07-12 10:28:49 +02:00
Endre Sándor Varga
47ea3fde38 created factory method 2015-07-09 18:01:45 +02:00
Konrad Malawski
c0e52338df =str #16787 java cookbook 2015-07-08 17:35:14 +03:00
Viktor Klang
2725bfc044 =str - Various internal Akka Stream improvements
* Gives Inlets and Outlets a `carbonCopy` method and switches to allocate them via `apply`
* Removes 4 Array allocations per FanIn and uses a bitmasked array instead
* Makes the FlattenStrategy.concat instance a singleton
2015-06-30 11:45:50 +02:00
Endre Sándor Varga
8702f09f10 Remove simple line parsing, exposing explicit delimiter stage instead 2015-06-24 11:19:29 +02:00
Endre Sándor Varga
c7a974dd1e Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Endre Sándor Varga
dc7269e620 Rename OperationAttributes to Attributes 2015-06-23 18:45:04 +02:00
Johannes Rudolph
c7bb5006f8 +doc add server-side WebSocket documentation 2015-06-22 20:56:36 +02:00
Konrad Malawski
e898f49d86 Merge pull request #17783 from 2m/wip-more-stream-test-docs
=doc #17291 more stream test docs
2015-06-22 17:41:30 +02:00
Martynas Mickevicius
4841b17ca2 =doc #17291 grammar fixes and Await.result instead of Await.ready 2015-06-22 13:54:49 +03:00
Mathias
7498533509 =docs #17600 fix incorrect http client example 2015-06-19 14:39:00 +02:00
Martynas Mickevičius
27dd698706 =doc #17291 more stream test docs 2015-06-19 10:03:55 +03: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
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
Viktor Klang
3dd40fc18c +str - #17662 - Changes Sink.ignore to return a Future[Unit] 2015-06-05 21:30:36 +02:00
Endre Sándor Varga
6318f3e972 +str #17310: Basic framing support 2015-06-02 14:24:42 +02:00
drewhk
0e6694a102 Merge pull request #17633 from 2m/wip-buffer-drop-new
dropNew overflow strategy
2015-06-02 12:22:58 +02:00
Martynas Mickevičius
e863a9c703 =str #17167 drop new overflow strategy 2015-06-01 18:08:13 +03:00
drewhk
c59a176a84 Merge pull request #17506 from spray/w/16826-introduce-cookie-pairs
!htc #16826 introduce HttpCookiePair for usage in `Cookie`-header
2015-06-01 16:12:56 +02:00
drewhk
67f8e1b79d Merge pull request #17544 from drewhk/wip-minor-stream-cleanups
=str: Don't use "remaining", check proper localized TCP messages
2015-05-29 14:19:09 +02:00
drewhk
e2eab532ab Merge pull request #17552 from spray/w/fix-implicits
=htp add explicit result types to formField/parameter implicits
2015-05-28 12:51:13 +02:00
Johannes Rudolph
b2e6b650fd !htc #16826 introduce HttpCookiePair for usage in Cookie-header 2015-05-28 12:43:45 +02:00
Johannes Rudolph
c417d727da =htp add explicit result types to formField/parameter implicits
Otherwise, the applicability of the implicit conversions can depend on
the order of compiler-internal loading/typing which is hardly predictable.
2015-05-22 14:37:21 +02:00
Johannes Rudolph
4b256f7c1a =doc another batch of documentation (example) fixes 2015-05-21 17:34:46 +02:00
Endre Sándor Varga
2a2f2f075e =str: Don't use "remaining", check proper localized TCP messages 2015-05-21 16:03:10 +02:00
Johannes Rudolph
fd85cac20f =doc fix mentions of spray and link to magnet pattern 2015-05-21 13:24:57 +02:00
Johannes Rudolph
546936146b =doc fixed example compile errors either by fixing files or commenting them for now 2015-05-21 10:53:37 +02:00
Mathias
20759e1b34 =doc Significantly extend HTTP documentation with new content and ports from spray docs 2015-05-21 10:53:24 +02:00
Konrad Malawski
60f0bfba5d =str IO stream sink/source materialized value must be boxed explicitly 2015-05-19 12:19:09 +02:00