33
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added method to check if a user lock is active for a resource. More... over 21 years ago
Fixed restore of old backups. More... over 21 years ago
Fixed ConcurrentModificationException in RpcConnection.java More... over 21 years ago
Fix for XMLDB output property settings. More... over 21 years ago
Modified collection and document locks; added support for user-controlled document locks. More... over 21 years ago
Fixed and updated examples; modified SOAP interface; XUpdate errors More... over 21 years ago
Redesigned HTTP/REST-style interface; added EXistServlet; bug-fixes for btree, data removal ... More... over 21 years ago
XQuery additions; module support; XMLRPC interface changes; XQueryServlet; HTTP server changes; documentation updates; more examples ... More... over 21 years ago
if stylesheet is from file system skip line 673-714 More... over 21 years ago
Add encoding on xupdate More... over 21 years ago
Fixed FLWOR "order by" expressions; results are now returned in document order; fixed stylesheet processing for XMLRPC More... over 21 years ago
Fix problem with stylesheet from file system More... over 21 years ago
*** empty log message *** More... over 21 years ago
Fixed wrong method call in near() function More... over 21 years ago
Fixed Iterator.remove bug in hashtable implementation; fixed timeout issue for cached result sets in XMLRPC server; if a namespace prefix has been declared in XQuery, it now replaces the default prefixes stored with element nodes. More... over 21 years ago
Added flag to fulltext index to indicate if the indexed node is an attribute or text node. More... over 21 years ago
Fixed backup/restore bug More... over 21 years ago
Added node comparisons <<, >>, is, isnot; added XQuery use cases More... over 21 years ago
*** empty log message *** More... over 21 years ago
*** empty log message *** More... over 21 years ago
Added XUpdate (Etienne) and ElementImpl patches (Murray). More... over 21 years ago
Added quantified expressions ("some" and "every") to XQuery. Fixed XUpdate to get the correct input document set. More... over 21 years ago
Re-added missing servlet.jar More... over 21 years ago
*** empty log message *** More... over 21 years ago
Moved all Ant-jars to subdirectory tools. These jars are only required during the build process. Fixed processing of predicates and where clauses in expressions like "for $i in 1 to 10 where $i mod 2 = 0 return $i". More... over 21 years ago
Fix for NullPointerException in Xinclude More... over 21 years ago
Fixed document(), doc() and collection() functions. Expression.eval() does no longer expect a document set as argument. Instead, the input document set is either taken from the static context or specified via a document or collection function. More... over 21 years ago
*** empty log message *** More... over 21 years ago
Added caching of compiled XQuery expressions to XQueryGenerator; added "union", "intersection" and "except" to XQuery; support for date and time schema types; migrated library example to XQuery. More... over 21 years ago
Added typed variable declarations to XQuery; query engine bug-fixes More... over 21 years ago