Commit graph

687 commits

Author SHA1 Message Date
Roland Kuhn
e202ea8c40 clean up dependencies #19755 and other fixes
* remove inter-project dependencies between streamTestkit -> peristence -> remote
* make PartitionOutOfBoundsException extend IndexOutOfBoundsException
* some weird formatting
* remove -experimental from HTTP Testkit/Tests
* split out shared LevelDb journal tests into new subproject (not to be
  published)
2016-02-15 20:35:37 +01:00
Konrad Malawski
10d3af1478 Merge pull request #19584 from cmbaxter/feature/xff-avoid-dns-cmbaxter
!htt #19388 Removing use of InetAddress.getByName
2016-02-15 13:29:50 +01:00
drewhk
db8ebd717d Merge pull request #19757 from drewhk/wip-19553-one2onebidi-fix2-drewhk
#19553 Fix One2OneBidi not failing if inner flow completion wins the race with cancellation
2016-02-12 13:42:49 +01:00
Endre Sándor Varga
35c0688471 #19553 Fix One2OneBidi not failing if inner flow completion wins the race with cancellation 2016-02-12 12:50:09 +01:00
drewhk
ebb915ae4d Merge pull request #19750 from lolski/lolski-issue-19293-rebased
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq
2016-02-12 11:36:56 +01:00
Roland Kuhn
b24fb0e9e4 Merge pull request #19745 from ktoso/wip-bind-to-ktoso
+htc #19577 binding DSL for javadsl Http
2016-02-12 10:44:10 +01:00
lolski
21381d5710 =str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
Roland Kuhn
af95476d1e Merge pull request #19684 from 2m/wip-#19662-reuse-pool-settings-2m
#19662 Reuse connection pool settings if none specified
2016-02-11 14:55:40 +01:00
drewhk
4c019fa082 Merge pull request #19742 from johanandren/wip-fix-failing-HighLevelOutgoingConnectionSpec-johanandren
=htc #19741 cannot pull twice bug in OutgoingConnectionBlueprint fixed
2016-02-11 14:30:29 +01:00
Johan Andrén
dd3c9c4a97 =htc #19741 cannot pull twice bug in OutgoingConnectionBlueprint fixed 2016-02-11 13:31:36 +01:00
Martynas Mickevičius
1b9666f764 #19662 Reuse connection pool settings if none specified 2016-02-11 11:54:49 +02:00
Roland Kuhn
c136c06f76 Merge pull request #19703 from akka/wip-19702-maxFixedBufferSize-RK
add maxFixedBufferSize materializer setting #19702
2016-02-11 08:41:29 +01:00
Roland Kuhn
d0e6f46f14 add maxFixedBufferSize materializer setting #19702 2016-02-10 20:55:50 +01:00
Chris Baxter
fbd12c7c83 =htt #19388 Fixing broken test in akka-docs from RemoteAddress changes
Also dealing with merge conflicts from my fork's head

Conflicts:
	akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala
	akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala
