Samuel Tardieu
d25eab075f
=doc Fix documented type in authenticateOAuth2Async
...
Fix #20077 .
2016-03-18 21:51:46 +01:00
Patrik Nordwall
137c4c8b3d
fix the the typo
2016-03-18 17:06:34 +01:00
Konrad Malawski
f679c9f0b1
Merge pull request #20010 from ktoso/wip-authorizeAsync-ktoso
...
+htp #20002 add authorizeAsync
2016-03-17 10:57:18 +01:00
Roland Kuhn
2bc2dcb14a
Merge pull request #20034 from akka/wip-19949-ANQ.count-loop-RK
...
fix endless loop race condition in NodeQueue, #19949
2016-03-17 10:54:03 +01:00
Konrad Malawski
2933045156
+htp #20002 add authorizeAsync
2016-03-17 00:58:33 +01:00
Roland Kuhn
f9d3789bfc
fix endless loop race condition in NodeQueue, #19949
...
- also fixed some forgotten copy-pasta between peekNode and pollNode
- also added JavaDoc to all methods, explaining which can be used from
what thread
- did not fix the JDK8 improvement of using Unsafe instead of inheriting
from AtomicReference since that inheritance is not a bad thing,
actually
2016-03-16 20:37:39 +01:00
Patrik Nordwall
43dafff152
=cls #19917 Clarify docs about sharding ddata
2016-03-16 09:13:53 +01:00
Alexander Golubev
b2b2ce44b5
=str #19299 Performance Flow.flatMapMerge
2016-03-14 14:14:39 -04:00
Johan Andrén
7fe4b01f01
=htt,str,doc #20009 Fix for found unsafe graph stages
2016-03-14 11:55:55 +01:00
Konrad Malawski
026c1c3742
Merge pull request #19968 from ktoso/wip-explicit-shutting-down-as-note
...
+doc more visible note on connection pool shutdown
2016-03-11 15:15:14 +01:00
Konrad Malawski
a489c703fd
+doc more visible note on connection pool shutdown
2016-03-11 15:14:47 +01:00
Patrik Nordwall
0ed211f059
Merge pull request #19989 from akka/wip-small-doc-fixes-RK
...
Wip small doc fixes rk
2016-03-11 10:16:01 +01:00
Roland Kuhn
24e4b0ca56
#15654 point out explicit actor lifecycle
2016-03-10 17:51:58 +01:00
Roland Kuhn
3a1aa766b0
#15120 BalancingPool semantics note for Scala
2016-03-09 21:49:38 +01:00
Konrad Malawski
ac1888fd66
Merge pull request #19871 from ktoso/wip-timeout-http-error-ktoso
...
=htc #19827 avoid double-push when request timeout triggers
2016-03-08 19:29:35 +01:00
Konrad Malawski
2d7d24dee6
+doc,htp #19896 directives for RequestTimeout and docs
2016-03-08 18:17:35 +01:00
Richard Imaoka
171c24a24b
Fix typo #19898
2016-03-07 07:11:47 +00:00
Richard Imaoka
435e3ce78c
Replace mentions to Spray to Akka HTTP #19898
2016-03-06 21:52:37 +09:00
Richard Imaoka
35688e02b6
Add "Phylosophy" section to Akka HTTP doc #19898
...
Porting the same "Phylosophy" section from http://spray.io/introduction/what-is-spray/ .
2016-03-06 21:41:50 +09:00
Konrad Malawski
aaa0476c40
Merge pull request #19907 from naferx/issue19904
...
=doc Remove outdated note in Streaming File IO
2016-03-03 10:39:48 +01:00
Martynas Mickevičius
1029f093bf
Merge pull request #19918 from savulchik/fix-typos
...
=doc Fix typos in FlowDocTest & FlowDocSpec
2016-03-02 15:06:52 +01:00
Nafer Sanabria
8b58a0139a
Remove outdated note in Streaming File IO
2016-02-29 20:17:02 -05:00
Brendan McAdams
779d24dcf7
Fix reference to blog post on Distributing Akka Workloads & Shutting Down After.
...
My Domain changed.
2016-02-29 12:37:17 -06:00
Stanislav Savulchik
ce75948984
=doc Fix typos in FlowDocTest & FlowDocSpec
2016-02-29 22:51:59 +06:00
Johan Andrén
cabd445a59
Merge pull request #19906 from richard-imaoka/testkit-fix-doc-async-constractor-richard-imaoka
...
simplifyTestKit doc async sample #18804
2016-02-29 13:56:34 +01:00
Johan Andrén
827789b399
Merge pull request #19885 from miklos-martin/wip/@miklos-martin/#19861/strict-transport-security
...
Add Strict-Transport-Security header
2016-02-28 17:42:09 +01:00
Richard Imaoka
6c8673f1da
SimplifyTestKit doc async sample #18804
2016-02-28 23:48:53 +09:00
Martin Miklós
78ad0c63d3
add Strict-Transport-Security header #19861
...
fix the signature of Strict-Transport-Security header #19861
parse strict-transport-security header with the max-age directive only #19861
parse includeSubDomains directive #19861
add doc on Stict-Transport-Security #19861
fix punctuation in doc on Stict-Transport-Security #19861
2016-02-27 23:18:20 +01:00
Roland Kuhn
89200c8058
Merge pull request #19883 from matthewadams/master
...
microscopic doc improvement
2016-02-26 14:57:15 +01:00
Konrad Malawski
fc8dd46014
=doc typesafe config is still named typesafe
2016-02-26 11:39:42 +01:00
Matthew T. Adams
4567327aa6
microscopic doc improvement
2016-02-25 16:34:43 -06:00
Konrad Malawski
889e0a670e
Merge pull request #19875 from jtescher/fix-typos
...
Fix common typos
2016-02-25 23:24:08 +01:00
Konrad Malawski
2fcc1a3a45
Merge pull request #19832 from stefan-mees/master
...
add Twitter Chill to list of External Akka Serializers
2016-02-25 19:07:23 +01:00
Julian Tescher
af34554b19
Fix common typos
2016-02-25 09:42:10 -08:00
Konrad Malawski
cb1de24556
Merge pull request #19881 from akka/wip-19879-AkkaSpec-RK
...
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 17:09:47 +01:00
Konrad Malawski
65b6c78391
Merge pull request #19868 from spray/w/missing-documentation-bits
...
Fix two documentation bits regarding HTTP pipelining
2016-02-25 15:34:12 +01:00
Roland Kuhn
45e97e8467
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 15:26:51 +01:00
Johan Andrén
61ff9ba9b9
=doc #19840 Introduction docs for HTTP
2016-02-25 13:44:10 +01:00
Johannes Rudolph
bd2042ceb4
=doc #16491 document ways of controlling server parallelism
2016-02-24 16:09:59 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
ddcfb5e4d0
Merge pull request #19854 from johanandren/typesafe-lightbend-name-change-johanandren
...
Update copyrights and links to the new company name #19851
2016-02-23 16:37:33 +01:00
Konrad Malawski
a07b9ca7aa
Merge pull request #19829 from MQ-EL/master
...
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 13:22:43 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Stefan Mees
6f7df8b13b
add notice that chill is based on 2.3.x but also works with 2.4.x
2016-02-23 11:28:44 +01:00
qian miao
81c1bcd55e
=doc #19551 Supplement java8-lambda docs of persistence stash
2016-02-23 14:43:04 +08:00
James Roper
e0edf26a21
Remove duplicate overridden is streams customization
2016-02-22 10:00:26 +11:00
Martynas Mickevičius
988695224b
#19830 Fix corrupted code include directive
2016-02-19 13:58:42 +02:00
Stefan Mees
f232079c9c
add Twitter Chill to list of External Akka Serializers
2016-02-19 09:49:56 +01:00
Viktor Klang
b5516f6b93
Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._
2016-02-17 14:03:20 +01:00
Endre Sándor Varga
4ba4c27b0f
splitting up TLS APIs
2016-02-16 21:49:35 +01:00