Commit graph

2447 commits

Author SHA1 Message Date
Konrad Malawski
dfe327cbf9 Merge pull request #18961 from ktoso/wip-fixup-merge-order-problem-ktoso
=doc fixup due to validation having run before we merged in the rename
2015-11-18 18:24:21 +01:00
Konrad Malawski
8a33c22e8f =doc fixup due to validation having run before we merged in the rename 2015-11-18 16:20:38 +01:00
Konrad Malawski
ce774fa086 Merge pull request #18941 from spray/w/16828-cookie-parsing-new
!htc allow configuration of cookie parsing mode, fixes #16828
2015-11-18 16:03:36 +01:00
Konrad Malawski
00a7ecd1f0 Merge pull request #18893 from johanandren/wip-18471-metadata-plus-file-upload-johanandren
=doc WIP #18471 examples for file uploads
2015-11-18 14:33:10 +01:00
Konrad Malawski
a394e833bf Merge pull request #18924 from 2beaucoup/improve-tcp-doc
Show where connections are coming from in stream-io.rst
2015-11-18 12:01:12 +01:00
drewhk
73f689e8b8 Merge pull request #18927 from 2beaucoup/fix-stream-and-http-vesrion
Fix version for stream and http
2015-11-18 10:54:12 +01:00
drewhk
0d9b5dbd2e Merge pull request #18947 from akka/wip-18943-io-source-sink-√
!str - Moving the InputStream and OutputStream utilities into Source …
2015-11-18 10:33:44 +01:00
Viktor Klang
8780ba28a4 !str - Moving the InputStream and OutputStream utilities into Source and Sink 2015-11-18 09:13:57 +01:00
Johannes Rudolph
85993be484 !htc allow configuration of cookie parsing mode, fixes #16828 2015-11-17 17:06:38 +01:00
Konrad Malawski
cb8d3c4609 Merge pull request #18934 from akka/wip-18916-file-io-√
!str - 18916 - Source.file and Sink.file
2015-11-17 10:33:50 +01:00
Viktor Klang
20c996fe41 !str - 18916 - Source.file and Sink.file
* Removes `Synchronous` from the names and descriptions of File I/O as it leaks impl details
* Removes the factries for FileSource and FileSink and puts them in Source and Sink respectively
2015-11-17 09:50:10 +01:00
Konrad Malawski
89461c2b2a Merge pull request #18905 from ktoso/wip-throws-in-tests-empty-stream-ktoso
=str #18902 in tests (due to grouped+Sink.head) empty response stream…
2015-11-16 15:52:02 +01:00
Johan Andrén
cd3a9ccf85 =doc 18471 Document file uploads 2015-11-16 14:17:56 +01:00
Johannes Rudolph
b966a529a0 =htc fix formatting 2015-11-16 14:01:11 +01:00
drewhk
644555a93f Merge pull request #18914 from drewhk/wip-18835-keep-going-stage-drewhk
+str #18835: Allow stages to stay alive even after all ports closed
2015-11-16 11:32:33 +01:00
Konrad Malawski
8650d0c473 +str #18906 add Sink.headOption 2015-11-14 16:36:09 +01:00
Konrad Malawski
7d4304fc6e Merge pull request #18888 from spray/wip-16468-mathias
+htp #16468 add `withSizeLimit` modifier to `HttpEntity`
2015-11-13 18:46:35 +01:00
Mathias
e142e928da =doc add chapter on HTTP message entity size limiting 2015-11-13 17:40:58 +01:00
Mathias
52a6284966 =htp apply simplification possible after fix of #16394 2015-11-13 17:40:58 +01:00
Mathias
ad9d698209 =htp small style cleanup in tests 2015-11-13 17:40:58 +01:00
Mathias
83dd1a1c4e +htp #16468 add withSizeLimit modifier to HttpEntity to flexibilize entity size verification 2015-11-13 17:40:54 +01:00
2beaucoup
6ba1e481d3 =doc show where connections are coming from in stream-io.rst 2015-11-13 14:50:24 +01:00
Mathias
8e0373731d +str enable custom Attributes, add a few more helper methods for attribute querying 2015-11-11 21:29:38 +01:00
Endre Sándor Varga
3822f6cb1c +str #18835: Allow stages to stay alive even after all ports closed 2015-11-11 17:03:03 +01:00
drewhk
4e127e6206 Merge pull request #18903 from 2beaucoup/multipart-boundary-with-spaces
Accept multipart boundary parameters with internal spaces
2015-11-11 12:19:09 +01:00
drewhk
89bc6d544f Merge pull request #18848 from drewhk/wip-17924-make-intellij-import-work-drewhk
=str #17924: Make IntelliJ IDEA sbt import work again
2015-11-11 12:05:22 +01:00
drewhk
a130901379 Merge pull request #18871 from agolubev/agolubev-#18870-Refactoring_OutputStreamSource_InutStreamSink
=str #18870 optimizations of InputStreamSink, OutpuSreamSource
2015-11-11 11:38:41 +01:00
drewhk
99afc13872 Merge pull request #18702 from 2m/wip-async-stages-are-here
=doc remove misleading statement on async custom stages
2015-11-11 11:21:27 +01:00
drewhk
c56d4396df Merge pull request #18904 from drewhk/wip-18798-interpreter-fuzzing
+str #18798: Fuzzing mode for the interpreter
2015-11-11 09:33:28 +01:00
Alexander Golubev
27851d656c =str #18870 Refactoring and optimizations of InputStreamSink, OutputSreamSource 2015-11-10 11:13:21 -05:00
2beaucoup
0b16046a34 =htp #18881 accept multipart boundary parameters with internal spaces 2015-11-10 16:13:43 +01:00
Endre Sándor Varga
c4417a8c39 +str #18798: Fuzzing mode for the interpreter
*PHEAR ME*
2015-11-10 15:59:03 +01:00
Konrad Malawski
985e3b1c2f =str #18902 in tests (due to grouped+Sink.head) empty response stream would throw 2015-11-10 13:52:33 +01:00
Konrad Malawski
42ff7d7a59 Merge pull request #18854 from ktoso/mwip-more-idleTimeout-client-tests-ktoso
=str #17732 covered all client APIs to check if idle timeouts work
2015-11-10 10:55:48 +01:00
Konrad Malawski
bdafae9d48 Merge pull request #18897 from 2beaucoup/omit-parser-stacktrace
Don't print parsing exception stackstraces to the console
2015-11-09 16:52:34 +01:00
2beaucoup
bfa57dde43 =htp #18825 don't print parsing exception stackstraces to the console 2015-11-09 16:47:25 +01:00
Konrad Malawski
18b3030328 Merge pull request #18896 from johanandren/wip-18878-doc-missing-tilde-johanandren
=doc #18878 Document gotcha about missing tilde
2015-11-09 16:25:12 +01:00
Johan Andrén
c6500aec7f =doc 18878 Document gotcha about missing tilde 2015-11-09 16:21:04 +01:00
Konrad Malawski
6a22cdebfc Merge pull request #18889 from 2beaucoup/patch-1
fix includecode
2015-11-09 11:03:42 +01:00
2beaucoup
7a1857d849 fix includecode 2015-11-09 10:46:57 +01:00
Konrad Malawski
88596fc778 Merge pull request #18877 from ktoso/wip-body-parser-ordering-ktoso
=str #16927 preserve header order in body parts
2015-11-07 20:17:40 +01:00
Konrad Malawski
f908a6a9dc =str #16927 preserve header order in body parts 2015-11-07 20:11:41 +01:00
Roland Kuhn
11e99318ff Merge pull request #18873 from akka/wip-improve-GraphInterpreter.currentInterpreter-RK
=str small improvement in GraphInterpreter.currentInterpreter
2015-11-07 15:05:31 +01:00
Roland Kuhn
f85ffb575c =str small improvement in GraphInterpreter.currentInterpreter 2015-11-07 15:05:11 +01:00
Konrad Malawski
e50a5ee6fc Merge pull request #18867 from ktoso/wip-docs-warnings-on-streams-ktoso
+doc show warning if browsing outdated docs
2015-11-05 22:16:42 +01:00
Konrad Malawski
99fcc6b191 +doc show warning if browsing outdated docs 2015-11-05 22:16:06 +01:00
drewhk
72906553ed Merge pull request #18861 from drewhk/wip-18817-GraphStage-Java-drewhk
=str #18817 add Java API for GraphStage In/OutHandler
2015-11-05 16:32:39 +01:00
Roland Kuhn
0990d735a0 =str #18817 add Java API for GraphStage In/OutHandler 2015-11-05 15:54:25 +01:00
Konrad Malawski
eee74e165d Merge pull request #18852 from RichardBradley/release-2.3-dev
=htc Remove Java 7 features
2015-11-05 10:31:29 +01:00
Konrad Malawski
4e2c6089d5 =str #17732 covered all client APIs to check if idle timeouts work 2015-11-04 18:31:37 +01:00