0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed some formatting and moved the removal of the curl handle outside the loop. Not sure what it was doing there in the first place.
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding implicit blocking in destructor so that all calls are ensured to complete even if not explicitly blocked for. Added connection timeout to EpiOAuth.
jmathai
as Jaisen Mathai
More... over 14 years ago
Thanks @mulka. Fixed bug with wrong constant for CURLOPT_FOLLOWLOCATION.
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding support for 302 redirects. Required for the attack on Twitter.
jmathai
as Jaisen Mathai
More... over 14 years ago
Merge branch 'imagefix'
jmathai
as Jaisen Mathai
More... over 14 years ago
getAccessToken() now accepts $params to pass in the query. Now you can set oauth_verifier when necessary (Modified parameter to be optional - jmathai) More... over 14 years ago
Adding some test code to resolve invalid signature message when passing in tile=true. Closes gh-17
jmathai
as Jaisen Mathai
More... over 14 years ago
Adding support for oauth_callback and adding unit tests. Closes gh-12
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding ability to add custom headers to curl calls. Including a default user-agent. Adding curl timeout option.
jmathai
as Jaisen Mathai
More... almost 15 years ago
Added support for the force_login parameter for /oauth/authenticate. Closes gh-16
jmathai
as Jaisen Mathai
More... almost 15 years ago
Fixed memory leak for long lived scripts because curl handle was not properly closed. closes gh-14
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding unit tests for get friends ids and get friends statuses.
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding unit tests for the friendships methods.
jmathai
as Jaisen Mathai
More... almost 15 years ago
Multipart calls working for udpating profile image. All unit tests passing. closes gh-4 closes gh-8
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding support for multipart image uploads. It's 1/2 working. gh-4
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding test to validate the count() works on the response object.
jmathai
as Jaisen Mathai
More... almost 15 years ago
Fixed cpu usage in EpiCurl. Problem reported by splitweet devs. Closes gh-1
jmathai
as Jaisen Mathai
More... almost 15 years ago
Pruning EpiCode repository to only include Twitter libraries.
jmathai
as Jaisen Mathai
More... almost 15 years ago
Undefined errors described in issue #9 http://github.com/jmathai/epicode/issues/#issue/9 Closes gh-9 More... almost 15 years ago
Added token param to get*Url methods. Prevents duplicate request for a request token if one was already made. closes gh-18 More... almost 15 years ago
Merging in emmartin's changes and moving ssl logic into EpiOAuth class. Closes gh-16
jmathai
as Jaisen Mathai
More... almost 15 years ago
Added SSL support More... almost 15 years ago
Added check prior to looping over response to make sure it's an object. Closes gh-15
jmathai
as Jaisen Mathai
More... almost 15 years ago
Adding exceptions to EpiOAuth and implementing them in EpiTwitter. Closes gh-13 Closes gh-14
jmathai
as Jaisen Mathai
More... almost 15 years ago
Fixed issue where empty does not return expected bahavior with EpiTwitter. Closes gh-12
jmathai
as Jaisen Mathai
More... about 15 years ago
Added documentation to EpiTwitter comments. Added unit test to reply to a status.
jmathai
as Jaisen Mathai
More... about 15 years ago
Fixed encode function to support rfc3986. Added unit tests to check for unicode support. Closes gh-11
jmathai
as Jaisen Mathai
More... about 15 years ago
Updating readme file.
jmathai
as Jaisen Mathai
More... about 15 years ago
Adding unit tests back in.
jmathai
as Jaisen Mathai
More... about 15 years ago
Adding updates to readme.
jmathai
as Jaisen Mathai
More... about 15 years ago