index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cli_classic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refine -L output to include all programmer modules
Carl-Daniel Hailfinger
2010-10-06
1
-30
/
+2
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
Delay between probe and subsequent operations
Carl-Daniel Hailfinger
2010-09-15
1
-0
/
+5
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-9
/
+8
*
Make the 'flashrom --help' output look a bit nicer
Uwe Hermann
2010-06-04
1
-22
/
+21
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-9
/
+9
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-0
/
+1
*
Initialize the internal delay function before running programmer init
Carl-Daniel Hailfinger
2010-05-22
1
-2
/
+3
*
Fix assorted documentation, frontend and printing bugs
Carl-Daniel Hailfinger
2010-05-15
1
-72
/
+130
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-8
/
+23
*
Enable -Wshadow, clean code for that
Michael Karcher
2010-01-12
1
-1
/
+0
*
Converting fprintf(stderr), printf, and printf_debug into a common print inte...
Sean Nelson
2010-01-07
1
-1
/
+1
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-0
/
+387