summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-07Add timing state informationPeter Wu2-0/+22
2014-05-07Add command to repeat last command.Peter Wu1-1/+10
2014-05-07Shutdown hook for safely closing filesPeter Wu1-0/+8
2014-05-07F it, get rid of junkPeter Wu1-15/+0
2014-05-07Prevent enabling both cfile and filePeter Wu2-3/+15
2014-05-07Get rid of separate profilesPeter Wu8-79/+12
2014-05-07Allow commit to disconnect for empty keywords, detect dead connectionPeter Wu2-6/+21
2014-05-07Set read timeout for streamingPeter Wu1-0/+3
2014-05-07Fix deadlock in Poller if worker thread stops/diesPeter Wu1-0/+10
2014-05-07StreamImpl: make (un)watchKeywords support a listPeter Wu1-4/+20
2014-05-07Use IOUtils.closeQuietly for less verbosityPeter Wu1-13/+3
2014-05-03TweetShell: Safely close files to prevent file corruptionPeter Wu1-0/+2
2014-05-03DataWriter: first read, then open for writingPeter Wu1-2/+3
2014-05-03DataWriter: better detect errors in reading dataPeter Wu1-6/+13
2014-05-03Rename config option, default to converting uncompressed filesPeter Wu1-2/+2
2014-05-03CompressableDataWriter: use separate .gz-suffixed filePeter Wu1-91/+72
2014-05-03Display stats when converting an uncompressed filePeter Wu1-0/+18
2014-05-03More compression fixesPeter Wu1-9/+12
2014-05-02Accept multiple commands (for automation)Peter Wu2-8/+15
2014-05-02Properly close files and stream on exitPeter Wu3-7/+32
2014-05-02Accept "force-gzip" option to force compressionPeter Wu1-2/+4
2014-05-02Fix compression move which actually lost some dataPeter Wu1-28/+21
2014-05-02DataWriter should not open files in constructorPeter Wu3-21/+47
2014-05-02Reject commits without keywordsPeter Wu2-1/+16
2014-05-02Fix typo in DataWriterPeter Wu1-1/+1
2014-05-02Abort if file cannot be read, don't leak on errorPeter Wu1-11/+17
2014-05-02CompressableDataWriter: Implement conversion from uncompressedPeter Wu1-1/+64
2014-05-02Support compressed filesPeter Wu2-2/+99
2014-05-02Adjust target command help message, print available targetsPeter Wu1-7/+10
2014-05-02DataWriter: don't leak input fdPeter Wu1-1/+10
2014-05-02Refactor DataWriter once more to group a filePeter Wu1-37/+79
2014-05-02Make DataWriter more genericPeter Wu1-11/+40
2014-05-02Track number of unique users for status reportingPeter Wu2-1/+27
2014-05-02Don't ignore IOException stupid!Peter Wu2-39/+33
2014-05-02Basic stats for tweetsPeter Wu2-0/+39
2014-05-02Fix enabled targets print, allow multiple args, improve helpPeter Wu1-4/+10
2014-05-02Persist a single set of targets for all streamsPeter Wu1-31/+32
2014-05-02Allow multiple targets to be enabled/disabledPeter Wu3-28/+273
2014-05-02Show hint if no keywords are addedPeter Wu1-1/+5
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