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 |
|
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 |
|
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 |
|
Viktor Klang
|
e8936964b5
|
=str - Deleted SynchronousIterablePublisher as it is replaced by a fast SingleElementPublisher + mapConcat
|
2015-06-06 17:04:44 +02:00 |
|
Viktor Klang
|
91e9396083
|
Merge branch 'wip-delete-futurepublisher-√' into wip-remove-synchronousiterablepublisher-√
|
2015-06-06 16:28:18 +02:00 |
|
Viktor Klang
|
b49746b0da
|
=str - Introduces a TCK-verified SingleElementPublisher to optimize Source.single and things depending on it
|
2015-06-06 16:07:35 +02:00 |
|
Viktor Klang
|
79b6de1558
|
+str - Deletes FuturePublisher and replaces it with Source.single(f).mapAsync(1)(identity)
|
2015-06-06 14:13:26 +02:00 |
|
Viktor Klang
|
3dd40fc18c
|
+str - #17662 - Changes Sink.ignore to return a Future[Unit]
|
2015-06-05 21:30:36 +02:00 |
|
drewhk
|
8527e0347e
|
Merge pull request #17553 from spray/w/17512-bind-parallelism
!htc move backlog and socket options to configuration in an effort to decrease API surface
|
2015-06-04 10:02:05 +02:00 |
|
Konrad Malawski
|
2a0500d918
|
Merge pull request #17637 from 2m/wip-docs-remove-stutters
=doc #17358 remove duplicates
|
2015-06-03 13:35:05 +02:00 |
|
drewhk
|
04ee9fc9e5
|
Merge pull request #17615 from drewhk/wip-17393-stream-with-serialize-messages-drewhk
!str #17393: Make stream-tests pass with serialize-messages=on
|
2015-06-02 15:13:34 +02:00 |
|
drewhk
|
9f3e52bb15
|
Merge pull request #17623 from 2m/wip-materialization-bench
=str #16290 add micro benchmarks for materialization and graph builder
|
2015-06-02 14:43:20 +02:00 |
|
Endre Sándor Varga
|
6318f3e972
|
+str #17310: Basic framing support
|
2015-06-02 14:24:42 +02:00 |
|
Martynas Mickevičius
|
cfe4e697fa
|
=doc #17358 remove duplicates
|
2015-06-02 15:05:12 +03:00 |
|
Endre Sándor Varga
|
1dde8b3a3b
|
making http pass with serialization checks
|
2015-06-02 13:56:04 +02:00 |
|
Endre Sándor Varga
|
f4c83771bb
|
!str #17393: Make stream-tests pass with serialize-messages=on
|
2015-06-02 12:32:27 +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 |
|
Konrad Malawski
|
ce68659473
|
Merge pull request #17196 from ktoso/wip-splitAfter-ktoso
+str #16885 add splitAfter
|
2015-06-01 16:13:05 +02: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 |
|
Konrad Malawski
|
d4ee5e29cd
|
Merge pull request #17602 from ktoso/wip-benchmark-http-ktoso
=ben allow http to be used in akka-bench-jmh
|
2015-05-28 20:05:21 +02:00 |
|
Konrad Malawski
|
521933fecc
|
Merge pull request #17590 from danielwegener/patch-1
=doc: Update withRangeSupport.rst reference to RFC7233
|
2015-05-28 18:45:46 +02:00 |
|
Konrad Malawski
|
5e8ff792a0
|
+str #16885 add splitAfter
Implementation is shared with splitWhen - see Split / SplitWhere
Allows for easy addition of splitWhen(x => Decision) if we'd like to
Resolves #16885
|
2015-05-28 17:32:16 +02:00 |
|
Konrad Malawski
|
cfe38386e3
|
Merge pull request #17594 from 2beaucoup/fix-http-docs
=doc fix examples of Http extension
|
2015-05-28 15:39:38 +02:00 |
|
Konrad Malawski
|
aac7c16e10
|
Merge pull request #17577 from ktoso/log-impr-ktoso
+str #17298 include stream supervisor in log() source
|
2015-05-28 15:38:54 +02:00 |
|
Konrad Malawski
|
778e6ce3d2
|
+str #17298 include stream supervisor in log() source
|
2015-05-28 15:36:49 +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 |
|
2beaucoup
|
90c243d0ef
|
=doc fix examples of Http extension
|
2015-05-28 10:10:58 +02:00 |
|
Daniel Wegener
|
287847acc1
|
=doc: Update withRangeSupport.rst
Linked http-bis-draft is now RFC7233
|
2015-05-27 08:57:34 +02:00 |
|
Konrad Malawski
|
43cca877fe
|
Merge pull request #17561 from plm/release-2.3-dev
=doc Correct typos in "Streaming File IO" section
|
2015-05-24 19:03:01 +02:00 |
|
Philip L. McMahon
|
9c48bd8099
|
=doc Correct typos in "Streaming File IO" section
|
2015-05-24 09:55:19 -07:00 |
|
drewhk
|
7f04234d3e
|
Merge pull request #17546 from spray/w/documentation
=doc another batch of documentation (example) fixes
|
2015-05-22 15:08:50 +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 |
|
drewhk
|
edab520787
|
Merge pull request #17545 from drewhk/wip-17361-fuse-http-java-scala-drewhk
+str #17361: Unified http java/scala projects except marshallers
|
2015-05-22 14:32:39 +02:00 |
|
Johannes Rudolph
|
6c14af6859
|
!htc #17512 max-connections setting to limit connections accepted with bindAndHandle concurrently
|
2015-05-22 14:12:10 +02:00 |
|
Endre Sándor Varga
|
be82e85ffc
|
+str #17361: Unified http java/scala projects except marshallers
|
2015-05-22 13:51:34 +02:00 |
|
Johannes Rudolph
|
72e2e51b83
|
!htc move backlog and socket options to configuration in an effort to decrease API surface
|
2015-05-22 13:25:39 +02:00 |
|
Johannes Rudolph
|
4b256f7c1a
|
=doc another batch of documentation (example) fixes
|
2015-05-21 17:34:46 +02:00 |
|
drewhk
|
454a393af1
|
Merge pull request #17542 from drewhk/wip-17491-bump-akka-version-drewhk
+str #17491: Bump Akka version and remove Functions template
|
2015-05-21 16:07:11 +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 |
|
Endre Sándor Varga
|
92882197a3
|
+str #17491: Bump Akka version and remove Functions template
|
2015-05-21 15:08:25 +02:00 |
|
drewhk
|
0c8d9cb522
|
Merge pull request #17467 from drewhk/wip-17464-mapConcat-iterable-drewhk
+str #1747: mapConcat accepts immutable.Iterable
|
2015-05-21 15:05:01 +02:00 |
|
drewhk
|
625d8532ee
|
Merge pull request #17538 from spray/w/documentation
Current http documentation status
|
2015-05-21 14:47:00 +02:00 |
|
Endre Sándor Varga
|
30e4a57ee0
|
+str #17464: mapConcat accepts immutable.Iterable
|
2015-05-21 14:28:09 +02:00 |
|
drewhk
|
621da87708
|
Merge pull request #17466 from drewhk/wip-17465-abrupt-termination-exception-nostack-drewhk
!str #17465: Don't create expensive exceptions for abrupt termination
|
2015-05-21 14:14:52 +02:00 |
|
Johannes Rudolph
|
fd85cac20f
|
=doc fix mentions of spray and link to magnet pattern
|
2015-05-21 13:24:57 +02:00 |
|