Commit Log (Page 34 of 64)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Summary Period: 2002-09-04 to 2002-08-08 (Commits 1489-1538 of 3188)

hannes 2002-09-04 17:24

Implement timeout field to know when to rethrow exceptions in
script execution as TimeoutExceptions. The field is set to true in abort()
and set to false in enterContext().

19 lines of code changed in:

hannes 2002-09-04 16:30

rethrow TimeoutExceptions caught in Macro execution.

2 lines of code changed in:

hannes 2002-09-04 16:03

Log abort messages to the access log instead of the event log to give a
better idea about request activity and the ratio between successful/aborted requests.

1 lines of code changed in:

hannes 2002-09-04 16:01

Call abort() on the scriptingEngine to let it know that the current
execution is being aborted.

3 lines of code changed in:

hannes 2002-09-04 16:00

Added abort() method to let the Engine/Evaluator know that the current
execution is being aborted (usually due to a request timeout).

15 lines of code changed in:

hannes 2002-09-04 15:37

Updated version string.

1 lines of code changed in:

hannes 2002-09-04 15:35

Do not call stop() method on threads when aborting a transaction.
The method is deprecated, and it seemed to leave db connections in an
unreclaimable state.

2 lines of code changed in:

hannes 2002-08-30 17:26

Do not try to perform path translation relative to the servlet mountpoint
since this is done already by the servlet container.

3 lines of code changed in:

hannes 2002-08-30 16:28

Added <hr> to list of recognized HTML tags.

1 lines of code changed in:

stefanp 2002-08-22 12:33

- GroupObject no longer extends Hashtable but now holds two tables, one for
primitive properties and one for children-references -> added methods to access
properties of GroupObjects.

- GroupObjects are constructed with state LOCAL only but are made
REPLICATED by the save() method too.

178 lines of code changed in:

stefanp 2002-08-22 11:29

- minor performance improvements
- cleanup import statements, logging, formatting

96 lines of code changed in:

stefanp 2002-08-21 20:49

put STATE_TRANSFER back in the stack

2 lines of code changed in:

stefanp 2002-08-21 20:37

no message

42 lines of code changed in:

stefanp 2002-08-21 20:37

made Group use the STATE_TRANSFER functions again for the final
retrieval of the message queue.

rewrote prefetchState() to contact other members (more than just the
coordinator) on wheter they can provide state.

76 lines of code changed in:

stefanp 2002-08-21 20:36

made Group use the STATE_TRANSFER functions again for the final
retrieval of the message queue.

91 lines of code changed in:

stefanp 2002-08-21 20:35

finer distinction between exceptions with net statetransferexception

7 lines of code changed in:

stefanp 2002-08-21 20:35

shrunk interface as we use STATE_TRANSFER for the final catching up

4 lines of code changed in:

stefanp 2002-08-21 20:34

use TimeoutException again

7 lines of code changed in:

stefanp 2002-08-21 20:34

added sleep method

5 lines of code changed in:

stefanp 2002-08-21 19:11

temporary fix: made Xml.write() use default UTF-8 encoding.

1 lines of code changed in:

stefanp 2002-08-19 11:11

add queue objects in a synchronized block

11 lines of code changed in:

stefanp 2002-08-16 20:22

made XmlDatabase use the app's charset
(app.properties/charset=ISO...)
new method: Application.getCharset()

6 lines of code changed in:

stefanp 2002-08-14 19:20

- formatting fixes
- mods to JG-config
- updated version to 0.2
- updated test apps

30 lines of code changed in:

stefanp 2002-08-14 17:54

only start one ErrorReset-thread

19 lines of code changed in:

stefanp 2002-08-14 17:46

formatting fixes

19 lines of code changed in:

stefanp 2002-08-14 17:46

added a simply cache-mechanism to getMethod()

15 lines of code changed in:

stefanp 2002-08-14 17:45

addMessage() doesn't throw an Exception anymore.

6 lines of code changed in:

stefanp 2002-08-14 17:41

improved callback method handle()

56 lines of code changed in:

stefanp 2002-08-14 17:40

made reference to Group non-static.

2 lines of code changed in:

stefanp 2002-08-14 14:10

added comments, rearranged order of methods

60 lines of code changed in:

stefanp 2002-08-14 14:00

- shrunk StateTransferListener interface
- cleanup
- added comments, flattened import statements
- clean exceptions

205 lines of code changed in:

stefanp 2002-08-14 11:37

replaced getApp() with evaluator.reval.app

2 lines of code changed in:

stefanp 2002-08-14 11:29

implemented static factory-method in Group instead of multi-param constructors

66 lines of code changed in:

stefanp 2002-08-14 11:28

added default vars

14 lines of code changed in:

stefanp 2002-08-14 11:27

added configFromProperties() to bundle properties-parsing in one class

37 lines of code changed in:

stefanp 2002-08-13 20:10

cleanup

35 lines of code changed in:

stefanp 2002-08-13 19:58

- changed from StatePrefetcher to StateFetcher which also performs the
catch-up request.
- state methods moved from Group to StateFetcher.
- Interface StateTransferListener expanded.

216 lines of code changed in:

stefanp 2002-08-13 18:17

- renamed lots of private vars & methods
- inserted myriads of debug-statements
- introduced interface that bundles constants

299 lines of code changed in:

stefanp 2002-08-13 11:22

merged from branch

165 lines of code changed in:

stefanp 2002-08-12 19:20

- new state-transfer (no protocol but on application-level) which sends
most of the data asynchronously and needs just a short blocking to get
in synch with the group.
- now using MessageHandler instead of RpcHandler (that's one level
deeper), therefore rewrote most of the group-calls.

largely untested, but it compiles.

341 lines of code changed in:

stefanp 2002-08-11 19:26

fixed bug that caused default xml-conversion not to work properly.
removed commented out code.

1 lines of code changed in:

stefanp 2002-08-09 18:00

test classes

6 lines of code changed in:

stefanp 2002-08-09 17:53

simplified method resolution

24 lines of code changed in:

stefanp 2002-08-09 17:30

updated hardcoded settings

12 lines of code changed in:

stefanp 2002-08-09 15:47

check if path is null in toString to avoid printing [GroupObject null].

2 lines of code changed in:

stefanp 2002-08-08 15:07

added comments

16 lines of code changed in:

stefanp 2002-08-08 14:38

removed NAKACK protocol from debugging

1 lines of code changed in:

stefanp 2002-08-08 14:35

updated demoapps

19 lines of code changed in:

stefanp 2002-08-08 14:34

added static debug()-method and moved setDebug from Group to
GroupExtension.

46 lines of code changed in:

stefanp 2002-08-08 14:18

no message

2 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 Next »

Generated by StatCVS 0.2.2