| dwr:/java/org/directwebremoting/dwrp/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:joe_walker:20080403110714
by joe_walker on
03 April 2008, 06:07:14 -0500
(9 months ago)
Comet support varies between browsers
./PollHandler.java
1.51
MAIN:joe_walker:20080403105216
by joe_walker on
03 April 2008, 05:52:16 -0500
(9 months ago)
Make a write error alarm go off on any error
./BaseScriptConduit.java
1.13
MAIN:joe_walker:20080319143227
by joe_walker on
19 March 2008, 09:32:28 -0500
(9 months ago)
Extra tweaks for 2 connection limit issue http://getahead.org/bugs/browse/DWR-190
./PollHandler.java
1.50
MAIN:joe_walker:20080319140604
by joe_walker on
19 March 2008, 09:06:08 -0500
(9 months ago)
Another attempt at fixing 2 connection limit issue http://getahead.org/bugs/browse/DWR-190
./BaseCallHandler.java
1.2
./BaseScriptConduit.java
1.12
./PollHandler.java
1.49
MAIN:joe_walker:20080319121615
by joe_walker on
19 March 2008, 07:16:15 -0500
(9 months ago)
abstracting isResponseCompleted from Jetty being hard coded in PollHander into ContainerAbstraction
./PlainPollHandler.java
1.2
./PollHandler.java
1.48
MAIN:joe_walker:20080318153104
by joe_walker on
18 March 2008, 10:31:17 -0500
(9 months ago)
upgrade to intellij7
./BaseCallHandler.java
1.1
./BaseCallMarshaller.java
1.49
./BaseScriptConduit.java
1.11
./EnginePrivate.java
1.1
./Html4kScriptConduit.java
1.8
MAIN:joe_walker:20080317094718
by joe_walker on
17 March 2008, 04:47:21 -0500
(9 months ago)
Fix for http://getahead.org/bugs/browse/DWR-218 and http://getahead.org/bugs/browse/DWR-219 - visibility of __System
./BaseCallMarshaller.java
1.48
Branch_2_0:joe_walker:20080314141830
by joe_walker on
14 March 2008, 09:18:30 -0500
(9 months ago)
port of polling fixes back to 2.0
./JettyContinuationSleeper.java
1.1.2.2
./PollHandler.java
1.33.2.3
./ThreadWaitSleeper.java
1.1.2.3
./TimedAlarm.java
1.1.2.3
MAIN:joe_walker:20080313144222
by joe_walker on
13 March 2008, 09:42:22 -0500
(9 months ago)
Fixing polling/reverse ajax bug
./PollHandler.java
1.46
Branch_2_0:joe_walker:20080221110812
by joe_walker on
21 February 2008, 05:08:12 -0600
(10 months ago)
reduce the amount of debug displayed by dwr.war when doing reverse ajax
./BasicAlarm.java
1.1.2.3
./OutputAlarm.java
1.1.2.5
MAIN:joe_walker:20080220145254
by joe_walker on
20 February 2008, 08:52:54 -0600
(10 months ago)
First part of a fix for DWR-190 - 2 cnx limit, mostly work on window.name
./BaseCallMarshaller.java
1.47
./Batch.java
1.19
./PollBatch.java
1.7
./PollHandler.java
1.45
./ProtocolConstants.java
1.7
Branch_2_0:joe_walker:20080220144843
by joe_walker on
20 February 2008, 08:48:43 -0600
(10 months ago)
sync with PollHandler in HEAD. fixes issue with output while browser is not connected
./PollHandler.java
1.33.2.2
MAIN:joe_walker:20080212133509
by joe_walker on
12 February 2008, 07:35:09 -0600
(10 months ago)
Fix for http://getahead.org/bugs/browse/DWR-198 to allow DWR to work without commons-file-upload in the classpath
./CommonsFileUpload.java
1.1
./FileUpload.java
1.1
./ParseUtil.java
1.18
./UnsupportedFileUpload.java
1.1
MAIN:joe_walker:20080211192641
by joe_walker on
11 February 2008, 13:26:41 -0600
(10 months ago)
less verbose logging output. part of a fix for DWR-79
./BaseCallMarshaller.java
1.46
./BaseScriptConduit.java
1.10
MAIN:joe_walker:20080211192634
by joe_walker on
11 February 2008, 13:26:35 -0600
(10 months ago)
Updates to File Upload to let the server side know about progress, from Jose Noheda
./ParseUtil.java
1.17
MAIN:joe_walker:20080208144343
by joe_walker on
08 February 2008, 08:43:43 -0600
(11 months ago)
allow dwr to dynamically create new script session ids See http://getahead.org/bugs/browse/DWR-189
./BaseCallMarshaller.java
1.45
MAIN:joe_walker:20080208115336
by joe_walker on
08 February 2008, 05:53:36 -0600
(11 months ago)
allow dwr to dynamically create new script session ids (part 2) See http://getahead.org/bugs/browse/DWR-189
./PollHandler.java
1.44
Branch_2_0:joe_walker:20080208084229
by joe_walker on
08 February 2008, 02:42:29 -0600
(11 months ago)
Fix for http://getahead.org/bugs/browse/DWR-191
./OutputAlarm.java
1.1.2.4
MAIN:joe_walker:20080207151815
by joe_walker on
07 February 2008, 09:18:16 -0600
(11 months ago)
Addition of ContainerAbstraction interface, and associated refactoring
./Alarm.java
1.5
./BaseScriptConduit.java
1.9
./BasicAlarm.java
1.5
./GrizzlyContinuationSleeper.java
1.2
./JettyContinuationSleeper.java
1.5
Branch_2_0:joe_walker:20080204083506
by joe_walker on
04 February 2008, 02:35:06 -0600
(11 months ago)
Fix for breakage when using DWR with Acegi with IE, without ActiveX. For more details see http://blogs.reucon.com/srt/2008/01/24/the_specified_call_count_is_not_a_number_null.html
./ParseUtil.java
1.9.2.1
MAIN:joe_walker:20080204083458
by joe_walker on
04 February 2008, 02:34:58 -0600
(11 months ago)
Fix for breakage when using DWR with Acegi with IE, without ActiveX. For more details see http://blogs.reucon.com/srt/2008/01/24/the_specified_call_count_is_not_a_number_null.html
./ParseUtil.java
1.16
Branch_2_0:joe_walker:20080109214223
by joe_walker on
09 January 2008, 15:42:23 -0600
(11 months ago)
Fis as proposed on mailing list under subject: [dwr-user] Bug: Converters and javascript attribute
Branch_2_0:joe_walker:20080109214105
by joe_walker on
09 January 2008, 15:41:06 -0600
(11 months ago)
reducing helpfulness of security errors
./Batch.java
1.9.2.3
MAIN:joe_walker:20071218171547
by joe_walker on
18 December 2007, 11:16:18 -0600
(12 months ago)
clarifying the role of type in InboundVariable
./DefaultConverterManager.java
1.21
MAIN:joe_walker:20071213220429
by joe_walker on
13 December 2007, 16:04:29 -0600
(12 months ago)
security fixes
./Batch.java
1.18
MAIN:joe_walker:20071123151510
by joe_walker on
23 November 2007, 09:15:10 -0600
(13 months ago)
grizzly support
./GrizzlyContinuationSleeper.java
1.1
./OutputAlarm.java
1.7
./PollHandler.java
1.42
MAIN:joe_walker:20071122163234
by joe_walker on
22 November 2007, 10:32:34 -0600
(13 months ago)
deeper protection against high call counts in a batch
./Batch.java
1.17
Branch_2_0:joe_walker:20071031191022
by joe_walker on
31 October 2007, 14:10:22 -0500
(14 months ago)
XSS fix wasn't done correctly
./Batch.java
1.9.2.2
MAIN:joe_walker:20071031191015
by joe_walker on
31 October 2007, 14:10:16 -0500
(14 months ago)
XSS fix wasn't done correctly
./Batch.java
1.16
MAIN:joe_walker:20071031180046
by joe_walker on
31 October 2007, 13:00:46 -0500
(14 months ago)
Fixing potential XSS holes
./Batch.java
1.15
|