summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-02Add "?" alias for "help"Peter Wu1-1/+5
2014-05-02Avoid hang during closePeter Wu1-4/+29
2014-05-01Add command to print active keywordsPeter Wu3-0/+47
2014-05-01Don't leak connectionsPeter Wu2-34/+42
2014-05-01Prettify prompt, fix target paramPeter Wu1-2/+7
2014-05-01StreamHandler now outputs the tweet detailsPeter Wu1-2/+17
2014-05-01New thread for notifying of new objectsPeter Wu1-13/+95
2014-05-01Get rid of unused and broken poll functionPeter Wu3-18/+0
2014-05-01Do not destroy the old file...Peter Wu1-6/+6
2014-05-01Merge branch 'master' of git.lekensteyn.nl:tue/2IOC0-DBL/TwitterDataAnalyticsMaurice Laveaux1-5/+11
2014-05-01Moved setting the default values.Maurice Laveaux2-5/+11
2014-05-01Added the target command with options: file, shell.Maurice Laveaux4-12/+73
2014-05-01Close stream when stopping worker, English tweets only please...Peter Wu1-5/+11
2014-05-01Allow result and exception handler to be changedPeter Wu2-8/+35
2014-05-01Fix signing for OAuth POST messages, fix search paramPeter Wu3-6/+42
2014-05-01Show more useful IO exceptionPeter Wu1-1/+2
2014-05-01[WIP] Initial hacky TweetShellPeter Wu4-2/+257
2014-04-30TwitterApi: retry asking for PIN if missingPeter Wu1-2/+22
2014-04-30Use wrapped gzipinputstream from twitterPeter Wu2-2/+38
2014-04-30StreamImpl: Read JSON objects and validatePeter Wu1-4/+25
2014-04-30StreamImp: support gzip compressionPeter Wu1-1/+17
2014-04-30[WIP] Stream processorPeter Wu4-18/+235
2014-04-30Fix namesPeter Wu1-5/+4
2014-04-30Merge remote-tracking branch 'origin/master'Peter Wu1-14/+21
2014-04-30Drop shit from mainPeter Wu1-25/+0
2014-04-30Don't use v1 API for OAuth checkPeter Wu1-1/+1
2014-04-30Merge ProfileListener to TweetListenerPeter Wu3-32/+23
2014-04-30Renamed OutputStream.java because it was part of the Java classes.Maurice Laveaux1-14/+21
2014-04-30Stream interfacePeter Wu4-79/+35
2014-04-30Merge remote-tracking branch 'origin/master'Peter Wu5-26/+141
2014-04-30Create a class that implements ProfileListener and TweetListener.Maurice Laveaux1-0/+130
2014-04-30main: search english tweetsPeter Wu1-0/+1
2014-04-30Added comments to the Listener interfaces.Maurice Laveaux2-1/+11
2014-04-30Removed unused data classesMaurice Laveaux2-25/+0
2014-04-30main: simple cmd to search for tweetsPeter Wu1-0/+22
2014-04-30Add feature to test a URLPeter Wu1-1/+25
2014-04-30Proposed interface for new tweets and usersPeter Wu2-0/+22
2014-04-30Move classes not related to mining to io packagePeter Wu5-4/+7
2014-04-28First commit for all classes that require implementation for streaming.Maurice Laveaux4-8/+106
2014-04-25Main: get tweetPeter Wu1-0/+5
2014-04-25Assert that auth tokens are validPeter Wu2-0/+4
2014-04-25Merge branch 'master' of git.lekensteyn.nl:tue/2IOC0-DBL/TwitterDataAnalyticsMaurice Laveaux1-1/+1
2014-04-25Merged and resolved conflicts.Maurice Laveaux6-23/+325
2014-04-25Added the functionality to execute and parse commands.Maurice Laveaux6-12/+314
2014-04-25Main is a command line program nowPeter Wu1-9/+134
2014-04-25Extend TwitterApi with a method for OAuth-signed requestsPeter Wu2-2/+71
2014-04-25Make OAuthRequester.isValid() match the contractPeter Wu1-3/+3
2014-04-25Pair the OAuth access token and secretPeter Wu2-3/+33
2014-04-25Remove obsolete classesPeter Wu1-2/+0
2014-04-25Implement OAuth OOB methodPeter Wu1-0/+44