Havoc Pennington
|
fda2fa6397
|
Merge remote branch 'upstream/master'
|
2011-04-11 11:01:01 -04:00 |
|
Patrik Nordwall
|
9c08ca7b3d
|
fixed bugs in typed actors doc
|
2011-04-11 16:50:22 +02:00 |
|
Havoc Pennington
|
ccd36c5ac9
|
Pedantic language tweaks to the first getting started chapter.
None of these tweaks are "rewrites" nor should they have semantic
effect, in this patch just fixing small stuff and making it
read a bit more nicely.
|
2011-04-11 10:36:15 -04:00 |
|
Patrik Nordwall
|
f878ee4c5d
|
minor improvements
|
2011-04-11 15:27:45 +02:00 |
|
Patrik Nordwall
|
996fa5fbcf
|
merge
|
2011-04-11 15:16:32 +02:00 |
|
Patrik Nordwall
|
4aba589eee
|
cleanup
|
2011-04-11 15:12:32 +02:00 |
|
Patrik Nordwall
|
bb8824296a
|
improved actors doc
|
2011-04-11 14:41:17 +02:00 |
|
Heiko Seeberger
|
6641b30a8f
|
Another minor coding style correction in akka-tutorial.
|
2011-04-11 14:33:26 +02:00 |
|
Derek Williams
|
7df734320e
|
cleanup docs
|
2011-04-11 06:28:53 -06:00 |
|
Patrik Nordwall
|
2142ca1309
|
fixed wrong code block syntax
|
2011-04-11 12:52:12 +02:00 |
|
Patrik Nordwall
|
909e90d019
|
removed Logging trait
|
2011-04-11 12:51:47 +02:00 |
|
Patrik Nordwall
|
f753e2aef1
|
typo
|
2011-04-11 12:15:08 +02:00 |
|
Patrik Nordwall
|
1e28baaada
|
included imports also
|
2011-04-11 12:06:09 +02:00 |
|
Patrik Nordwall
|
6537c75625
|
improved documentation of actor registry
|
2011-04-11 11:56:19 +02:00 |
|
Derek Williams
|
b8097f3756
|
Documentation cleanup
|
2011-04-10 13:07:57 -06:00 |
|
Heiko Seeberger
|
2ad80c34da
|
Code changes according to my review (https://groups.google.com/a/typesafe.com/group/everyone/browse_thread/thread/6661e205caf3434d?hl=de) plus some more Scala style improvements.
|
2011-04-10 12:18:09 +02:00 |
|
Heiko Seeberger
|
84f6e4f795
|
Text changes according to my review (https://groups.google.com/a/typesafe.com/group/everyone/browse_thread/thread/6661e205caf3434d?hl=de).
|
2011-04-10 11:53:06 +02:00 |
|
Derek Williams
|
4ab8bbea3d
|
Add converted wiki pages to akka-docs
|
2011-04-09 19:55:46 -06:00 |
|
Jonas Bonér
|
fb1a248b5d
|
added more text about why we are using a 'latch' and alternatives to it
|
2011-04-09 14:35:51 +02:00 |
|
Jonas Bonér
|
58ddf8b661
|
Changed a sub-heading in the tutorial
|
2011-04-09 05:30:44 -07:00 |
|
Jonas Bonér
|
3976e3012b
|
Incorporated feedback on tutorial text plus added sections on SBT and some other stuff here and there
|
2011-04-09 14:26:52 +02:00 |
|
Peter Vlugter
|
c91d746532
|
Override lifecycle methods in TypedActor to avoid warnings about bridge methods
|
2011-04-09 11:42:58 +12:00 |
|
Patrik Nordwall
|
614f58c22b
|
fixed warnings, compile without -Xmigration
|
2011-04-08 16:05:03 +02:00 |
|
Patrik Nordwall
|
9be19a42c2
|
fixed warnings, serializable
|
2011-04-08 16:04:04 +02:00 |
|
Patrik Nordwall
|
ac3376440e
|
fixed warnings, serializable
|
2011-04-08 15:55:30 +02:00 |
|
Patrik Nordwall
|
e13fb600ea
|
fixed warnings, asScalaIterable -> collectionAsScalaIterable
|
2011-04-08 15:55:04 +02:00 |
|
Patrik Nordwall
|
c22ca54eb4
|
fixed warnings, unchecked
|
2011-04-08 15:13:12 +02:00 |
|
Patrik Nordwall
|
521643782e
|
fixed warnings, asScalaIterable -> collectionAsScalaIterable
|
2011-04-08 15:12:39 +02:00 |
|
Patrik Nordwall
|
d4510831f3
|
fixed warnings, error -> sys.error
|
2011-04-08 14:43:15 +02:00 |
|
Patrik Nordwall
|
523c5a4b34
|
fixed warnings, error -> sys.error
|
2011-04-08 14:41:32 +02:00 |
|
Patrik Nordwall
|
ab05bf9430
|
fixed warnings, @serializable -> extends scala.Serializable
|
2011-04-08 14:10:39 +02:00 |
|
Patrik Nordwall
|
79f6133f06
|
Adjusted chat sample to run with latest, and without Redis
|
2011-04-08 13:15:12 +02:00 |
|
Patrik Nordwall
|
c882b2c5e1
|
Adjusted chat sample to run with latest, and without Redis
|
2011-04-08 13:09:19 +02:00 |
|
Patrik Nordwall
|
f9ced6820b
|
Added akka-sample-chat again
|
2011-04-08 09:23:04 +02:00 |
|
Patrik Nordwall
|
9ca3072edb
|
added isInfoEnabled and isDebugEnabled, needed for Java api
|
2011-04-08 09:05:42 +02:00 |
|
Peter Vlugter
|
07e428cc34
|
Drop the -1 in pi range instead
|
2011-04-08 16:46:29 +12:00 |
|
Peter Vlugter
|
63357fe3a8
|
Small fix to make tailrec pi the same as other implementations
|
2011-04-08 16:40:41 +12:00 |
|
Patrik Nordwall
|
3da35fb191
|
reverted back to call-by-name parameter
|
2011-04-07 22:37:36 +02:00 |
|
Viktor Klang
|
9be6314484
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-07 18:39:14 +02:00 |
|
patriknw
|
15bcaefdb3
|
minor correction of typos
|
2011-04-07 14:17:47 +02:00 |
|
Viktor Klang
|
30c2bd2ccf
|
Changing the complete* signature from : CompletableFuture to Future, since they can only be written once anyway
|
2011-04-07 14:10:13 +02:00 |
|
Viktor Klang
|
96badb23ba
|
Deprecating two newRemoteInstance methods in TypedActor
|
2011-04-07 13:05:09 +02:00 |
|
patriknw
|
e8ee6b321a
|
notify with call-by-name included again
|
2011-04-07 12:47:47 +02:00 |
|
Roland Kuhn
|
a885c09354
|
Merge branch 'wip-fsm'
|
2011-04-07 11:52:24 +02:00 |
|
Roland Kuhn
|
42b72f0c4b
|
add documentation and compat implicit to FSM
|
2011-04-07 10:52:14 +02:00 |
|
Jonas Bonér
|
654fc3166e
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-07 09:38:28 +02:00 |
|
Jonas Bonér
|
f6a618b3bb
|
Completed first Akka/Scala/SBT tutorial
|
2011-04-07 09:36:59 +02:00 |
|
patriknw
|
35812951e2
|
Adjusted EventHandler to support Java API
|
2011-04-07 08:27:17 +02:00 |
|
Peter Vlugter
|
6d9700a64f
|
Setup for publishing snapshots
|
2011-04-07 13:41:27 +12:00 |
|
Jonas Bonér
|
7614619f99
|
Merge branch 'master' of github.com:jboner/akka
|
2011-04-06 16:01:48 +02:00 |
|