Jonas Bonér
d65f4bbe59
Added reference to the NetBeans SBT plugin
2012-05-18 10:40:18 +02:00
Oliver Schulz
a032603858
Added variants of getBytes, getShorts, etc. to ByteByteIterator
...
Also removed byteOrder defaults for all get... methods.
2012-05-18 01:09:01 +02:00
Oliver Schulz
bc0693a2de
Added variants of putBytes, putShorts, etc. to ByteStringBuilder
...
Also removed byteOrder defaults for all put... methods.
2012-05-18 01:09:01 +02:00
Oliver Schulz
266c67679a
Added methods isCompact and isContiguous to ByteString
...
* The ability to check whether a ByteString is compact / contiguous
can be very useful when optimizing user code
2012-05-18 01:09:01 +02:00
Oliver Schulz
18e6e3ed7a
Made byteOrder implicit in ByteIterator methods
2012-05-18 01:09:01 +02:00
Oliver Schulz
5d7823fd49
Made byteOrder implicit in ByteStringBuilder methods
2012-05-18 01:09:01 +02:00
Oliver Schulz
844f09a5c7
Added methods getByte, getShort, etc. to ByteIterator
2012-05-18 01:09:01 +02:00
Oliver Schulz
15507dff85
Added methods putByte, putShort, etc. to ByteStringBuilder
2012-05-18 01:09:01 +02:00
Oliver Schulz
f4ee17dcac
Added methods getBytes, getShorts, etc. to ByteIterator
2012-05-18 01:09:01 +02:00
Oliver Schulz
f127b50ca2
Added methods putBytes, putShorts, etc. to ByteStringBuilder
2012-05-18 01:09:01 +02:00
Oliver Schulz
4517b44e8b
Added a java.io.InputStream wrapper for ByteIterator.
2012-05-18 01:09:01 +02:00
Oliver Schulz
53a01ecc12
Added a java.io.OutputStream wrapper to ByteStringBuilder
2012-05-18 01:09:01 +02:00
Oliver Schulz
3263f43060
Added a companion object, length and sizeHint to class ByteStreamBuilder
2012-05-18 01:09:01 +02:00
Oliver Schulz
b7e2246ce8
Improved implementations of ByteIterator.++
2012-05-18 01:09:01 +02:00
Oliver Schulz
018f1c92d5
Improved implementations of ByteString.++
2012-05-18 01:09:00 +02:00
Oliver Schulz
c8d7c995db
Enhanced ByteString implementation using ByteIterator
2012-05-18 01:09:00 +02:00
Oliver Schulz
76dab6354e
Added ByteIterator
2012-05-18 01:09:00 +02:00
Oliver Schulz
3436c3b14d
Added ByteString1.apply(bytes, startIndex, length)
2012-05-18 01:09:00 +02:00
Oliver Schulz
322edb2eca
Introduced ContByteString to complement CompactByteString
...
Many operations are necessarily more efficient on contiguous data
(represented by a contiguous part of an array) than on chunked data
(e.g. wrapping in a ByteBuffer, etc.).
It should be possibly to check whether a ByteString fulfills this
requirement and to specifically request such a ByteString for specific
applications. The new abstract ContByteString, as a natural bridge
between CompactByteString and ByteString, provides this.
2012-05-18 01:09:00 +02:00
Oliver Schulz
9076fbf268
Optimized ByteString1.++
2012-05-18 01:09:00 +02:00
Mirko Friedenhagen
58b2af8c09
Add options for creating epub output for the documentation
2012-05-17 22:58:57 +02:00
Gert Vanthienen
80ca257f25
sun.misc.Unsafe should be loaded through boot delegation instead
2012-05-17 08:09:59 +02:00
Gert Vanthienen
1bd41e948e
Add sbtosgi plugin configuration to generate OSGi metadata
2012-05-16 23:49:42 +02:00
Viktor Klang
5ca3fe11f8
Adding tons of ScalaDocs for Mailbox.scala
2012-05-16 17:37:23 +02:00
Viktor Klang
72f12c89cd
Adding docs and privatizing some fields in Dispatchers.scala
2012-05-16 17:21:58 +02:00
Viktor Klang
630c4a0153
Adding docs and fixing a potential bug in use of getSimpleName in Dispatcher
2012-05-16 17:14:49 +02:00
Viktor Klang
08ff967b08
Moving in SharingMailbox into BalancingDispatcher and making team & messageQueue private[akka]
2012-05-16 17:08:52 +02:00
Viktor Klang
95db4bfd37
Moving out ConfigurationException from akka.config to akka
2012-05-16 17:04:13 +02:00
Viktor Klang
0527f81c20
Adding docs and making things private to akka for TypedActors
2012-05-16 16:45:36 +02:00
Viktor Klang
a4f9900298
Adding some docs to Stash
2012-05-16 16:30:28 +02:00
Viktor Klang
7da74effe6
Adding overrides on the DefaultScheduler
2012-05-16 16:28:43 +02:00
Viktor Klang
07c9bfe6d7
Making sure that the ContinuousCancellable can never be re-initialized
2012-05-16 16:22:59 +02:00
Viktor Klang
c0cead3aad
Cleaning up Scheduler, rewriting ContinuousCancellable
2012-05-16 16:16:31 +02:00
Viktor Klang
cd31b4b103
Touch-up of Props
2012-05-16 15:38:22 +02:00
Viktor Klang
fccbba0de5
Docs, comments, cleanup, fairy dust...
2012-05-16 15:22:21 +02:00
Roland
4256522fc8
clarify semantics of name reuse/gracefulStop, see #2073
2012-05-16 13:43:00 +02:00
Viktor Klang
778b945e26
Merge branch 'master' into wip-2006-binary-compat-√
2012-05-16 13:31:48 +02:00
Patrik Nordwall
b70d7c6227
Reverted the change to serializeActorRef in DurableMessageSerialization. See #1755
...
* Discussed with Roland after seeing pull/457
2012-05-16 09:43:23 +02:00
Roland
3757fbd24b
Merge branch 'wip-expect-primitives-∂π'
2012-05-16 09:10:58 +02:00
Roland
9105720809
properly take boxing into account when expecting messages by type or class
2012-05-15 21:12:46 +02:00
Patrik Nordwall
31ace9e83f
Optimize remote serialization for the create from class case. See #1755
...
* Added FromClassCreator as special Function0 to be able to serialize
class name as protobuf string
2012-05-15 18:22:40 +02:00
Viktor Klang
d092d17aed
Adding even more future proofing
2012-05-15 17:44:56 +02:00
Patrik Nordwall
793af8b4ec
Imrovements from feedback. See #1755
2012-05-15 17:16:46 +02:00
Viktor Klang
c6d60e1089
Future proofing ActorRefProvider
2012-05-15 16:26:08 +02:00
viktorklang
4794220e55
Merge pull request #454 from srp/master
...
assorted IO.SocketOption changes from last pull request comments
2012-05-15 07:19:04 -07:00
Patrik Nordwall
8924080017
Create test-fixture for durable mailboxes. See #2061
...
* Improved DurableMailboxSpec for stand alone usage
* Changed build to publish DurableMailboxSpec in akka-mailboxes-common-test
* Changed documentation of durable mailboxes and added full example of
how to implement a durable mailbox, with test
2012-05-15 16:11:00 +02:00
Scott R. Parish
39a36b7116
IO.SocketOption: switch back to one line-per case
2012-05-15 09:10:19 -05:00
Scott R. Parish
4eef9cd341
IO#fowardFailure: catch NonFatal rather then all Throwables
2012-05-15 09:10:19 -05:00
Viktor Klang
6c2bee0533
Future-proofing ActorRef
2012-05-15 16:01:03 +02:00
Scott R. Parish
8aeb313492
IO: use defaults for SocketOption param rather then overloading
...
Now that we're not targetting a 2.0 release we can break backwards
binary compat.
2012-05-15 08:49:57 -05:00