Commit Graph

1026 Commits (3510e74d3f024a30aaf7355be7eb3b035c53fc3e)

Author SHA1 Message Date
Sutra Zhou 3510e74d3f Travis supports openjdk relase number is 9 to 15 now. 2020-05-28 14:18:53 +08:00
Sutra Zhou 3e42523141 TLSv1.3 requires Java 11 at least. Fixes #927. 2020-05-28 14:14:16 +08:00
Sutra Zhou 436af97346 Use spaces as indent. 2020-05-28 13:59:05 +08:00
Sutra Zhou ba1b4017a7 Mark slf4j-log4j12 as optional. 2020-05-21 19:59:29 +08:00
Sutra Zhou 30667f4687 Remove oss-parent setting as it is no longer active. 2020-05-21 18:51:37 +08:00
Sutra Zhou e7476cb8dc Make Request#getExtra be generic. 2020-04-19 22:44:06 +08:00
Sutra Zhou c46400d126 Fix javadoc of sleep time. Fixes #918. 2020-04-12 01:30:57 +08:00
Sutra Zhou b98a87e45a Serialize requests in FileCacheQueueScheduler, so that the extra info of request could be restored. 2020-04-11 20:21:20 +08:00
Sutra Zhou fe3d52e2a4 Add TLSv1.3 support. 2020-04-11 18:00:04 +08:00
Sutra Zhou d78a94f7f7
Merge pull request #658 from aristotll/patch-1
fix the typo
2020-04-11 17:51:30 +08:00
yihua.huang be892b80bf update travis ci to openjdk 2017-12-02 10:57:06 +08:00
yihua.huang fe80950ee9 Merge branch 'master' of github.com:code4craft/webmagic 2017-12-02 10:51:07 +08:00
yihua.huang c7d1ed7d20 #fix httpcore version: change to 4.4.4 2017-12-02 10:50:49 +08:00
Yihua Huang 0037529c87
Merge pull request #703 from Yihy/master
[Fix] 修正错误方法名
2017-12-02 10:43:50 +08:00
yihua.huang c701fe8d38 #702 Refactor: rename CheckForAdditionalInfo to checkForAdditionalInfo 2017-11-30 11:50:52 +08:00
yihy adf5454837 [Fix] 修正错误方法名 2017-11-30 11:35:12 +08:00
Yihua Huang b0bf1a9ef2
Merge pull request #702 from Yihy/master
[Fix] #698 修复使用Redis,Request丢失附加信息问题
2017-11-30 11:30:39 +08:00
yihy 266083fa07 [Fix] #698  Repair using redis,Request additional information is lost 2017-11-29 20:19:00 +08:00
yihua.huang e5db538c19 #647 remove ThreadSafe annotation 2017-11-29 13:49:40 +08:00
yihua.huang b539522ca8 #701 support to tls1.2 2017-11-29 13:36:19 +08:00
Yao a67f60b01b fix the typo 2017-08-30 18:42:00 +08:00
yihua.huang e276b11ea9 vesion 0.7.3 2017-07-30 15:29:22 +08:00
yihua.huang f3847b7cd4 #upgrade jsonpath to 2.4.0 2017-07-30 15:27:41 +08:00
Yihua Huang 60b62ca12c Merge pull request #638 from Wkan/patch-1
setBinaryContent, setCharset 方法返回this, 方便链式调用
2017-07-30 11:51:46 +08:00
王侃 a7e3090711 setBinaryContent, setCharset 方法返回this, 方便链式调用 2017-07-29 19:07:40 +08:00
yihua.huang 6f5b9e448e #627 set charset to request 2017-07-29 11:27:56 +08:00
yihua.huang 32f1f2cf44 #613 add charset to page 2017-07-29 11:16:09 +08:00
yihua.huang 65049baca4 #571 fix spell mistake 2017-07-29 11:06:17 +08:00
yihua.huang f375b9fdba #629 fix ut 2017-07-25 18:27:10 +08:00
yihua.huang 3266ea15ca #629 correct illegal url in HttpUriRequestConverter 2017-07-22 17:40:43 +08:00
yihua.huang 5daf92e8b2 #610 CASE_INSENSITIVE for charset detect in Content-Type 2017-07-22 17:27:36 +08:00
yihua.huang 2183ba9b61 #571 add getBytes to Page 2017-07-22 12:11:00 +08:00
yihua.huang c3bdb20458 #631 remove IllegalArgumentException of HttpRequestBody.json and so on 2017-07-22 11:49:23 +08:00
yihua.huang 486a6d5c93 qq群 2017-06-27 17:37:48 +08:00
yihua.huang f405e642c0 add default constructor for HttpRequestBody #609 2017-06-24 11:31:17 +08:00
yihua.huang eb376fca74 update jsoup to 1.10.3 #608 2017-06-24 11:29:35 +08:00
yihua.huang faca38d4ec update jsonpath to 2.2.0 #606 2017-06-24 11:01:23 +08:00
yihua.huang 1fd9480496 remove qq qun 2 2017-06-18 20:51:08 +08:00
yihua.huang 2d69fcf850 qq qun 2017-06-18 20:45:59 +08:00
yihua.huang db65ec26f9 update version in readme 2017-06-17 18:54:28 +08:00
yihua.huang 1b6394bef9 version 0.7.2 2017-06-17 16:10:10 +08:00
yihua.huang 3ee00015c2 change header from Authorization to Proxy-Authorization for Proxy Authorization #596 2017-06-17 16:08:39 +08:00
yihua.huang 4111b07263 more error log on page code error #601 2017-06-17 10:36:41 +08:00
yihua.huang 6bd1eed25e fix duplicate call of onSuccess and onError #605 2017-06-17 10:26:55 +08:00
yihua.huang 3a589d4ca6 HttpRequestBody implements Serializable #594 2017-06-08 15:59:46 +08:00
yihua.huang 76766a7c77 RequestUtils for range #222 2017-06-05 17:13:33 +08:00
yihua.huang 13cdf82695 update version to 0.7.2-SNAPSHOT 2017-06-05 16:55:59 +08:00
yihua.huang 0acaa2e835 update readme 2017-06-04 18:10:51 +08:00
yihua.huang 1e9187f24e version 0.7.1 2017-06-04 07:52:54 +08:00
yihua.huang 5de6205563 use RawText as source for JsonPath #589 2017-06-04 07:24:56 +08:00