Commit Graph

349 Commits

Author SHA1 Message Date
Niels Bassler
7039f381af Fix total throughtput display, which showed cummulative throughput, and not current througput. Fix also ETA, which would never decrease. 2016-08-21 19:48:54 +02:00
Martijn van Brummelen
b808b8402c Revert "bump version to 0.19"
This reverts commit 263d5d161f.
2016-08-04 10:55:42 +02:00
Martijn van Brummelen
c6fa743f15 Update README/Version 0.20 2016-08-04 09:27:48 +02:00
Martijn van Brummelen
61e8e4663f Merge branch 'vuntz-panel-headers' 2016-08-04 09:14:52 +02:00
Martijn van Brummelen
ea198137de Merge branch 'panel-headers' of https://github.com/vuntz/nwipe into vuntz-panel-headers 2016-08-04 09:14:37 +02:00
Martijn van Brummelen
263d5d161f bump version to 0.19 0.19 2016-08-04 07:37:37 +02:00
Martijn van Brummelen
15c444e2eb Build on Fedora 2016-08-03 22:36:20 +02:00
Martijn van Brummelen
1e1eadbc0a version 19 2016-08-03 22:24:58 +02:00
martijn van brummelen
d01b00b4f8 Update Release 0.18 nwipe-0.18 0.18 2016-07-27 09:33:17 +02:00
martijn van brummelen
3c0c8408f6 remove test file 2016-07-27 09:00:39 +02:00
martijn van brummelen
a619de6134 test 2016-07-27 08:52:42 +02:00
Martijn van Brummelen
3176688f3e Merge pull request #13 from charles-dyfis-net/issues/12
Add libintl, libuuid dependencies to allow parted static link (#12)
2016-07-27 08:07:03 +02:00
Martijn van Brummelen
b03f063e89 Merge pull request #6 from vuntz/kill-warnings
Remove more compiler warnings
2016-07-27 08:05:51 +02:00
Martijn van Brummelen
f9fd45f129 Merge pull request #9 from dmshaw/master
Add "--nosignals" option to nwipe
Automake needs the dist_ prefix to include man pages in 'make dist'
2016-07-27 08:04:50 +02:00
Martijn van Brummelen
d10dca3bed Merge pull request #14 from charles-dyfis-net/issues/11
Move from loff_t to off64_t for musl libc support (#11)
2016-07-27 08:03:26 +02:00
Martijn van Brummelen
8fa0d8c1f4 Merge pull request #18 from TheSqrtMinus1/master
fixed grammar
2016-07-27 08:01:01 +02:00
gabe
47ff866968 fixed grammar 2016-03-15 10:48:13 -04:00
Charles Duffy
edfabad8a1 Add libintl, libuuid dependencies to allow parted static link (#12)
libparted requires libuuid; both require libintl. Static builds currently fail
with link errors due to these missing dependencies.
2015-10-17 15:18:16 -05:00
Charles Duffy
2f44978db4 Move from loff_t to off64_t for musl libc support (#11)
Using musl libc, the loff_t type is unavailable. This is only exported by the
kernel when building with GNU_SOURCE, so there's an argument to be made that
it's desired behavior; see http://www.openwall.com/lists/musl/2013/01/23/6 for
discussion on this point.
2015-10-17 15:15:54 -05:00
David Shaw
fbe6e9d150 Automake needs the dist_ prefix to include man pages in 'make dist' 2015-06-04 14:46:58 -04:00
David Shaw
3ba8d3814b Add "--nosignals" option to tell nwipe to ignore signals during a
wipe.  Intended for use inside scripts where we don't want users to be
able to kill a wipe partway through.
2015-06-04 14:36:36 -04:00
Martijn
8a9a718221 remove test file 0.17 2014-10-19 21:49:22 +02:00
Martijn
a86f366147 Missed if statement 2014-10-19 21:15:22 +02:00
Martijn
e1627b3dc5 Patch nwipe.c to fix Debian bug #755473 (thanks Mark Feenstra). 2014-10-19 14:38:15 +02:00
Martijn
167e4787b7 Change start key to S instead of F10. 2014-10-19 14:23:36 +02:00
Martijn
5a63140baf Update version to 0.17 2014-10-19 14:19:44 +02:00
Martijn
35009577ca Remove control reaches end of non-void function" warnings(Thanks Vincent Untz). 2014-10-19 14:04:36 +02:00
Martijn
2b65e93207 Remove unused variables (thanks Vincent Untz). 2014-10-19 13:56:44 +02:00
Martijn
69dda249c2 add test 2014-10-19 13:51:02 +02:00
Vincent Untz
124ec1e4a9 Do not use variable before we set it 2014-09-09 19:11:19 +02:00
Vincent Untz
57c14286db Ensure variable is initialized 2014-09-09 19:10:51 +02:00
Vincent Untz
ae5d2355cb Remove unused variables 2014-09-09 19:10:44 +02:00
Vincent Untz
51d33b9f61 Fix build when panel header is not in /usr/include
When there's no pkg-config file for the panel library, the build breaks
if the header is not in /usr/include.

At least in openSUSE, we have /usr/include/ncurses.h and
/usr/include/ncurses/panel.h.
2014-09-09 18:19:05 +02:00
Andrew Beverley
86b7b32e37 Update versioning info to v0.16 v0.16 2014-05-15 09:25:26 +01:00
Andrew Beverley
ee99425d6d Allow building with clang compiler 2014-05-15 09:22:29 +01:00
Andy Beverley
c943bee4c3 Update README file bootstrap; Update version number in man page v0.15 2014-03-28 17:37:59 +00:00
Andy Beverley
e713570a69 Update readme files 2014-03-28 17:20:20 +00:00
Andy Beverley
c6475277c9 Merge branch 'v0.15' 2014-03-28 17:17:32 +00:00
Andy Beverley
95c3a2c691 Fix missing footer on narrow screens 2013-12-31 10:29:21 +00:00
Andy Beverley
b903056762 Update version number to 0.15 2013-09-07 12:43:47 +01:00
Andy Beverley
dd6610e98b Enable SIGUSR1 stats to work without gui 2013-09-07 12:40:21 +01:00
Andy Beverley
25f6901f0c Print current status when signal SIGUSR1 received 2013-09-07 11:29:48 +01:00
Andy Beverley
3309ffdf8a Fix incorrect display of serial number in log if not existent 2013-09-07 00:20:52 +01:00
Andy Beverley
7ac6de9933 Add additional info to status screen when blanking 2013-09-07 00:19:37 +01:00
Andy Beverley
e2c4889fb3 Update github readme file 2013-09-06 23:51:36 +01:00
Andy Beverley
21f42ae729 Add blank readme file for github 2013-09-06 23:48:51 +01:00
Andy Beverley
52c32e1a10 Correct init script 2013-09-06 23:47:17 +01:00
Andy Beverley
2409546885 Add init file to create autoconf files from bare tree 2013-09-06 23:46:28 +01:00
Andy Beverley
b40d4d10c8 Initial commit 2013-09-06 23:38:39 +01:00