Commit graph

9539 commits

Author SHA1 Message Date
Oliver Schulz
ecef10eabc Added CompactByteString
* CompactByteString provides an instance of ByteString that is
  guaranteed to be compact and has performance-optimized element
  acces (since no range-checking is necessary)

* sealed abstract class ByteString, since the implementations of
  ByteString1 and ByteStings assume a fixed set of ByteString
  classes (in pattern matching).
2012-04-23 20:11:16 +02:00
Viktor Klang
670bb396f9 Adding @implicitNotFound annotation on LogSource 2012-04-23 19:07:27 +02:00
Viktor Klang
7cc4c03018 #1962 - Clarifying the error logging when dropping inbound messages and lazy-fying the logger 2012-04-23 16:38:22 +02:00
Viktor Klang
8ac7ac8499 Adding docs section on how to proxy ActorRefs with TypedActors 2012-04-23 16:19:58 +02:00
Viktor Klang
b5960253a2 #1990 - Adding Java and Scala version of the microkernel docs 2012-04-23 14:50:26 +02:00
Viktor Klang
d431ab32cd Merge branch 'master' of github.com:akka/akka 2012-04-23 14:30:59 +02:00
Viktor Klang
8df2314bb3 #1946 - Adding clarification in docs about the HashedWheelTimer semantics 2012-04-23 14:30:28 +02:00
Roland
0c4b2a11ae document blocking nature of system.actorOf, see #2007 2012-04-23 12:26:29 +02:00
Viktor Klang
4204b31759 Adding Amir's cool prompt to sbt 2012-04-23 11:57:13 +02:00
Viktor Klang
6286e493a6 Fixing signature of routeResponse to Unit instead of Any 2012-04-23 11:39:52 +02:00
viktorklang
b43f0119fc Merge pull request #385 from akka/wip-1970-camel-producer-converters
Wip 1970 camel producer converters
2012-04-23 02:32:30 -07:00
Piotr Gabryanczyk
ec0f04a741 routeResponse returns Unit 2012-04-23 10:19:31 +01:00
Roland Kuhn
d63d21bbf3 Merge pull request #401 from oschulz/bs-builder
Fixed ByteStringBuilder.resizeTemp
2012-04-23 02:08:51 -07:00
Piotr Gabryanczyk
b7fc3f6da0 casting to AnyRef instead 2012-04-20 17:07:42 +01:00
Oliver Schulz
1453170c96 Fixed ByteStringBuilder.resizeTemp
resizeTemp didn't update _tempCapacity, causing ByteStringBuilder to
create a new _temp array on each call of +=.
2012-04-20 14:10:10 +02:00
Viktor Klang
b9ea457161 Removing unused dependencies 2012-04-19 15:09:20 +02:00
viktorklang
984d53a623 Stopping the bleeding of ActorSystem ScalaDoc 2012-04-19 11:13:35 +03:00
viktorklang
6bd4ea1710 Clarifying actor jmm rules 2012-04-18 12:46:58 +03:00
Roland
5851ffb115 update to scala 2.9.2 2012-04-13 18:33:21 +02:00
Roland
e19b258ce0 make error message more clear when logger initialization times out 2012-04-13 09:56:04 +02:00
Jonas Bonér
e500548494 Renamed methods in public Cluster API, plus changed semantics of Cluster.join (was wrong before).
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-12 22:50:50 +02:00
Roland
3e47dfa7eb fix ØMQ detection during tests 2012-04-12 15:13:16 +02:00
Jonas Bonér
19cb08cbeb Renamed Node.scala to Cluster.scala 2012-04-12 12:25:39 +02:00
Roland
201885d125 incorporate Viktor’s review
- rename instance() to getInstance()
- add ScalaDoc
- some formatting
2012-04-10 16:59:23 +02:00
Roland
b6db48818a add Java API for most case objects
- “case object” will emit a concrete class without constructor, so put
  abstract class in its way in order to obtain an accessible type for
  Scala & Java (i.e. without $)
- add “def instance = this” to make access uniform from Java
- this does not work for nested case objects because of missing static
  forwarders, so keep those as they were
