Patrik Nordwall
ae0cb4a756
Add dispatcher to deployment config, see #2839
2013-04-08 09:52:56 +02:00
Patrik Nordwall
7e79bcd4ae
Merge pull request #1300 from akka/wip-3190-netty-3.6.4-patriknw
...
Change to Netty 3.6.4.Final, see #3190
2013-04-05 00:44:50 -07:00
Patrik Nordwall
1493f4de5f
Change to Netty 3.6.4.Final, see #3190
2013-04-05 07:38:20 +02:00
Patrik Nordwall
c9afd3804f
Merge pull request #1297 from akka/wip-3190-netty-3.6.3-patriknw
...
Changed to Netty 3.6.3.Final, see #3190
2013-04-04 07:43:28 -07:00
Patrik Nordwall
1e39b6e195
Changed to Netty 3.6.3.Final, see #3190
2013-04-04 14:56:07 +02:00
Patrik Nordwall
1d8bdaddb5
Merge pull request #1293 from akka/wip-2774-old-migration-guide-patriknw
...
Link to old migration guides instead of embedding, see #2774
2013-04-04 04:01:30 -07:00
Roland Kuhn
22968a3ab8
Merge pull request #1281 from spray/master
...
Smaller improvements to TCP side of new akka-io implementation
2013-04-04 02:47:35 -07:00
Mathias
c43ce95bd4
Small simplification in TcpConnection
2013-04-04 11:39:37 +02:00
Mathias
1790bc0e1a
TcpOutgoingConnection: Respond with CommandFailed rather than ErrorClosed on failed connect
...
Before, a Tcp.ErrorClosed event is generated when a connection attempt fails. For symmetry with the Tcp.Bind case and general usability of the API a Tcp.CommandFailed(connect) is the better choice.
2013-04-04 11:39:37 +02:00
Mathias
4f1ee6a994
Clean up imports
2013-04-04 11:39:37 +02:00
Mathias
854d0feef7
Make use of new command.failureMessage
2013-04-04 11:39:37 +02:00
Mathias
0f95989009
Associate Tcp.CloseCommands with their respective confirmation events
2013-04-04 11:39:25 +02:00
Roland Kuhn
2121ac30af
Merge pull request #1273 from akka/wip-3058-UDP-naming-∂π
...
rename UdpFF->Udp and the other UdpConnected, see #3058
2013-04-04 00:05:01 -07:00
Roland
309f2c2f91
rename UdpFF->Udp and the other UdpConnected, see #3058
2013-04-04 09:04:30 +02:00
Viktor Klang (√)
0d510ff031
Merge pull request #1290 from akka/wip-3077-deprecate-isTerminated-√
...
#3077 - Deprecating ActorRef.isTerminated
2013-04-03 15:44:20 -07:00
Viktor Klang
7b263365aa
#3077 - Deprecating ActorRef.isTerminated
2013-04-03 23:57:28 +02:00
Viktor Klang (√)
e01e629ff9
Merge pull request #1283 from akka/wip-mpsc-√
...
Wip mpsc √
2013-04-03 13:34:33 -07:00
Viktor Klang
c48a2c4aac
Renaming peek() to peekNode and making it protected, then creating a new peek that returns T
2013-04-03 20:55:41 +02:00
Viktor Klang (√)
641e499cc4
Merge pull request #1287 from akka/wip-2970-lightweight-ec-form-promiseactorref-√
...
#2970 - Removing scheduler and dispatcher from ARP and reimplementing P...
2013-04-03 11:23:54 -07:00
Viktor Klang
cb5c17dd7f
Merged with master
2013-04-03 20:22:04 +02:00
Viktor Klang
6e4aa3231d
Adding a MailboxSpec for SingleConsumerOnlyMailbox
2013-04-03 20:19:15 +02:00
Viktor Klang
68dfada8bc
Moving in isEmpty and count into AbstractNodeQueue
2013-04-03 20:05:20 +02:00
Viktor Klang (√)
718e2d115c
Merge pull request #1295 from akka/wip-3161-use-truststore-on-server-too-2.2-√
...
#3161 - adding trust managers for server connection too
2013-04-03 10:21:25 -07:00
Viktor Klang
fcfe7b4617
#2970 - Removing scheduler and dispatcher from ARP and reimplementing PromiseActorRef to use an internal calling thread EC
2013-04-03 19:12:03 +02:00
Viktor Klang
8d9cb73b3e
#3161 - adding trust managers for server connection too
2013-04-03 17:52:28 +02:00
Viktor Klang (√)
543bf7379e
Merge pull request #1284 from akka/wip-3107-add-scripts-to-kernel-dist-√
...
#3107 - Moving the relevant scripts and samples into the dist folder of...
2013-04-03 07:59:39 -07:00
Viktor Klang
2584735ea1
#3107 - Moving the relevant scripts and samples into the dist folder of the akka-kernel project
2013-04-03 16:59:07 +02:00
Viktor Klang (√)
ecac1a4cda
Merge pull request #1282 from akka/wip-3018-enable-xlint-√
...
#3018 - Enabling -Xlint and dealing with the situation that occurs
2013-04-03 07:50:33 -07:00
Viktor Klang
6976317bc7
Merged with master
2013-04-03 16:21:22 +02:00
Viktor Klang (√)
ae96654062
Merge pull request #1289 from akka/wip-3166-FSM-initialize-parens-√
...
#3166 - Adding parenthesis to FSM.initialize
2013-04-03 06:44:13 -07:00
Viktor Klang (√)
be75f706e7
Merge pull request #1288 from akka/wip-3165-prevent-soe-√
...
#3165 - Preventing SOE with conflicting serializers when serialize-mess...
2013-04-03 06:38:05 -07:00
Björn Antonsson
c8d3b1c156
Merge pull request #1272 from akka/wip-3137-seralize-actor-refs-from-other-systems-ban
...
Correctly serialize local actor refs from other actor systems #3137
2013-04-03 03:02:23 -07:00
Björn Antonsson
a4ab7a9841
Cleaning up the ActorRef serialization according to review. See #3137
2013-04-03 10:49:38 +02:00
Björn Antonsson
33080a4155
Correctly serialize local actor refs from other actor systems. See #3137
2013-04-03 10:32:13 +02:00
Björn Antonsson
86fdfcd22f
Merge pull request #1276 from akka/wip-3170-deadlock-in-calling-thread-dispatcher-ban
...
Return of the DefaultSystemMessageQueue fixes. #3170
2013-04-03 01:00:18 -07:00
Patrik Nordwall
ab262f4b3f
Link to old migration guides instead of embedding, see #2774
...
* Otherwise the embedded old migration guide might have wrong
version variable replacements (scala, config lib) when changed
versions are changed in master
2013-04-03 07:50:12 +02:00
Viktor Klang
48c0b3aa2c
#3166 - Adding parenthesis to FSM.initialize
2013-03-30 02:32:40 +01:00
Viktor Klang
1a7dda37d2
#3165 - Preventing SOE with conflicting serializers when serialize-messages = on
2013-03-30 02:11:09 +01:00
Viktor Klang
f7e0cdad9f
Merge with master
2013-03-29 01:50:43 +01:00
Viktor Klang
3ab3de1eb6
Making SerializedSuspendableExecutionContext use AbstractNodeQueue instead of ConcurrentLinkedQueue
2013-03-29 01:50:00 +01:00
Viktor Klang
c883705242
#3018 - Enabling -Xlint and dealing with the situation that occurs
2013-03-29 01:43:17 +01:00
Rich Dougherty
88f7e28c6b
Merge pull request #1269 from akka/wip-3070-drop-association-rich
...
Drop unserializable and oversized messages, preserving association. Fixes #3070
2013-03-27 14:51:02 -07:00
Mathias
1fa574b372
Tone down logging in SelectionHandler
2013-03-27 15:50:23 +01:00
Patrik Nordwall
9792af92ef
Merge pull request #1279 from akka/wip-3181-npe-faulthandling-patriknw
...
NPE in logFailure, see #3181
2013-03-27 07:48:19 -07:00
Mathias
78f3b10b45
Turn "compile-time constant" into compile-time constant
2013-03-27 15:16:28 +01:00
Patrik Nordwall
27491b8948
NPE in logFailure, see #3181
2013-03-27 14:33:43 +01:00
Björn Antonsson
eb32fc9c24
Return of the DefaultSystemMessageQueue fixes. See #3170
2013-03-27 12:00:02 +01:00
Rich Dougherty
a041a295ed
Drop unserializable and oversized messages, preserving association. Fixes #3070
2013-03-27 16:55:13 +13:00
Björn Antonsson
428bdf5fb4
Merge pull request #1275 from akka/wip-make-coroner-print-full-stack-traces-ban
...
Make The Coroner print full stack traces.
2013-03-26 03:06:50 -07:00
Patrik Nordwall
c1994b6f61
Merge pull request #1274 from akka/wip-3171-convergence-exiting-patriknw
...
Exiting members must still have seen the gossip for convergence, see #3171
2013-03-25 08:42:18 -07:00