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

maruel / circular / 22

Builds Branch Commit Type Ran Committer Via Coverage
22 go1 Tweak the API to be more Go idiomatic. Use shorter names, reduce redundancy in the names; circular.Buffer, circular.New(). **This is a breaking change**. Sorry about that but better sooner than later. push 19 Apr 2015 07:05PM UTC maruel travis-ci pending completion   set done
21 master Tweak the API to be more Go idiomatic. Use shorter names, reduce redundancy in the names; circular.Buffer, circular.New(). **This is a breaking change**. Sorry about that but better sooner than later. push 19 Apr 2015 07:00PM UTC maruel travis-ci pending completion   set done
20 master Doc tweaks push 09 Apr 2015 01:10PM UTC maruel travis-ci pending completion   set done
19 master Tweak the interface. Rename AutoFlusher to WriteFlusher. The name was ill chosen. Remove AutoFlushInstant. It didn't have value. This commit is a breaking change! Sorry about that. push 09 Apr 2015 01:04PM UTC maruel travis-ci pending completion   set done
18 master Add mention of AutoFlush. push 09 Apr 2015 02:36AM UTC maruel travis-ci pending completion   set done
17 master Fix errcheck issues in tests. push 09 Apr 2015 02:32AM UTC maruel travis-ci pending completion   set done
16 master Improvement to example push 09 Apr 2015 02:31AM UTC maruel travis-ci pending completion   set done
15 master Rewrite the whole package. It's now thread safe. push 08 Apr 2015 11:32PM UTC maruel travis-ci pending completion   set done
14 master Switch from git-hooks-go to pre-commit-go push 10 Mar 2015 06:52PM UTC maruel travis-ci pending completion   set done
8 master Externalized flushing with AutoFlush(). This caused TestBufferReaderLaggard to fail even without -race. Committing since the bug was already present, it's just exposed more. The code shouldn't be used in its current state due to this failure. push 02 Feb 2015 04:08AM UTC maruel travis-ci pending completion   set done
6 master More crash proof against misuse. push 20 Jan 2015 02:36PM UTC maruel travis-ci pending completion   set done
5 master Remove the lock to access .closed, use atomic operations instead. This simplifies .Close() as it doesn't need to get a lock anymore, removing potential deadlocks. push 20 Jan 2015 12:38AM UTC maruel travis-ci pending completion   set done
4 master Upgrade internal count to int64, drop net/http import. int on 32 bits build would easily overflow, which would cause issues. int64 overflows can be looked at later. Recreate interface http.Flusher to drop the import on net/http, which is quite h... push 19 Jan 2015 11:32PM UTC maruel travis-ci pending completion   set done
3 master Fix typo. push 19 Jan 2015 02:39AM UTC maruel travis-ci pending completion   set done
2 master Fixed the data loss issue. This now means Buffer.Write() may hang while waiting for readers to catch up. .Flush() is now called concurrently to the writer working. push 19 Jan 2015 02:37AM UTC maruel travis-ci pending completion   set done
  • ← 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

© 2025 Coveralls, Inc