443 Commits

Author SHA1 Message Date
HoneyryderChuck
ae61580a15 hackernews links assembler 2018-02-28 22:19:53 +00:00
HoneyryderChuck
86ae0d4356 response filtering is done somewhere else 2018-02-28 22:19:22 +00:00
HoneyryderChuck
7417199f0d adding hostname (it is needed for SNI, and it was being omitted because of this) 2018-02-28 22:18:58 +00:00
HoneyryderChuck
f05a4bdba8 added hackernews first page scraper 2018-02-28 18:46:14 +00:00
HoneyryderChuck
aac720128f faster bundle install 2018-02-25 17:34:31 +00:00
HoneyryderChuck
fb267b3218 bumped to 0.0.1 v0.0.1 2018-02-24 22:26:15 +00:00
HoneyryderChuck
eca474c1dc added gem tasks 2018-02-24 22:24:06 +00:00
HoneyryderChuck
d54332a3a8 removed certificate_authority (not needed for quite some time already) 2018-02-24 22:21:52 +00:00
HoneyryderChuck
0c609e6fd9 cleaned up example 2018-02-24 22:13:55 +00:00
HoneyryderChuck
410ea0a743 rearranged readme, putting code first, added resources section 2018-02-24 22:12:06 +00:00
HoneyryderChuck
9c3e65ed60 www: added link to wiki, added a code snippet 2018-02-24 22:11:41 +00:00
HoneyryderChuck
cea5feefdd only build docs for latest ruby 2018-02-24 20:18:06 +00:00
HoneyryderChuck
16c06f0de6 delegating #replace 2018-02-24 16:26:37 +00:00
HoneyryderChuck
0dcb351347 Merge branch 'master' of https://gitlab.com/honeyryderchuck/httpx 2018-02-24 16:02:29 +00:00
HoneyryderChuck
a991a4f3c4 Merge branch 'session-close' into 'master'
Session close

See merge request honeyryderchuck/httpx!15
2018-02-24 16:02:38 +00:00
HoneyryderChuck
bacae0d73a latest is only alpine 2018-02-24 16:01:39 +00:00
HoneyryderChuck
30c6d7ea21 added gzip and brotli asset generation to jekyll config 2018-02-24 13:55:32 +00:00
HoneyryderChuck
ce5cf74e11 jruby image: declare debug option, so coverage doesn't break 2018-02-24 13:36:25 +00:00
HoneyryderChuck
522b1ffb57 make CI always use latest bundler 2018-02-24 13:21:22 +00:00
HoneyryderChuck
33423f9774 h2c: fixed a bug, when the upgrade request already had the final response, and it was trying to repeat the request (identify the case and exit early) 2018-02-24 13:20:53 +00:00
HoneyryderChuck
cfe712ca01 bumped to jruby 9.1.16 on tests, thereby hopefully triggering the first fully-successful build 2018-02-24 00:12:41 +00:00
HoneyryderChuck
132883d4ff ignore www/public 2018-02-24 00:11:38 +00:00
HoneyryderChuck
ab69d4aa39 channels are resettable (meaning, they transition to closed right away), which is important for when there is an error (like timeout or network) 2018-02-24 00:11:10 +00:00
HoneyryderChuck
8e8240f5fc closing a channel triggers transition to :closing; it is now async; the #call will now act differently (if on closing state, it will drain the write buffer and transition to closed); this way one gets to support http2 goaway frame 2018-02-24 00:09:44 +00:00
HoneyryderChuck
1cbec1b959 calling close on parse triggers the channel close; this will eventually trigger its callback (close is not immediate) 2018-02-24 00:06:01 +00:00
HoneyryderChuck
1f6862f3f2 changed the callback for the parser (not closing, but completing), closing to be handled at a later time 2018-02-24 00:02:20 +00:00
HoneyryderChuck
d0ffbfd01c don't ignore doc 2018-02-22 00:03:17 +00:00
HoneyryderChuck
3202dba08b using apk --update flag to get from package manager 2018-02-21 23:11:47 +00:00
HoneyryderChuck
714d027c64 use the release notes file in the rdoc 2018-02-21 22:39:31 +00:00
HoneyryderChuck
96ab04884d removed log 2018-02-21 22:38:23 +00:00
HoneyryderChuck
0780624b49 fixed coverage link 2018-02-21 22:38:10 +00:00
HoneyryderChuck
8786e9c0fb added hanna-nouveau, which was making everything break in the gitlab pages... finally\! 2018-02-21 22:02:05 +00:00
HoneyryderChuck
130841c58b moar log 2018-02-21 20:21:12 +00:00
HoneyryderChuck
1c36fa3c41 Update .gitlab-ci.yml 2018-02-21 09:50:35 +00:00
HoneyryderChuck
dcba5b6e20 try moving rdoc this time (still not available) 2018-02-21 09:28:40 +00:00
HoneyryderChuck
7f06f3c170 proper exit status 2018-02-21 09:27:46 +00:00
HoneyryderChuck
ceb7a1cc20 added some logging to pages creation 2018-02-21 00:10:52 +00:00
HoneyryderChuck
873689c5d8 getting the ruby version in the build script in a different way 2018-02-20 22:36:53 +00:00
HoneyryderChuck
361f56d39f Update build.sh 2018-02-20 17:08:38 +00:00
HoneyryderChuck
17077dad69 echo ruby version 2018-02-20 10:33:57 +00:00
HoneyryderChuck
722b577eb3 only run jekyll for 2.5 2018-02-19 23:35:27 +00:00
HoneyryderChuck
9bee782285 removing jemoji (not needed) 2018-02-19 23:16:22 +00:00
HoneyryderChuck
bff3314a11 setting up minimal deps of jekyll for ruby 2.1 2018-02-19 23:02:10 +00:00
HoneyryderChuck
43e0b58be4 ups 2018-02-19 22:50:08 +00:00
HoneyryderChuck
8e26dc98ae adding badges to main page 2018-02-19 22:49:48 +00:00
HoneyryderChuck
92180f4145 setting up proper links 2018-02-19 22:49:33 +00:00
HoneyryderChuck
c0034e05a6 jekyll: simplified config and deps 2018-02-19 22:48:57 +00:00
HoneyryderChuck
072e5cd4c4 building jekyll output to local public 2018-02-19 22:48:27 +00:00
HoneyryderChuck
378cf0ebab indent 2018-02-19 22:48:01 +00:00
HoneyryderChuck
bf2353703c moved coverage output to www 2018-02-19 22:47:49 +00:00