openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
twitterizer
Settings
|
Report Duplicate
79
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
8 minutes
ago. based on code collected
9 minutes
ago.
Nov 21, 2024 — Nov 21, 2025
Showing page 3 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
JSON.net used to return coordinate values as doubles, but now we need to perform a conversion.
Ricky Smith
More...
over 13 years ago
Changed twittersearch ids to be decimal (they were long) to correct overflow issue reported by 'tonwinemaker'
Ricky Smith
More...
over 13 years ago
Merge pull request #12 from paulduran/master
Ricky Smith
More...
over 13 years ago
Corrected the file size limit for profile image uploads. fixes #10
Ricky Smith
More...
over 13 years ago
reset date should be UTC date
Paul Duran
More...
over 13 years ago
Merge remote-tracking branch 'origin/master'
Paul Duran
More...
over 13 years ago
ignore additional files
Paul Duran
More...
over 13 years ago
ignore additional files
Paul Duran
More...
over 13 years ago
set correct result and reset date for rate limiting from search/trends API
Paul Duran
More...
over 13 years ago
set correct result for rate limiting from search/trends API
Paul Duran
More...
over 13 years ago
add display name properties to the search results
Paul Duran
More...
over 13 years ago
Fix for Trend location appearing in Trends in the Trends/TwitterTrendCollection.cs
David Golden
More...
over 13 years ago
Basic fix for Access_revoked event IncludeRetweets for List/ListStatusesCommand IncludeEntities for Timeline/RetweetedByMeCommand Fix for difference between JSON.Net SL and .NET4 versions on Trends deserialisation.
David Golden
More...
over 13 years ago
Changed Twitterizer back to JSON.Net 4.0.5 as this version works with our converters correctly. We'll need to look into the JSON.net changes more before moving up to the latest versions. Fixed OAuth signature being generated incorrectly for streaming connections. Added Silverlight support back to Twitterizer for the entire library. Added/updated list endpoints and options Improved Stream event deserialisation Fixed ignore folders. Added MaxStatusId to Favorites Added Hack for bad tracking cookies being sent from twitter on Siverlight search and api calls. Fixed a few bugs with Trends deserialisation
GoldenTao
More...
over 13 years ago
Added a few missing properties to the geo place object.
Ricky Smith
More...
over 13 years ago
Added a fix for POSTing Chinese chareactors. Removed new compression code from silverlight projects (not supported).
Ricky Smith
More...
over 13 years ago
Merge pull request #5 from SeanFarrow/master
Ricky Smith
More...
over 13 years ago
Messed up link markup in README
Ricky Smith
More...
over 13 years ago
Made main library built for the client profile. To do this: Removed all caching support. Dropped the OAuthUtility.GetAccessTokenDuringCallback helper method.
Ricky Smith
More...
over 13 years ago
ess to Twitters new compression stream feature.
Sean Farrow
More...
over 13 years ago
Will now return correctly if json parsing failed.
Ricky Smith
More...
almost 14 years ago
Removed reference to nuget target from project files. Added git ignore file.
Ricky Smith
More...
almost 14 years ago
Fixed parsing "user" and "event" types in TwitterStream.ParseMessage. My bad, sloppy proof reading of my changes.
henrik
More...
almost 14 years ago
Upgraded some leftover references from Newtonsoft.Json.4.0.3 to Newtonsoft.Json.4.0.5. Changed TwitterStream to close immediately when invoking EndStream(), instead of lingering about. Removed unused method parameters to EndStream(). Invoke EndStream() from Dispose(), to make sure the stream is always closed properly.
henrik
More...
almost 14 years ago
Added missing Newtonsoft.Json.4.0.5 folder with contents.
henrik
More...
almost 14 years ago
-Fixed the string trimming in TwitterStream.ParseMessage, to use the string.Trim() method (without arguments) to get rid of all whitespace (both unix and windows).
henrik
More...
almost 14 years ago
Fixed a memory leak in TwitterStream when disposing it, it didn't null its callback methods. Improved the try/catch error handling code in TwitterStream.StreamCallback() method (used separate catch() statements for different exceptions).
henrik
More...
almost 14 years ago
Made the message parsing more robust in TwitterStream, by stripping out _both_ "\r\n" _and_ "\n".
henrik
More...
almost 14 years ago
Reverted my previous change, added more status codes to the existing method TwitterCommand.SetStatusCode() instead.
henrik
More...
almost 14 years ago
Added an error status converter method (from WebExceptionStatus to RequestResult).
henrik
More...
almost 14 years ago
←
1
2
3
4
5
6
7
8
9
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree