Viktor Klang
|
baa12988f9
|
Fixing ticket #813
|
2011-04-28 16:03:21 +02:00 |
|
Viktor Klang
|
4bedb4813d
|
Fixing tickets #816, #814, #817 and Dereks fixes on #812
|
2011-04-28 16:01:11 +02:00 |
|
Patrik Nordwall
|
bce7d176f4
|
Added parens to override of preStart and postStop
|
2011-04-26 20:31:08 +02:00 |
|
Patrik Nordwall
|
087191f19f
|
Added parens to start
|
2011-04-12 09:56:17 +02:00 |
|
Jonas Bonér
|
3d529e8ca4
|
Added check to ensure that messages are not null. Also cleaned up misc code
|
2011-03-30 15:12:58 +02:00 |
|
Viktor Klang
|
c22a2400d0
|
Merge branch 'master' of github.com:jboner/akka
|
2011-03-23 16:03:24 +01:00 |
|
Viktor Klang
|
518e23b050
|
Moving Initializer to akka-kernel, add manually for other uses, removing ListWriter, changing akka-http to depend on akka-actor instead of akka-remote, closing ticket #716
|
2011-03-23 15:44:20 +01:00 |
|
Jonas Bonér
|
6429086b51
|
Moved EventHandler to 'akka.event' plus added 'error' method without exception param
|
2011-03-23 15:12:09 +01:00 |
|
Jonas Bonér
|
299f865156
|
Fixed bug with restarting supervised supervisor that had done linking in constructor + Changed all calls to EventHandler to use direct 'error' and 'warning' methods for improved performance
|
2011-03-18 23:04:48 +01:00 |
|
Viktor Klang
|
7f3a727c8f
|
Moving AkkaLoader from akka.servlet in akka-http to akka.util, closing ticket #701
|
2011-03-14 17:53:35 +01:00 |
|
Jonas Bonér
|
f8ce3d541e
|
Changed API for EventHandler and added support for log levels
|
2011-03-14 10:45:49 +01:00 |
|
Heiko Seeberger
|
9d63964a39
|
re #689: Verified config for akka-http.
|
2011-03-08 15:23:05 +01:00 |
|
Viktor Klang
|
1c15e26c18
|
Moving most of the Jersey and Jetty deps into MicroKernel (akka-modules), closing #593
|
2011-03-07 13:49:33 +01:00 |
|
Jonas Bonér
|
793ad9ac03
|
Renamed to EventHandler and added 'info, debug, warning and error'
|
2011-03-02 18:19:17 +01:00 |
|
Jonas Bonér
|
c4e2d73668
|
Added the ErrorHandler notifications to all try-catch blocks
|
2011-03-02 00:14:45 +01:00 |
|
Jonas Bonér
|
9354f0790c
|
Removed logging
|
2011-02-28 22:54:32 +01:00 |
|
Garrick Evans
|
97b26b63ec
|
fix tabs; remove debugging log line
|
2011-02-12 10:01:29 -08:00 |
|
Garrick Evans
|
ec2dfe464a
|
ticket 664 - update continuation handling to (re)support updating timeout
|
2011-02-12 09:57:24 -08:00 |
|
Viktor Klang
|
baafbeedb0
|
Changing to getPathInfo instead of getRequestURI for Mist
|
2011-01-28 12:42:31 +01:00 |
|
Viktor Klang
|
dbe6f203b3
|
Removing ActorRegistry object, UntypedActor object, introducing akka.actor.Actors for the Java API
|
2011-01-04 13:24:28 +01:00 |
|
Viktor Klang
|
ef9c01ecee
|
Making EmbeddedAppServer work without AKKA_HOME
|
2010-12-28 11:36:23 +01:00 |
|
Jonas Bonér
|
e8fcdd697b
|
Updated the copyright header to 2009-2011
|
2010-12-22 15:35:50 +01:00 |
|
Viktor Klang
|
8a5fa56aa3
|
Closing ticket 541
|
2010-12-22 15:18:13 +01:00 |
|
Jonas Bonér
|
fc3b125171
|
removed trailing spaces
|
2010-12-22 10:23:58 +01:00 |
|
Jonas Bonér
|
11eb304a26
|
changed config element name
|
2010-12-22 08:07:26 +01:00 |
|
Viktor Klang
|
30f73c7ca4
|
Fixing SLF4J logging lib switch, insane API FTL
|
2010-11-30 12:00:58 +01:00 |
|
Viktor Klang
|
ea5cd05c8b
|
Switched AkkaLoader to use Switch instead of volatile boolean
|
2010-11-26 12:53:59 +01:00 |
|
Viktor Klang
|
4acee62576
|
Adding AkkaRestServlet that will provide the same functionality as the AkkaServlet - Atmosphere
|
2010-11-25 14:10:53 +01:00 |
|
Jonas Bonér
|
6cf7cc2986
|
removed trailing whitespace
|
2010-11-24 21:05:12 +01:00 |
|
Jonas Bonér
|
ba258e6a1c
|
tabs to spaces
|
2010-11-24 21:04:33 +01:00 |
|
Jonas Bonér
|
2ba20cf5f1
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-11-24 16:36:43 +01:00 |
|
Jonas Bonér
|
900b90ca57
|
uncommented the dataflowstream tests and they all pass
|
2010-11-24 16:36:23 +01:00 |
|
Viktor Klang
|
bc1ae7814b
|
Fixing all %s into {} for logging
|
2010-11-24 13:53:53 +01:00 |
|
Viktor Klang
|
08abc15e8a
|
Switching to raw SLF4J on internals
|
2010-11-24 13:42:41 +01:00 |
|
Jonas Bonér
|
f97d04f1b7
|
Separated core from modules, moved modules to akka-modules repository
|
2010-11-23 15:31:28 +01:00 |
|
Viktor Klang
|
7f0358277b
|
Closing #555
|
2010-11-23 14:21:07 +01:00 |
|
Viktor Klang
|
31d5d7cb67
|
Moving Mist into almost one file, changing Servlet3.0 into a Provided jar and adding an experimental Filter
|
2010-11-23 12:35:14 +01:00 |
|
Viktor Klang
|
1bca2414d5
|
Merge with master
|
2010-11-23 09:25:24 +01:00 |
|
Jonas Bonér
|
1ee3a54372
|
Fixed issues with config - Ticket #535
|
2010-11-22 15:32:54 +01:00 |
|
Viktor Klang
|
e802b336a1
|
Minor code tweaks, removing Atmosphere, awaiting some tests then ready for master
|
2010-11-22 13:21:55 +01:00 |
|
Garrick Evans
|
adf8b63469
|
fixing a screwy merge from master... readding files git deleted for some unknown reason
|
2010-11-20 23:41:40 -08:00 |
|
Garrick Evans
|
1a23d36297
|
removing odd git-added folder.
|
2010-11-20 23:30:05 -08:00 |
|
Garrick Evans
|
4a9fd4e453
|
merge master to branch
|
2010-11-20 23:30:05 -08:00 |
|
Garrick Evans
|
c313e22061
|
hacking in servlet 3.0 support using embedded jetty-8 (remove atmo, hbase, volde to get around jar mismatch); wip
|
2010-11-20 23:30:03 -08:00 |
|
Garrick Evans
|
0108b84c3e
|
most of the refactoring done and jetty is working again (need to check updating timeouts, etc); servlet 3.0 impl next
|
2010-11-20 23:26:48 -08:00 |
|
Garrick Evans
|
c3acad0767
|
refactoring WIP - doesn't build; added servlet 3.0 api jar from glassfish to proj dep
|
2010-11-20 23:26:48 -08:00 |
|
Garrick Evans
|
31be60dec1
|
adding back (mist) http work in a new branch. misitfy was too stale. this is WIP - trying to support both SAPI 3.0 and Jetty Continuations at once
|
2010-11-20 23:26:48 -08:00 |
|
Viktor Klang
|
7040ef0f14
|
Added a root akka folder for source files for the docs to work properly, closing ticket #541
|
2010-11-20 22:26:26 +01:00 |
|
Viktor Klang
|
bb855ed690
|
Removing legacy code for 1.0
|
2010-11-12 10:58:16 +01:00 |
|
Jonas Bonér
|
c589c4fb55
|
removed trailing spaces
|
2010-10-29 16:33:31 +02:00 |
|