]> www.infradead.org Git - users/dwmw2/ews-sync.git/shortlog
users/dwmw2/ews-sync.git
2011-08-18 David WoodhouseWork around libsoup violating RFC2616 master
2011-05-18 David WoodhouseUse icalrecurrencetype_clear() in process_recurrence...
2010-07-28 David WoodhouseUpdate README to point users at the C tools
2010-07-23 David WoodhouseUpdate process_changes() to process the whole SoupSoapR...
2010-07-22 David WoodhouseFix deletion
2010-07-22 David WoodhouseWrite combined all.ics file on completion
2010-07-22 David WoodhouseHandle recursion
2010-07-22 David WoodhouseFix double-free of deletia on error
2010-07-22 David WoodhouseMore error codes
2010-07-22 David WoodhouseRestart when not last in range
2010-07-22 David WoodhouseClean up fetch item code to be more like I want it
2010-07-22 David WoodhouseDon't free NULL tz
2010-07-22 David WoodhouseFree items on completion
2010-07-22 David WoodhouseAvoid double-free of system timezones
2010-07-22 David WoodhouseBase message creation into own function
2010-07-22 David WoodhouseTest hack for recursion for modified appointments
2010-07-22 David WoodhouseDefine ews_error_quark()
2010-07-22 David WoodhouseAdd TZID to recurrenceid property, return correct compo...
2010-07-22 David WoodhouseFix handling of recurrence rules in timezones
2010-07-22 David WoodhouseSplit fetch item to test recursion
2010-07-22 David WoodhouseCope with XML files without the spurious newline at...
2010-07-22 David WoodhouseAttempt to handle recursing to fetch modified subitems
2010-07-21 David WoodhousePrepare for handling ModifiedOccurrences, by passing...
2010-07-21 David WoodhouseConvert response handling to SoupSoapResonse, fix memor...
2010-07-21 David WoodhouseRemove unused variables
2010-07-21 David WoodhouseMerge branch 'master' of ssh://git.infradead.org/home...
2010-07-21 David WoodhouseStart using SoupSoapMessage. This is much nicer...
2010-07-21 David WoodhouseImport soup-soap-message
2010-07-21 David WoodhouseDon't abort sync run for a single fetch failure
2010-07-21 David WoodhouseClean up final fprintf(stderr) calls.
2010-07-20 David WoodhouseConvert recurrence to GError
2010-07-20 David WoodhouseConvert reminder_mins/deleted_occurrences/itemid to...
2010-07-20 David WoodhouseConvert organizer/attendees to GError
2010-07-20 David WoodhouseConvert process_time() to GError
2010-07-20 David WoodhouseConvert location/sequence/body/subject to GError
2010-07-20 David WoodhouseStart converting to use GError
2010-07-20 David WoodhouseStart making things sane... a header file for the ...
2010-07-20 David WoodhouseAdd GError to all internal functions for ews_calitem_to...
2010-07-20 David WoodhouseMerge branch 'master' of ssh://bombadil.infradead.org...
2010-07-20 David WoodhouseHandle DeletedOccurrences, free custom TZ on completion
2010-07-20 David WoodhouseDon't crash on invalid XML
2010-07-20 David WoodhouseAdd sequence field
2010-07-19 David WoodhouseNote in README that the C tool isn't ready yet
2010-07-19 David WoodhouseGet C syncfolder almost working. Lots of cleanups needed.
2010-07-19 David WoodhouseStart implementing syncfolder in C with libsoup
2010-07-19 David WoodhouseDump reply XML only if there's a problem
2010-07-19 David WoodhouseRemove -v from curl opts
2010-07-19 David WoodhouseStart learning about XML and namespaces...
2010-07-19 David WoodhouseFetch ResponseObjects too
2010-07-19 David WoodhouseAdd --noproxy to curl opts
2010-07-19 David WoodhouseNo \n in shell scripts
2010-07-19 David WoodhouseDon't overwrite syncstate when a sync request fails
2010-07-19 David WoodhouseAdd basic README
2010-07-19 David WoodhouseI think I was wrong -- I don't need AllProperties in...
2010-07-19 David WoodhouseGr, put BodyText on the correct request
2010-07-19 David WoodhouseFetch body as text in preference to HTML
2010-07-19 David WoodhouseHandle all day events
2010-07-19 Fridrich ŠtrbaMake respect also XML2_CONFIG env variable
2010-07-19 Fridrich ŠtrbaMake makefile respect environment variable PKG_CONFIG
2010-07-19 Fridrich ŠtrbaUse portable glib functions instead of asprintf and...
2010-07-19 David WoodhouseComplain loudly about recurrence with no time zone
2010-07-19 David WoodhouseAdd XML_PARSE_RECOVER
2010-07-19 David WoodhouseAttempt to handle reminders
2010-07-18 David WoodhouseFix all attendees turning up as organisers, handle...
2010-07-18 David WoodhouseHandle timezones (like Arizona) which don't do DST
2010-07-18 David WoodhouseFactor out xml_node -> ical conversion function completely
2010-07-18 David WoodhouseRemove debug output
2010-07-18 David WoodhouseEverything as ical components
2010-07-18 David Woodhousenewline after dumping xml response
2010-07-18 David WoodhouseHandle multiple weekdays in WeeklyRecurrence
2010-07-18 David WoodhouseFix handling of first/second/third/fourth/last day...
2010-07-18 David WoodhouseConvert completely to using ical structures for buildin...
2010-07-18 David WoodhouseDon't print 'unhandled node type' messages. They're...
2010-07-18 David WoodhouseDon't complain about RoutingType EX
2010-07-18 David Woodhouseical doesn't seem to know US/Arizona; add two more...
2010-07-18 David WoodhouseAdd some more timezone mappings
2010-07-18 David WoodhouseRemove ics files on DELETE too
2010-07-18 David WoodhouseAttempt to parse explicit <MeetingTimeZone>
2010-07-18 David WoodhouseAttempt to process timezones using ical
2010-07-18 David WoodhouseAttempt time zone conversion (disabled for now)
2010-07-17 David WoodhouseFix AbsoluteMonthlyRecurrence
2010-07-17 David WoodhouseNot entirely sober attempt at relative monthly/annual...
2010-07-17 David WoodhousePass all args when restarting
2010-07-17 David WoodhouseAdd DailyRecurrence
2010-07-17 David WoodhouseHandle numbered recurrences
2010-07-17 David WoodhouseFix type in annual RRULE
2010-07-17 David WoodhouseAdd absolute annual recurrence rules
2010-07-17 David WoodhouseAdd C version of autodiscover, using libsoup
2010-07-17 David WoodhouseReally quit on failure to open ical file
2010-07-17 David WoodhouseCreate .ics file with all entries, for publication
2010-07-17 David WoodhouseBad RoutingType message needs to go to stderr
2010-07-17 David WoodhouseUse ItemID for UID (needs more thought)
2010-07-16 David WoodhouseHandle recurring meetings without end date
2010-07-16 David WoodhouseAttempt to handle recurrence
2010-07-16 David WoodhouseUse -k in curl args; reduce connect timeout for autodis...
2010-07-16 David WoodhouseFix typo
2010-07-16 David WoodhouseUse NTLM auth for autodiscover too
2010-07-16 David WoodhouseCall ews2ical on each event
2010-07-16 David WoodhouseAdd location output
2010-07-16 David WoodhouseParse more fields
next