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

43 Commits

Author SHA1 Message Date
1c8cc0e893 Fixes a compiler warning at ChannelCopyTest class 2012-02-07 16:52:28 -02:00
000db710cd Improves deploying 2012-01-24 14:49:54 -02:00
4c2a7a5810 Fixes site deployment 2012-01-23 02:25:31 -02:00
d2a0e4baa4 Implements multimodule site deployment 2012-01-23 02:04:01 -02:00
cd075252a5 Fixes type at site deployment address 2012-01-23 01:58:52 -02:00
4ffd291570 Forces site deployment on release 2012-01-23 00:51:50 -02:00
4efdcd2e18 Fixes site deployment configuration and updades README file 2012-01-23 00:47:11 -02:00
bcb9f6dbca Missing javadoc entry for AccountDetails 2012-01-22 22:33:21 -02: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
885de35de5 Adds missing wupload entry on service-table xdoc 2012-01-20 01:34:42 -02:00
f190e8096d Implements wupload.com service 2012-01-20 01:33:23 -02:00
7f558b31c5 Fixes CAPTCHA solving issue with uploadhere and uploadking 2012-01-20 00:56:28 -02:00
6f608029b3 Removes uneeded httpchannel-service-4shared dependency 2012-01-20 00:52:51 -02:00
95b549da2c Implements 4shared.com service 2012-01-20 00:42:10 -02:00
cd2b479b5b Adds SeekableDownloadChannel documentation page 2012-01-18 20:39:40 -02:00
179570680d Forces site deployment on release 2012-01-18 19:49:53 -02:00
0a908a7756 Adds a maven archetype for easier service implementation 2012-01-18 19:12:26 -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 httpchannel-1.0.0 2012-01-18 18:12:15 -02:00
5e2645882b Fixes GPG signing issue 2012-01-18 18:09:57 -02:00
9789bd3541 Adds site deploying information to pom.xml 2012-01-18 17:22:44 -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
ff4abca387 Adds necessary code to deploy to OSS Sonatype repository and GitHub 2012-01-17 21:08:46 -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
e943b08ede Implements zshare.net and filesonic.com services 2012-01-16 13:28:59 -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
f210afd16a Improve documentation and implement a new ServiceID class 2011-11-21 00:57:03 -02:00
1c8db5cf36 Modularize in maven projects the httpchannel library
This commit creates several maven modules for each segment of the
library. Now it is possible to include only individual services to the
classpath instead of the full library.
2011-10-07 01:43:38 -03:00
f39d3100c4 Add support for Eclipse 3.7 and implement HTMLParser in services
This commit adds support for Eclipse Indigo (3.7), with native
Maven2Eclipse (m2e). It also adds an HTML parser to be used while
uploading and downloading.
2011-09-13 23:40:39 -03:00
5406d14cbf Several API improvements and MegaUpload direct link fix 2011-09-08 13:28:21 -03:00
da1e2c46b7 Simplified API 2011-09-08 11:20:56 -03:00
abf1edf39c Updated README 2011-09-07 23:57:01 -03:00
09bba8fc8e HotFile implementation 2011-09-07 23:54:31 -03:00
5b826129e7 Fixed wrong package name 2011-09-07 21:52:05 -03:00
794efb6ced Implemented streaming http uploads and downloads for MegaUpload 2011-09-07 21:50:35 -03:00
143238ee53 Updated .gitignore files 2011-08-14 14:05:22 -03:00
060b85767d Updated copyright notice with the correct project URL 2011-08-14 13:57:44 -03:00
1856bfa4e3 First commit 2011-08-14 13:51:46 -03:00