2016-02-10 13:14:04 -05:00
Konrad Malawski
d179945a97 +htc #19577 binding DSL for javadsl Http 2016-02-10 18:21:59 +01:00
Chris Baxter
6d3bb94d09 !htt #19388 Chanring x-real-ip from raw to real modeled header
* Allows for parsing rules to be applied to vet the ip
* Removed last cases of code where the String variant of apply on RemoteAddress is used
2016-02-10 12:08:09 -05:00
Chris Baxter
7850ad36a5 !htt #19388 Removing use of InetAddress.getByName
* Remove String apply methods for RemoteAddress (both scala and java)
* Added unit test to show that hostnames in the address are treated as invalid by the parser
* Added a unit test to show that invalid xff is added as a RawHeader instead of model class
2016-02-10 08:15:26 -05:00
drewhk
b19b94071e Merge pull request #19690 from drewhk/wip-19553-one2onebidi-cancellation-drewhk
#19533 One2OneBidi should report truncation also if wrapped flow cancels early
2016-02-10 12:28:12 +01:00
Anton Karamanov
af3fc0c9a6 !htp #19528 HttpServerBluePrint: close connection on request entity cancellation 2016-02-09 20:06:31 +03:00
Anton Karamanov
6ef9ab3276 =htc #19528 OutgoingConnectionBlueprint: replace splitWhen/prefixAndTail with custom stage 2016-02-09 18:09:14 +03:00
Konrad Malawski
0d08d468d1 Merge pull request #19718 from naferx/wip/copyright-headers
Add Typesafe copyright header
2016-02-09 13:18:09 +01:00
Endre Sándor Varga
8e37ff42f5 #19553 One2OneBidi should report truncation also if wrapped flow cancels early 2016-02-09 12:35:20 +01:00
Nafer Sanabria
04a7283888 Add Typesafe copyright header 2016-02-08 15:45:35 -05:00
Johan Andrén
9880ad2678 Merge pull request #19712 from johanandren/wip-19699-no-private-types-in-http-public-api-johanandren
=htc #18993 HttpConnectionPool constructor made private as it leaks i…
2016-02-08 18:18:57 +01:00
Johan Andrén
77e354443e =htc #18993 HttpConnectionPool constructor made private as it leaks impl type 2016-02-08 13:55:44 +01:00
Konrad Malawski
08be899c4d Merge pull request #19695 from naferx/remove-unused-imports
=htt Remove unused imports
2016-02-08 11:47:21 +01:00
Johan Andrén
b8755f6de2 =htc #19692 Improved docs for the web socket message classes 2016-02-08 10:47:36 +01:00
Roland Kuhn
cd8eba9c67 Merge pull request #19697 from 2m/wip-rendering-warning-2m
#19639 Supress warnings on custom headers
2016-02-08 10:26:08 +01:00
Johan Andrén
1822108175 Merge pull request #19543 from akka/wip-19315-document-websocket-client-johanandren
=doc #19315 websocket client docs
2016-02-08 10:16:08 +01:00
Johan Andrén
4116ba5d45 Merge pull request #19685 from johanandren/wip-19674-http-header-request-or-response-audit-johanandren
!htt #19674 Audit HTTP headers and mark correctly as response or request
2016-02-08 10:14:10 +01:00
Martynas Mickevičius
6d3e3cfff7 #19639 Supress warnings on custom headers 2016-02-05 12:49:30 +02:00
naferx
4ddbc4874d Remove unused imports 2016-02-04 16:12:45 -05:00
Johan Andrén
2c462387af =doc #19315 docs for websocket client 2016-02-04 16:12:41 +01:00
Johan Andrén
5aeb42eeeb !htt #19674 Audit HTTP headers and mark correctly as response or request 2016-02-04 14:24:29 +01:00
Johan Andrén
e49befa0ec =hts #19663 Bind-timeout cannot be infinite, reference.conf corrected 2016-02-03 13:54:10 +01:00
Johan Andrén
f6d0576859 Merge pull request #19586 from akka/wip-cover-java-http-interface-with-tests-johanandren
Java HTTP Extension test coverage
2016-02-01 14:39:33 +01:00
drewhk
78fe813225 Merge pull request #19656 from jypma/java_https_fix
[Java DSL] Fix type mapping to re-enable Java HTTPS servers
2016-02-01 14:07:26 +01:00
drewhk
5e6b340dd1 Merge pull request #19640 from akka/wip-19623-early-response-errors-johanandren
=htt #19623 Early response no longer causing push or pull twice errors
2016-02-01 12:06:59 +01:00
Johan Andrén
3b9132e244 !str #19620 Java API for shutting connection pool down 2016-02-01 12:00:31 +01:00
Jan Ypma
b83ad3c7d1 +htt #19657 Fix type mapping to re-enable Java HTTPS servers 2016-02-01 11:41:19 +01:00
Johan Andrén
314451a78c =htt #19623 optimizations and more careful handling of complete and failure in PrepareRequest 2016-01-29 12:06:38 +01:00
Denis Mikhaylov
010688950e !htt #19628 Make CORS response headers extend ResponseHeader 2016-01-29 00:37:44 +03:00
Johan Andrén
92b8a7a73b =htt #19623 Early response no longer causing push or pull twice errors 2016-01-28 17:10:45 +01:00
Johan Andrén
5ff4868130 +htt #19618 adding missing factory methods for server settings in Java API 2016-01-27 12:29:30 +01:00
Johan Andrén
4064b0312c =htt Test coverage for the Java HTTP extension 2016-01-27 12:28:56 +01:00
Johan Andrén
b9106da698 Merge pull request #19606 from akka/wip-19514-making.config-classes-easier-to-evolve-bin-compat-johanandren
!htc #19514 make config classes easier to evolve bin-compat (rebase)
2016-01-25 19:42:51 +01:00
Johan Andrén
61b375cec8 !htt #19514 Update RouterSettings to be non case class 2016-01-25 17:09:03 +01:00
Johan Andrén
ac8901a6f8 Merge pull request #19607 from akka/wip-stream-non-experimental-RK
remove experimental marker from stream/testkit/parsing/http-core
2016-01-25 15:59:32 +01:00
Konrad Malawski
379a3a85b4 !htc #19514 add withXYZ methods to all configs 2016-01-25 15:30:59 +01:00
Konrad Malawski
244c52c226 !htc #19514 more case class => class boilerplate 2016-01-25 15:30:59 +01:00