Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OfficeDev/ews-java-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mitimes/ews-java-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 9, 2015

  1. Configuration menu
    Copy the full SHA
    4313b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5d11d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Issue #425: Fix hanging StreamingSubscriptionConnection.close()

    StreamingSubscriptionConnection.close() calls HttpWebRequest.close() which will first
    attempts to consume the response before releasing the connection. This unfortunately
    will hang since the notification reader thread is still blocked reading from the same
    connection. The fix is to just the connection without consuming the response entity.
    dconnelly committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    ec9d4a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. - Add a flag to ignore XML errors in the EwsXmlReader, and enabled b…

    …y default (from #353)
    
    - Add a unit test (taken from e7b7505)
    ben-thompson-ravn committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    b406a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1edd67c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    38c232c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. EwsXmlReader: Directly depend on sun's internal xml parser in case th…

    …e JVM has been configured to use another one
    ben-thompson-ravn committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    7792c1e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Ignore flakey timezone test

    adz committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0c79a3e View commit details
    Browse the repository at this point in the history
  2. Merge tag 'fix_hanging_close'

    adz committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0ec5047 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Updated readme

    adz committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    91534eb View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Ignore invalid xml chars... from https://github.com/RavnSystems/ews-j…

    …ava-api
    
    See this commit:
    RavnSystems@845f20f
    
    and this issue:
    #353
    
    Looks like exchange does not properly excape some XML chars
    when present in email. There seems to be a way to allow unicode
    by forcing "Xml 1.1" instead of "Xml 1.0" but this is reported
    to not work in some versions of exchange.
    adz committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    4fb4ba4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mitimes/skip_over_invalid_xml

    Skip over invalid xml
    adz authored Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2fd97a9 View commit details
    Browse the repository at this point in the history
Loading