- fix issue with case object FromConfig colliding with case class
  FromConfig by open-coding the “case”iness in this case (should be
  thrown out in 2.1)
2012-04-10 16:59:15 +02:00
Roland
21f2c28fd1 Merge branch 'wip-ask-remote-tests-∂π' 2012-04-10 15:15:22 +02:00
Piotr Gabryanczyk
c457360dbe adding return types 2012-04-09 07:59:03 +01:00
Piotr Gabryanczyk
1b254f9f61 adding return types 2012-04-09 07:44:47 +01:00
Viktor Klang
eea0d826d0 #1983 - Removing network-event-sender from reference.conf 2012-04-08 01:20:33 +02:00
Viktor Klang
a658486d9b #1931 - correcting logging config examples 2012-04-08 01:10:19 +02:00
Viktor Klang
2bb9e79b98 #1982 - Opening up the send and notifyListeners methods on RemoteTransport so 3rd parties can extend it properly 2012-04-08 00:25:53 +02:00
Piotr Gabryanczyk
44a19aff8e Partial functions replaced with regular functions for message converters 2012-04-06 11:13:59 +01:00
Roland
6f6979412c fix over-eager polling in zeromq
depending on socket type it now does
- no polling (write-only sockets)
- zmq_recv-based polling (unrestricted sockets)
- zmq_poll-based polling (REQ/REP sockets)
2012-04-06 10:43:36 +02:00
Viktor Klang
2ee712a8b1 Do not tinker with the 0mq socket for the ConnectionSocketActor on Restart 2012-04-04 11:08:28 +02:00
viktorklang
8163555378 Merge pull request #389 from akka/wip-1954-update-FJP-√
Manual patch of Doug Leas fix to ForkJoinPool
2012-04-03 08:00:40 -07:00
viktorklang
6ecdb92027 Merge pull request #390 from akka/wip-harden-suspend-resume-√
Hardening the suspend/resume methods so that actorcells with dlqs aren't...
2012-04-03 07:58:41 -07:00
Roland
ca9d6b369d fix CallingThreadMailbox.numberOfMessages 2012-04-03 16:28:36 +02:00
Roland
e9a6c16bdc fix CallingThreadMailbox.hasMessages, see #1918 2012-04-03 16:28:36 +02:00
Roland
bcbe878ec6 reject invalid ActorSystem names, see #1898
only allows domain-name-component compatible names (for simplicity)
2012-04-03 16:28:36 +02:00
Roland
ae021a2f55 fix stopping of actors in RouterConfig spec, see #1974 2012-04-03 16:08:36 +02:00
Viktor Klang
faaeed45d0 #1958 - adding docs for lifecycle hook-parameters 2012-04-03 15:18:07 +02:00
Roland
d8b0fcf629 clarify typographic error in general/remoting.rst 2012-04-03 12:48:03 +02:00
Viktor Klang
3badf25bc0 Hardening the suspend/resume methods so that actorcells with dlqs aren't throwing up 2012-04-03 00:37:09 +02:00
Viktor Klang
96e5682732 #1957 - Adding warning section regarding jarjar and akka configuration 2012-04-03 00:12:12 +02:00
Viktor Klang
b27bae2f10 #1964 - Fixing doc example mistake in 0mq docs, no review 2012-04-02 23:57:44 +02:00
Roland
e7723cb28e incorporate Viktor’s review (part 1) 2012-04-02 18:09:10 +02:00
Roland
c434456d33 bump version of scala-bindings to 0.0.5
- also remove one debug printout
2012-04-02 18:09:10 +02:00
Roland
c555e2c97a remove debug-Thread.sleep 2012-04-02 18:09:10 +02:00
Roland
57b1a8fc08 rewrite ZeroMQ poll loop
- do not use futures, do not use different executors
- only use Poll token; schedule OR poller.poll in case of no message
  available, depending on the sign of the poll timeout
- restructure receive method to avoid PartialFunction.orElse overhead
2012-04-02 18:09:09 +02:00
Viktor Klang
3468a694f8 Manual patch of Doug Leas fix to ForkJoinPool 2012-04-02 18:06:55 +02:00