1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

15 Commits

Author SHA1 Message Date
0386906356 Implements a new, more clean and robust HTML parser 2012-05-06 16:04:56 -03:00
d838636f2a Implements ifile.it upload service 2012-05-05 19:45:08 -03:00
55cb79d599 Add support for new services on multiupload, removes the maven archetype 2012-04-29 14:07:42 -03:00
cd835e2064 Implements 2shared service and improves channel link synchronization 2012-01-22 21:58:01 -02:00
3b06f0b9e6 Implement AccountDetails object that provides account information 2012-01-22 19:27:33 -02:00
95b549da2c Implements 4shared.com service 2012-01-20 00:42:10 -02:00
1a3b8c95b6 [maven-release-plugin] prepare for next development iteration 2012-01-18 18:12:24 -02:00
24188db69f [maven-release-plugin] prepare release httpchannel-1.0.0 2012-01-18 18:12:15 -02:00
35e2c2fc56 Adds service implementation documentation 2012-01-18 17:13:36 -02:00
f8d5303f70 Switches the license to Apache Software License, Version 2.0 2012-01-18 00:53:18 -02:00
a4c569f10e Implements SeekableDownloadChannel
The SeekableDownloadChannel implements SeekableByteChannel and allows to
set the position of the channel and read data from that point onward.
The SeekableDownloadChannel implementation, creates a new internal
DownloadChannel at every call to position(long), that will create a
resume channel onto that point, thus, not all service implementations
are supported.
2012-01-17 23:11:03 -02:00
673bfc6639 Adds -SNAPSHOT to Maven version parameter and few modifications to API 2012-01-17 17:07:48 -02:00
08d22a12fe Implements CaptchaTrader service 2012-01-17 12:28:22 -02:00
1719e54b77 Implements uploadhere.com service 2012-01-15 20:23:01 -02:00
23f80b50e6 Implements several services and improves API 2012-01-15 18:31:50 -02:00