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-10-30 to 2002-10-16 (Commits 1689-1738 of 3188)
Always rotate tables if new table exceeds threshold.
9 lines of code changed in:
Fixed parentheses
1 lines of code changed in:
Set application checksum in ResponseTrans.
6 lines of code changed in:
Added support for an application checksum which is automatically included in
dependency checksums/fingerprints/ETags generated via res.dependsOn() and
res.digest().
31 lines of code changed in:
Renamed digestDependencies() to just digest(), which is more finger-friendly.
1 lines of code changed in:
Added utility method to convert a long number to a byte array.
23 lines of code changed in:
Implemented methods to obtain a checksum that signals changes in the object.
These checksums are included in Message Digests so that they change when
something in the Application changes.
22 lines of code changed in:
The list of files belonging to a prototype is now managed by the prototype itself.
The prototype also keeps a checksum over its files which allows it to recognize
changes in any of the files quickly and easily.
85 lines of code changed in:
implemented dependsOn() and digestDependencies() methods
45 lines of code changed in:
Added support for ETag conditional GETs.
7 lines of code changed in:
res.data and req.data do not exist anymore.
0 lines of code changed in:
Improved error output in scripting engine initialization,
create a ResponseTrans that knows about the RequestTrans if possible.
5 lines of code changed in:
Added support for ETag conditional GETs, streamlined support for
Last-Modified and If-Modified-Since
133 lines of code changed in:
Fixed a bug that dropped some zeros in the message digest.
Added a method that directly takes a byte array as input.
7 lines of code changed in:
Use buffered input stream in getURL
2 lines of code changed in:
Added support for ETag and If-Modified-Since conditional GET
36 lines of code changed in:
Added ETag and lastModified fields
4 lines of code changed in:
Completely changed how XML-RPC invocation is performed. XML-RPC requests are
now handled by helma.main.ApplicationManager, which dispatches requests to the
right application. Also cleaned up XML-RPC access control a big deal, including it
in the generic application properties handling.
Fixes bug 135 http://helma.org/bugs/show_bug.cgi?id=135
87 lines of code changed in:
Cut whitespace at end of file
0 lines of code changed in:
implement FilenameFilter so there is no need for creating an anonymous inner class.
10 lines of code changed in:
Updated antclick version to 1.0pre2
1 lines of code changed in:
Included section about Antville and Antclick provided by kris (thanks!),
updated some bits and pieces about Helma like the system requirements and
the documentation URL.
50 lines of code changed in:
Added/Updated Files to Mckoi version 0.94g.
0 lines of code changed in:
Remove Mckoi 0.93 database files.
0 lines of code changed in:
set cache size to zero (we don't need a cache when running in embedded mode).
2 lines of code changed in:
A normal user can't start a server on port 80, switch back to 8080.
1 lines of code changed in:
Updated to Mckoi 0.94g.
0 lines of code changed in:
Initialize lastmod.
1 lines of code changed in:
Updated version string
1 lines of code changed in:
Implemented res.debug() method that appends debug messages to the response body.
13 lines of code changed in:
initScriptingEngine is now capable of creating different scripting engines based on
the scripting.engine.factory property.
18 lines of code changed in:
Install Jetty ContentEncodingHandler that does gzip and deflate compression on responses.
2 lines of code changed in:
Check if onRequest is defined for the current object before calling it.
2 lines of code changed in:
When a node accessed by secondary keys (accessname) is fetched but then found
by primary key in the cache, reset its create time to its lastmod time. Otherwise,
Relation.checkConstraints will (rightly) reject it if a filter is defined for it, since it
can't be sure that the filter constraint is still valid for the modified node.
3 lines of code changed in:
Made created and lastmodified protected to allow direct access from NodeManager.
2 lines of code changed in:
Change transaction name for error handler so people get less confusing commit/
abort messages (see bug 107, http://helma.org/bugs/show_bug.cgi?id=107 ).
4 lines of code changed in:
Always abort transaction when catching an error in HTTP request loop. This is because
a new transaction is started for the error handling also, so if something goes wrong
in error handling, we need to abort the transaction.
3 lines of code changed in:
Fixed stupid bug in SkinFile constructor.
5 lines of code changed in:
Pretty much reworked all the Helma type management code.
356 lines of code changed in:
don't forget to reset buffer stack in reset()
1 lines of code changed in:
Use index of last dot in filename to find out the type of a file
4 lines of code changed in:
Only decode path element if it actually is encoded.
5 lines of code changed in:
Use a proxy to java.net.URLEncoder which only encodes when
there is actual work to do. This is necessary because
URLEncoder is quite inefficient (e.g. it preallocates
buffers and stuff), and we call it often with
short string that don't need encoding.
39 lines of code changed in:
Implemented our own getPathInfo to use the decoding from java.net.URLDecoder.
Removed old slack since we now have some guarantees about req.path.
42 lines of code changed in:
Do not reset servlet response in sendRedirect() otherwise cookies are lost
0 lines of code changed in:
Renamed variable in writeResponse()
18 lines of code changed in:
Lots of code cleanup and little fixes.
redirect() now sends a 303 status code instead of 302 for HTTP/1.1.
94 lines of code changed in:
Fixed bugs 131: "No retry code in ServletClient and MultiServletClient"
and 132: "helma.serlvet.ServletClient stops working after *some* time"
And also did some cleanup work.
47 lines of code changed in:
Print/rethrow full exception string when an exception is caught from
NodeWrapper, since the exception message without the exception class is often
not very telling (e.g. "128" in ArrayIndexOutOfBoundsExceptions).
9 lines of code changed in:
removed final keyword which caused compile to fail on OS X (Java 1.3.1)
10 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