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

mschwager / riplink / 32

Builds Branch Commit Type Ran Committer Via Coverage
32 master colorize status code output Pull #9 27 Oct 2017 05:36PM UTC web-flow travis-ci pending completion
31 master Handle relative URLs better, fixes #7 We weren't correctly handling URLs with relative directory references (e.g. '.' and '..'). Go's ResolveReference function is very useful for this purpose. However, to correctly use it we must change our defin... push 14 May 2017 06:07PM UTC mschwager travis-ci pending completion
30 master Created a generalized structure for waiting on unique strings push 01 May 2017 11:16PM UTC mschwager travis-ci pending completion
29 master Improved duplicate URL handling There were 3 improvements made here: 1. Changed the sync.Mutex to a sync.RWMutex. This will have performance benefits if our reader count greatly outnumbers our writer count. 2. Consolidated logic of critical sect... push 29 Apr 2017 08:43PM UTC mschwager travis-ci pending completion
28 master Added Go Report Card push 22 Apr 2017 09:13PM UTC mschwager travis-ci pending completion
27 master Lint fixes push 22 Apr 2017 09:09PM UTC mschwager travis-ci pending completion
26 master Minor corrections push 21 Apr 2017 11:20PM UTC mschwager travis-ci pending completion
25 master Only print errors when verbose is on push 21 Apr 2017 08:34PM UTC mschwager travis-ci pending completion
24 master Correct flag example push 20 Apr 2017 10:42PM UTC mschwager travis-ci pending completion
23 master Updated README to include new flags push 20 Apr 2017 10:40PM UTC mschwager travis-ci pending completion
22 master Added flag to only report URLs whose domain matches the initial domain, fixes #6 push 20 Apr 2017 10:29PM UTC mschwager travis-ci pending completion
21 master Avoid URLs that have already been queried, fixes #5 I'm going to assume the HTTP return code for a given URL will not change over the lifetime of this process. So if we've already queried a URL, do not query it again. push 20 Apr 2017 09:54PM UTC mschwager travis-ci pending completion
20 master Remove error from NodeIter, Elements, and Anchors return tuple There's currently no way these functions return anything other than nil for the error portion of the return value, so let's just eliminate it. push 20 Apr 2017 02:17AM UTC mschwager travis-ci pending completion
19 master Added recursive functionality, fixes #3 The -depth parameter can be specified to recurse into found links. I'm avoiding documenting this functionality until #5 gets fixed. Without this functionality the output is often dominated by repeat URLs. push 20 Apr 2017 02:06AM UTC mschwager travis-ci pending completion
18 master Move URL cleanup logic into library push 16 Apr 2017 05:02PM UTC mschwager travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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