Martijn van Brummelen
b0bc174d32
pre-0.24
2017-12-06 20:09:47 +01:00
kelderek
0b1cb83013
added #include <sys/ioctl.h> so it can get device name
2017-12-04 17:33:09 -05:00
martijn
17f23ba03b
remove unused variable
2017-12-03 20:28:09 +01:00
martijn
22665fa781
include version.h
2017-12-03 19:31:17 +01:00
martijn
95dc8abcf3
fix 32bit issues
2017-12-03 19:07:31 +01:00
Martijn van Brummelen
d9ba357722
add friendly disk size
2017-12-02 19:46:38 +01:00
Martijn
37109daae7
change spelling fixes github bug #31
2017-12-02 18:03:39 +01:00
Martijn
052852d475
change version year to 2017
2017-12-02 18:02:34 +01:00
Martijn van Brummelen
c8a5a16108
place files in normal location
2017-02-21 22:31:11 +01:00
Martijn van Brummelen
4e64cab3c3
use localtime instead of gmtime for logging
2017-02-13 13:40:00 +01:00
Martijn van Brummelen
5f65683f63
Merge branch 'master' of ssh://github.com/martijnvanbrummelen/nwipe
2017-02-12 23:00:51 +01:00
Martijn van Brummelen
7b170bb444
Revert "Revert "bump version to 0.19""
...
This reverts commit b808b8402c .
2017-02-12 23:00:24 +01:00
Martijn van Brummelen
464bf788c5
Oops
2017-02-12 22:30:00 +01:00
Martijn van Brummelen
16e78b8523
disable "Kill the GUI thread"
2017-02-12 22:23:28 +01:00
Martijn van Brummelen
f71b23afc4
Merge branch 'master' of ssh://github.com/martijnvanbrummelen/nwipe
2017-02-12 21:20:18 +01:00
Martijn van Brummelen
e7d9ff73fe
remove unused netinet/in.h
2017-02-12 20:14:55 +01:00
Martijn van Brummelen
1fce0eb936
make code more readable
2017-02-12 19:53:32 +01:00
Martijn van Brummelen
72c5cd8a0f
forgot to include version.h in gui.c
2017-02-12 19:23:26 +01:00
Martijn van Brummelen
0f06e91ce5
forgot ;
2017-02-12 19:20:06 +01:00
Martijn van Brummelen
0f26c8ea68
use banner and update manpage
2017-02-12 19:05:36 +01:00
Martijn van Brummelen
9c63eef565
Version 0.21
2016-08-24 15:21:30 +02:00
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
2016-08-04 09:27:48 +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
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
2016-07-27 09:33:17 +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
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
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
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
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
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
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