summaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Small bugfixes to the SearchImplHEADmasterMaurice Laveaux1-19/+28
2014-05-26Improved the requesterMaurice Laveaux2-13/+28
2014-05-26Fixed small bug.Maurice Laveaux1-1/+1
2014-05-22Correctness fixesPeter Wu3-41/+46
2014-05-22Properly close files after load/savePeter Wu1-16/+14
2014-05-22Rename getResp to getJsonPeter Wu3-14/+14
2014-05-22Removed unused port.Maurice Laveaux1-2/+0
2014-05-22Added saving and loaded the search cache.Maurice Laveaux1-12/+56
2014-05-22Implemented basic search functionality.Maurice Laveaux1-0/+321
2014-05-22Removed all JSON references.Maurice Laveaux2-5/+0
2014-05-22Refactored JSON to GSON's implementation.Maurice Laveaux2-36/+46
2014-05-22Updated the Requesters to throw RateLimitException.Maurice Laveaux5-17/+54
2014-05-22Changed Request response to a new Response class.Maurice Laveaux5-62/+83
2014-05-08CompressableDataWriter: fix corruption for cfilePeter Wu1-0/+4
2014-05-07Fix null ptr when close/commitPeter Wu1-1/+8
2014-05-07Display user for tweet, strip whitespace around keywordPeter Wu1-0/+1
2014-05-07Add flush commandPeter Wu1-1/+13
2014-05-07Get rid of separate profilesPeter Wu3-42/+7
2014-05-07Allow commit to disconnect for empty keywords, detect dead connectionPeter Wu1-6/+6
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-03DataWriter: first read, then open for writingPeter Wu1-2/+3
2014-05-03DataWriter: better detect errors in reading dataPeter Wu1-6/+13
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-02Properly close files and stream on exitPeter Wu1-1/+2
2014-05-02Fix compression move which actually lost some dataPeter Wu1-28/+21
2014-05-02DataWriter should not open files in constructorPeter Wu2-21/+46
2014-05-02Reject commits without keywordsPeter Wu1-0/+4
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 Wu1-0/+88
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-02Don't ignore IOException stupid!Peter Wu1-34/+23
2014-05-02Avoid hang during closePeter Wu1-4/+29
2014-05-01Add command to print active keywordsPeter Wu1-0/+15
2014-05-01Don't leak connectionsPeter Wu2-34/+42
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 Laveaux2-4/+19
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 Wu3-6/+42