0
I Use This!
Inactive

Commits : Listings

Analyzed 31 minutes ago. based on code collected 32 minutes ago.
Oct 11, 2024 — Oct 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[concerto] Improve the way the database is initialized
sdumitriu
as Sergiu Dumitriu
More... over 16 years ago
- Jxta module tests now run with a concurrently started "server peer" on localhost instead of using the ureliable jxta public network. - Reordered jxta test packages. - Documented a bit the ConcertoSuperPeer class More... over 16 years ago
[Concerto] Fix the standalone server peer build
sdumitriu
as Sergiu Dumitriu
More... over 16 years ago
Module for running a stand-alone jxta "server peer". More... over 16 years ago
Initial import. More... over 16 years ago
Integrated XWoot with the JXTA module. - created an XWoot3 version for this - hacked a minimalistic and almost complete web UI for the new requirements (network, groups, etc). - wrote tests for the jxta module in both single-peer and multiple-peers modes - wrote a mock (fake) for the jxta module to be used for xwootApp tests. - addapted xwootApp tests to the new XWoot3 class - added some methods to the XWootAPI interface but it will be modified even more. It is still in the current form because of backwards compatibility with XWoot and XWoot2 implementations. More... over 16 years ago
[cleanup] Remove generated files
sdumitriu
as Sergiu Dumitriu
More... over 16 years ago
- Using JxtaCast's "back-channel" pipe advertisement that every peer has to send messages like anti-entropy requests and replies and state transfer requests and replies. - Better logging - Updated ConcertoPeer toy-application that provides testing various scenarios that the jxta module will perform. More... over 16 years ago
- Added unit tests as much as jxta allows (see http://forums.java.net/jive/thread.jspa?threadID=56956&tstart=0 for details on the problem) - Renamed interface and implementation. - Minor documentation. More... over 16 years ago
- Added jxta module. More... over 16 years ago
See initial import message. More... over 16 years ago
Initial import also containing the refactored JxtaCast sub-project. More... over 16 years ago
- Set cumulative status to XWikiRights objects. More... over 16 years ago
- Fixed compute state problem. - Added 2 tests for object replication, namely comments in a page. - Speeded up the tests for the real XWootContentProvider by clearing modifications caused by the initial import of the state and treating only the test modifications. - Minor change in NewXWootContentProvider to no longer throw an exception if it is already connected. More... over 16 years ago
- Fixed Mac related encoding problem in page(file) names. More... over 16 years ago
[Minor] Added XWootContentProvider configuration management methods for ignore/accept lists. More... over 16 years ago
Written a refactored version of the content provider (now takes into account changes wrt to the last processed version) Created a state manager in order to encapsulate SQL logic Added test cases More... over 16 years ago
Fixed a missing parameter in logging More... over 16 years ago
Added some extra logging information More... over 16 years ago
Fixed some bugs and added some extra logging information More... over 16 years ago
Added a flag in order to choose if to clear all versions except the latest one. More... over 16 years ago
Added content provider properties at the right place More... over 16 years ago
- bugfix on Patch.toString() More... over 16 years ago
Impoved logging on store. More... over 16 years ago
- added Patch.toString() for better logging. - added some extra messages on the synchronize() method - changed charset to UTF-8 when serializing to XML. More... over 16 years ago
Refactoring and improvements. Better logging Tests fixing Cleaning. Optimization in the retrieval of the modification list. Now if several versions of a page are retrieved, only the most recent one is considered "good" to be returned in the next modifications list. More... over 16 years ago
change real xwoot-content-provider by mock in test xwoot2. More... over 16 years ago
Avoid to store ignored pages. More... over 16 years ago
fix bugs. first web tests succeed ... To be continued... More... over 16 years ago
Added more methods for handling xwootobject metadata. More... over 16 years ago