• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rockdaboot / wget2 / 511
62%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2017 10:02AM UTC
Jobs 1
Files 67
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
511

push

travis-ci

rockdaboot
Add support for 'no_proxy' environment variable

* include/wget/wget.h: Add flag 'proxied' to wget_http_connection_t,
  add arg 'proxied' to wget_http_request_to_buffer(),
  add new function declaration wget_http_set_no_proxy(),
  add new function declaration wget_http_match_no_proxy().
* libwget/http.c: Add variable 'no_proxies',
  (wget_http_open): Check host against 'no_proxy' and set 'conn->proxied'
  when appropriate,
  (wget_http_send_request): Call wget_http_request_to_buffer() with
   conn->proxied,
  (wget_http_request_to_buffer): Check 'proxied',
  (_parse_proxies): Cleanup,
  (_parse_no_proxies): New function,
  (wget_http_set_no_proxy): New function,
  (wget_http_match_no_proxy): New function
* libwget/init.c (wget_global_deinit): Free no_proxy memory
* libwget/ip.c: Add code in comments (for later use)
* libwget/utils.c (wget_match_tail, wget_match_tail_nocase): Cleanup
* src/options.c (init): Handle 'no_proxy' env variable
* src/wget_options.h (struct config): Add no_proxy member

5930 of 8995 relevant lines covered (65.93%)

3352.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 511.1 05 Apr 2017 10:02AM UTC 0
65.93
Travis Job 511.1
Source Files on build 511
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #511
  • d31de864 on github
  • Prev Build on master (#510)
  • Next Build on master (#512)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc