-
Notifications
You must be signed in to change notification settings - Fork 566
Comparing changes
Open a pull request
base repository: OfficeDev/ews-java-api
base: master
head repository: mitimes/ews-java-api
compare: master
- 12 commits
- 9 files changed
- 4 contributors
Commits on Sep 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4313b87 - Browse repository at this point
Copy the full SHA 4313b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5d11d - Browse repository at this point
Copy the full SHA 5c5d11dView commit details
Commits on Feb 15, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for ec9d4a8 - Browse repository at this point
Copy the full SHA ec9d4a8View commit details
Commits on Oct 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b406a91 - Browse repository at this point
Copy the full SHA b406a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edd67c - Browse repository at this point
Copy the full SHA 1edd67cView commit details
Commits on Oct 19, 2016
-
Handle case when ignore errors is enabled, and the default parser use…
…d by the JVM is not Xerces
Configuration menu - View commit details
-
Copy full SHA for 38c232c - Browse repository at this point
Copy the full SHA 38c232cView commit details
Commits on Oct 20, 2016
-
EwsXmlReader: Directly depend on sun's internal xml parser in case th…
…e JVM has been configured to use another one
Configuration menu - View commit details
-
Copy full SHA for 7792c1e - Browse repository at this point
Copy the full SHA 7792c1eView commit details
Commits on Jul 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0c79a3e - Browse repository at this point
Copy the full SHA 0c79a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec5047 - Browse repository at this point
Copy the full SHA 0ec5047View commit details
Commits on Jul 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 91534eb - Browse repository at this point
Copy the full SHA 91534ebView commit details
Commits on Oct 16, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4fb4ba4 - Browse repository at this point
Copy the full SHA 4fb4ba4View commit details -
Merge pull request #1 from mitimes/skip_over_invalid_xml
Skip over invalid xml
Configuration menu - View commit details
-
Copy full SHA for 2fd97a9 - Browse repository at this point
Copy the full SHA 2fd97a9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master