summaryrefslogtreecommitdiff
path: root/src/io/StreamImpl.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-02Reject commits without keywordsPeter Wu1-0/+4
2014-05-02Avoid hang during closePeter Wu1-4/+29
2014-05-01Add command to print active keywordsPeter Wu1-0/+15
2014-05-01New thread for notifying of new objectsPeter Wu1-13/+95
2014-05-01Get rid of unused and broken poll functionPeter Wu1-9/+0
2014-05-01Merge branch 'master' of git.lekensteyn.nl:tue/2IOC0-DBL/TwitterDataAnalyticsMaurice Laveaux1-5/+11
2014-05-01Added the target command with options: file, shell.Maurice Laveaux1-0/+4
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 Wu1-7/+29
2014-05-01Fix signing for OAuth POST messages, fix search paramPeter Wu1-3/+3
2014-05-01[WIP] Initial hacky TweetShellPeter Wu1-2/+26
2014-04-30Use wrapped gzipinputstream from twitterPeter Wu1-2/+2
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 Wu1-0/+209