aptly/utils
Andrey Smirnov 766d634fbb terminal.IsTerminal() is not available on FreeBSD until go1.3 2014-02-10 22:48:12 +04:00
..
checksum.go Use values instead of pointers and use io.MultiWriter instead of homegrown impl. 2014-02-03 17:39:49 +04:00
checksum_test.go Refactor checksum calculation to implement transparent checksum writer. 2014-01-31 21:46:38 +04:00
compress.go Don't delete original and overwrite file when bzipping. 2013-12-25 00:11:52 +04:00
compress_test.go Thorough test for compression. 2013-12-24 13:07:12 +04:00
config.go New configuration options to disable gpg usage in aptly. 2014-02-06 19:56:26 +04:00
config_test.go Test for new config options. 2014-02-06 21:58:40 +04:00
download.go Style fix. 2014-02-06 21:58:56 +04:00
download_test.go Fix broken test: nil.Close() 2014-02-03 21:18:30 +04:00
fake.go Fix broken code due to addition of Progress. 2014-02-04 13:06:55 +04:00
gpg.go Add note on downloading keys from repository. 2014-02-10 15:29:48 +04:00
list.go StrSlice deduplication. 2014-01-24 17:45:16 +04:00
list_test.go StrSlice deduplication. 2014-01-24 17:45:16 +04:00
progress.go terminal.IsTerminal() is not available on FreeBSD until go1.3 2014-02-10 22:48:12 +04:00
terminal.go terminal.IsTerminal() is not available on FreeBSD until go1.3 2014-02-10 22:48:12 +04:00
terminal_bsd.go terminal.IsTerminal() is not available on FreeBSD until go1.3 2014-02-10 22:48:12 +04:00