0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 18 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating unit tests to use https and api.twitter.com per ngnpope's commits.
jmathai
as Jaisen Mathai
More... over 13 years ago
Merge remote branch 'ngnpope/master'
jmathai
as Jaisen Mathai
More... over 13 years ago
Adding follow location as a configurable setting that's false by default.
jmathai
as Jaisen Mathai
More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Updating readme with new documentation page.
jmathai
as Jaisen Mathai
More... over 13 years ago
Casting value to usleep to int. Closes gh-72.
jmathai
as Jaisen Mathai
More... over 13 years ago
Removing store response call from callback function. Closes gh-88
jmathai
as Jaisen Mathai
More... over 13 years ago
Adding CURLOPT_ENCODING. Closes gh-50.
jmathai
as Jaisen Mathai
More... over 13 years ago
Merge branch 'master' of github.com:jmathai/twitter-async
jmathai
as Jaisen Mathai
More... over 13 years ago
When in synchronous mode use curl instead of multi curl. Closes gh-49
jmathai
as Jaisen Mathai
More... over 13 years ago
Updating unit tests to remove calls to basic auth.
jmathai
as Jaisen Mathai
More... over 13 years ago
Fixing unit tests.
jmathai
as Jaisen Mathai
More... over 13 years ago
Simplifying the call to render the sequencing diagram.
jmathai
as Jaisen Mathai
More... over 13 years ago
Adding a sequencer for api calls to see which calls have latency and how asynchronous the calls are.
jmathai
as Jaisen Mathai
More... over 13 years ago
Make handling custom callbacks easier. More... almost 14 years ago
Add oauth_verifer when getting access token. More... almost 14 years ago
Use api.twitter.com and SSL for OAuth More... almost 14 years ago
Force line endings in repository. More... almost 14 years ago
Add .gitignore for metadata/backup files. More... almost 14 years ago
Merge branch 'master' of github.com:jmathai/twitter-async
jmathai
as Jaisen Mathai
More... almost 14 years ago
Properly throwing an exception in synchronous mode. closes gh-73
jmathai
as Jaisen Mathai
More... almost 14 years ago
Adding a tutorial site to the README.
jmathai
as Jaisen Mathai
More... almost 14 years ago
Displaying authenticate url instead of hyperlinking.
jmathai
as Jaisen Mathai
More... almost 14 years ago
Adding simpleTest.php to help users debug their environments.
jmathai
as Jaisen Mathai
More... almost 14 years ago
Fixing ServerUnavailable exception to be ServiceUnavailable.
jmathai
as Jaisen Mathai
More... almost 14 years ago
Adding additional exceptions from the twitter api list. http://dev.twitter.com/pages/responses_errors Closes gh-61
jmathai
as Jaisen Mathai
More... almost 14 years ago
Ensuring that the sleep value is a positive value. gh-57
jmathai
as Jaisen Mathai
More... almost 14 years ago
Updating regular expression to not match location and current trend endpoints. Adding unit test to cover new code. Closes gh-51
jmathai
as Jaisen Mathai
More... about 14 years ago
Adding an isset check before returning from EpiCurl. This keeps a notice from going into the error log. Closes gh-44
jmathai
as Jaisen Mathai
More... about 14 years ago
Not using curlopt_interface for empty or localhost. Closes gh-46
jmathai
as Jaisen Mathai
More... about 14 years ago