Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiacalendar/.git
2016-05-30 Steve BrokenshireUpdated virtual SaveObjectData function so that it...
2016-05-30 Steve BrokenshireWork in progress for the SaveFile functions in the...
2016-05-30 Steve BrokenshireAdded the OutputText function along with unit tests...
2016-05-30 Steve BrokenshireSetup initial version of the SaveFile functions for...
2016-05-30 Steve BrokenshireAdded menu option for testing the saving of iCalendar...
2016-05-30 Steve BrokenshireAdded initial unit test for iCalendarSaveEvent.
2016-05-30 Steve BrokenshireSetup initial version of the CalendarObjectSaveResult...
2016-05-29 Steve BrokenshireAdded the ProcessXMLSyncTokenList function for the...
2016-05-29 Steve BrokenshireAdded the ProcessXMLEntryList function for the CalDAV...
2016-05-29 Steve BrokenshireAdded unit tests for the GetEntryList functions in...
2016-05-29 Steve BrokenshireAdded the GetEntryList functions for the CalDAV object.
2016-05-29 Steve BrokenshirePerform checks if XML Node(s) have been found or not.
2016-05-29 Steve BrokenshireAdded support to add a calendar using a shortname.
2016-05-29 Steve BrokenshireGet the sync-token value for the calendars.
2016-05-02 Steve BrokenshireWhen processing calendars, attempt to get the sync...
2016-05-02 Steve BrokenshireAdded option to populate a CalDAV calendar in the unit...
2016-04-30 Steve BrokenshireClean up in unit testing for CalDAV and in the CalDAV...
2016-04-30 Steve BrokenshireAdded code and unit tests for editing entries in the...
2016-04-30 Steve BrokenshireUpdated code for AddEntry in the CalDAV object.
2016-04-30 Steve BrokenshireCreated EntryUUID string for adding and editing entries
2016-04-30 Steve BrokenshireAdded code and unit tests for deleting entries in the...
2016-04-25 Steve BrokenshireAdded the SplitPathFilename subroutine and unit tests
2016-04-24 Steve BrokenshireAdded code and unit tests for deleting entries in the...
2016-04-24 Steve BrokenshireRemoved code to output of CalendarEditHREF address...
2016-04-24 Steve BrokenshireForgot to add unit tests for AddEntry in CalDAV object.
2016-04-24 Steve BrokenshireAdded code and unit tests for AddEntry in the CalDAV...
2016-04-24 Steve BrokenshireDon't add a calendar when trying to delete a calendar...
2016-04-23 Steve BrokenshireMoved resetting and result processing code in CalDAV...
2016-04-23 Steve BrokenshireAdded code and unit tests for deleting calendars in...
2016-04-23 Steve BrokenshireAdded code and unit tests for editing calendars in...
2016-04-23 Steve BrokenshireRemoved output of address to console in AddCalendar
2016-04-23 Steve Brokenshire/principals should be /principals/
2016-04-21 Steve BrokenshireAdded the IntToHex function.
2016-04-21 Steve BrokenshireAdded Unit tests for the Colour struct.
2016-04-20 Steve BrokenshireReplace reference of XAB with Xestia Calendar common...
2016-04-20 Steve BrokenshireForgot inclusion guard for the Colour struct. Whoops.
2016-04-20 Steve BrokenshireAdded Colour struct
2016-04-17 Steve BrokenshireAdded the AddCalendar function.
2016-04-17 Steve BrokenshireAdded code and unit tests to list calendars from the...
2016-04-17 Steve BrokenshireAdded HexToInt function and unit tests for it.
2016-04-16 Steve BrokenshireRenamed MatchXMLName to MatchXMLNameTransverse in the...
2016-03-06 Steve Brokenshirefixup! Added the GetCalendarHome function to the CalDAV...
2016-03-06 Steve BrokenshireInitial version of CalDAV::GetCalendars
2016-03-06 Steve BrokenshireAdded ProcessXMLCalenadrHome to the CalDAV Object.
2016-03-06 Steve BrokenshireAdded the GetCalendarHome function to the CalDAV header.
2016-03-06 Steve BrokenshireAdded the GetCalendarHome function to the CalDAV object.
2016-03-06 Steve BrokenshireAdded unit tests for the CalDAV::GetCalendarHome function.
2016-03-03 Steve BrokenshireAdded separate C++ file for processing XML data within...
2016-03-03 Steve BrokenshireAdded unit tests to the ListCalendars CalDAV object...
2016-03-03 Steve BrokenshireAdded the CalDAVSendData struct and added more subrouti...
2016-03-03 Steve BrokenshireAdd libxml2 headers to the CalDAV object.
2016-03-03 Steve BrokenshireReset the connection status in CalDAV and add GetUserPr...
2016-03-03 Steve BrokenshireSet the connection results after attempting to fetch...
2016-03-03 Steve BrokenshireAdded the GetServerResult subroutine in the CalDAV...
2016-03-03 Steve BrokenshireChanged the subroutine from CalDAVOutput to CalDAVRecei...
2016-03-03 Steve BrokenshireAdded the CalDAVSend subroutine which is used when...
2016-03-03 Steve BrokenshireRenamed CalDAVOutput to CalDAVReceive
2016-03-02 Steve BrokenshireAdde code and unit tests for checking CalDAV support.
2016-03-02 Steve BrokenshireAdded code to build server address from subroutine...
2016-03-01 Steve BrokenshireMoved ServerData and ServerHeader to the CalDAV object...
2016-03-01 Steve BrokenshireAdded initial unit tests for CalDAV/ListCalendars
2016-03-01 Steve BrokenshireAdded Timeout setting to CalDAVConnectionData/CalDAVStatus
2016-03-01 Steve BrokenshireAded unit tests for checking when a server timeouts.
2016-03-01 Steve BrokenshireAdded unit tests for checking the invalid SSL certificate.
2016-03-01 Steve BrokenshireAdded unit tests for checking that the InvalidSSL conne...
2016-03-01 Steve BrokenshireAdded unit tests to connect to a SSL server with a...
2016-02-29 Steve BrokenshireAdded unit tests for verifying that the settings match...
2016-02-29 Steve BrokenshireRenamed Fail to InvalidSSL.
2016-02-29 Steve BrokenshireMoved line for getting the connection details of CalDAV...
2016-02-29 Steve BrokenshireAdded unit tests to check that the connection fails...
2016-02-29 Steve BrokenshireAdded <iostream> to CalDAV.h
2016-02-29 Steve BrokenshireMoved <iostream> include to CalDAV.h and written the...
2016-02-29 Steve BrokenshireAdded code for getting ServerData and ServerHeader...
2016-02-28 Steve BrokenshireAdded unit tests for the plain connection for the CalDA...
2016-02-28 Steve BrokenshireAdded curl header include and curl_global_init for...
2016-02-28 Steve BrokenshireAdded initial functions for CardDAV
2016-02-28 Steve BrokenshireFixed code for checking if a CalDAVConnectionData objec...
2016-02-26 Steve BrokenshireAmendend copyright and license headers with the correct...
2016-02-26 Steve BrokenshireInserted copyright and license header for xestiacalenda...
2016-02-26 Steve BrokenshireInserted copyright and license header for xestiacalenda...
2016-02-26 Steve BrokenshireCorrected filename in copyright & license header in...
2016-02-26 Steve BrokenshireInserted copyright and license header for CalDAV.cpp...
2016-02-25 Steve BrokenshireCorrected pointer.
2016-02-25 Steve BrokenshireDateFileResult comparisons should be == not !=
2016-02-25 Steve BrokenshireMerge branch 'master' of ssh://digit.mahou.co.uk/home...
2016-02-25 Steve BrokenshireAdded the CalDAVObjectValidSettings subroutine.
2016-02-25 Steve BrokenshireAdded variables to the CalDAVStatus struct.
2016-02-25 Steve BrokenshireAdded PROCESSCONNECTIONDATAFILE_INVALID to ProcessConne...
2016-02-25 Steve BrokenshireCheck if CalDAVConnectionData contains valid settings.
2016-02-25 Steve BrokenshireProcess the data files and load them into the CalDAVCon...
2016-02-24 Steve BrokenshireIncluded stdexcept in the common function tests.
2016-02-23 KiriAdded code to process the configuration files in the...
2016-02-22 Steve BrokenshireUpdated the ProcessConnectionDataFile subroutine.
2016-02-22 Steve BrokenshireAdded common include header to the CalDAV Unit tests
2016-02-22 Steve BrokenshireAdded common functions for the unit testing application
2016-02-20 KiriAdded initial versions of several CalDAV objects.
2016-02-18 Steve BrokenshireInitial version of the CalDAV unit testing.
2016-02-18 Steve BrokenshireInitial version of the CalDAV object.
2016-02-18 Steve BrokenshireAdded menu option for unit testing the CalDAV Object.
2016-02-16 Steve BrokenshireAdded unit tests for VALARM in iCalendarTask
next
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy