Commit graph

9367 commits

Author SHA1 Message Date
Viktor Klang
df48070239 merge in docs change wrt ScalaDoc links 2012-03-16 13:58:33 +01:00
Viktor Klang
9cee78bc54 #1904 - Clearing up performance aspects of using ask 2012-03-16 13:53:32 +01:00
Viktor Klang
807843591c Removing superceded comment 2012-03-15 14:48:57 +01:00
Viktor Klang
fc3d0c0715 Removing dead code 2012-03-15 11:37:01 +01:00
Viktor Klang
a63e9f604b #1894 - Switching to jsr166y.ThreadLocalRandom 2012-03-14 13:05:57 +01:00
Viktor Klang
c752f86ae3 Merge branch 'master' into wip-1903-fix-smallest-mailbox-√ 2012-03-14 13:01:38 +01:00
Viktor Klang
a10ed3c157 Adding some more docs to the SmallestMailboxFirstRouter 2012-03-14 12:52:15 +01:00
Viktor Klang
ae7d31ae17 Introducing so that suspended actorrefs are just better than the dlq 2012-03-14 12:46:22 +01:00
Viktor Klang
59735ad61f Additional simplifications to smallestmailboxrouter 2012-03-14 12:27:28 +01:00
Viktor Klang
37c3648b15 Collapsing some logic 2012-03-14 12:18:28 +01:00
Viktor Klang
b7564d06ce Making sure that the code works.... 2012-03-14 12:00:47 +01:00
Viktor Klang
1415617dee New implementation of smallest mailbox router 2012-03-14 10:42:18 +01:00
viktorklang
495b8de024 Merge pull request #369 from havocp/async-callback-doc
Add a warning to Future methods that take an async callback.
2012-03-13 09:26:50 -07:00
Roland
2d93c058a7 Merge branch 'wip-1900-remove-deps-∂π' 2012-03-13 14:01:18 +01:00
Peter Vlugter
0837f722f8 Update release script to use repo.akka.io 2012-03-13 21:01:33 +13:00
Roland
bd3583d043 remove sjson and h2Lzf dependencies, see #1900
- both were only referenced from otherwise unreferenced objects in
  akka-remote/akka.serialization
- had to add commonsIo dependency to file and zookeeper mailboxes, which
  got this transitively before
2012-03-12 20:48:24 +01:00
Roland
d1630e5f49 link to letitcrash post from typed-actors.rst 2012-03-11 11:27:52 +01:00
Peter Vlugter
d8b5181758 Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
Peter Vlugter
f6564f20f4 Update ls.implicit.ly info for 2.0 2012-03-10 09:54:28 +13:00
Roland
cb3bcf113f add section on when to use typed actors 2012-03-09 09:13:00 +01:00
Viktor Klang
77a4b93299 Merge branch 'master' of github.com:akka/akka 2012-03-09 00:37:30 +01:00
Viktor Klang
158b38af85 Removing lie in docs 2012-03-09 00:37:27 +01:00
Heather Miller
d4f565fb30 Adds google analytics to the docs that will go on akka.io. 2012-03-08 21:28:37 +01:00
Peter Vlugter
4e22b88410 Use relative link to pdf in docs 2012-03-08 18:46:28 +13:00
Peter Vlugter
0c897e8ee3 Update footer in docs theme 2012-03-08 17:55:23 +13:00
Peter Vlugter
2c5889d4b9 Update urls for akka.io transition to akka.github.com 2012-03-08 16:35:41 +13:00
Havoc Pennington
e92381103d Add a warning to Future methods that take an async callback.
Note that the callbacks run in another thread and suggest
some ways to avoid this issue.
2012-03-07 18:37:02 -05:00
Viktor Klang
cd01c68860 Merge branch 'master' of github.com:akka/akka 2012-03-06 14:56:52 +01:00
Viktor Klang
e88fc3d660 #1891 - Adding cause and message to AskTimeoutException 2012-03-06 14:56:46 +01:00
Peter Vlugter
1af8695fef Merge branch 'master' of github.com:akka/akka 2012-03-06 22:08:07 +13:00
Roland Kuhn
1103151755 Merge pull request #366 from mjkrumlauf/patch-1
Update akka-docs/general/supervision.rst
2012-03-05 23:22:56 -08:00
Mike Krumlauf
c852f49cce Update akka-docs/general/supervision.rst 2012-03-05 20:34:55 -05:00
Peter Vlugter
7e8c0c4084 Add --no-revert option to release script 2012-03-06 13:57:59 +13:00
Peter Vlugter
d7fe025fa2 Update docs theme 2012-03-06 13:20:00 +13:00
Peter Vlugter
f51afb9b47 Fix pi output in getting started docs. See #1890 2012-03-06 11:58:28 +13:00
Peter Vlugter
2de49aa1d6 Fix kernel start script. See #1889 2012-03-06 11:51:55 +13:00
Viktor Klang
4b759a18c8 Changing from jboner/akka to akka/akka 2012-03-05 23:09:06 +01:00
Roland
b2a4422a0f remove stale link to getting-started-first-scala-eclipse.rst 2012-03-05 21:51:10 +01:00
Roland
87275c40cf Merge branch 'wip-config-docs-∂π' 2012-03-05 21:47:39 +01:00
Roland
a864681147 clarify restart sequence in supervision.rst 2012-03-05 21:47:19 +01:00
Viktor Klang
74ad848983 Consistently using 'terminate' in supervision docs 2012-03-05 21:05:36 +01:00
Henrik Engstrom
49b1bf9c75 Removed the getting started with Eclipse tutorial. Fixes #1887 2012-03-05 20:36:34 +01:00
Roland
3699c6856e add docs for durMbx settings, see #1863 2012-03-05 17:48:38 +01:00
Roland
56ce7a0ecd rewrite configuration.rst, see #1823 and #1838 2012-03-05 15:39:46 +01:00
Jonas Bonér
e555d2a073 Added docs about Push/Pull and Rep/Req ZeroMQ support. Added Windows versions for all command line samples in the Getting Started Guides.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-03-05 15:21:02 +01:00
Viktor Klang
10bb7f678a Merge branch 'master' of github.com:akka/akka 2012-03-05 11:30:33 +01:00
Viktor Klang
b7947ca772 #1885 - Adding section on serializing ActorRefs 2012-03-05 11:30:21 +01:00
Roland Kuhn
1349ac8ce4 Merge pull request #363 from akka/wip-promisestream-∂π
fix implementation of PromiseStream.<<(elem1,elem2,elems)
2012-03-05 01:34:10 -08:00
Roland
c9b768af7f move to github.com/akka/akka in docs 2012-03-05 10:27:17 +01:00
Viktor Klang
ee7eb9f968 Merge branch 'master' of github.com:akka/akka 2012-03-05 10:17:02 +01:00