index
:
libirecovery
list-devices
master
Library and utility to talk to iBoot/iBSS via USB on Linux, OS X and Windows
ms,jh
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
changed build system to autofoo. previous Makefile is now Makefile.shared
Nikias Bassen
1
-84
/
+0
2012-07-16
moved *.c to src/ subdirectory
Nikias Bassen
1
-4
/
+4
2012-07-05
Makefile: better system/compiler detection
Nikias Bassen
1
-46
/
+52
2012-07-05
Makefile: removed libusb-1.0 linking for win32, we use setupapi
Nikias Bassen
1
-1
/
+1
2012-07-05
Makefile: remove -fPIC for win32 to silence compiler warning
Nikias Bassen
1
-1
/
+1
2012-07-05
Makefile: enabled shared lib building
Nikias Bassen
1
-44
/
+22
2012-07-05
Makefile: move 'all' target to the top
Nikias Bassen
1
-4
/
+3
2012-07-05
Makefile: fix mingw building
Nikias Bassen
1
-4
/
+4
2010-11-06
updated libirecovery to the latest version from greenpois0n. it at least comp...
Joshua Hill
1
-34
/
+98
2010-06-16
Applied macosx makefile patch from CJ
Joshua Hill
1
-1
/
+1
2010-06-02
Added some new helper functions to fetch chip id and board id and changed Mak...
Joshua Hill
1
-0
/
+1
2010-05-21
Changed the API a bit to closer match libimobiledevice and added function to ...
Joshua Hill
1
-2
/
+2
2010-05-20
A few minor changes so pod2g will quit yelling at me
Joshua Hill
1
-1
/
+11
2010-05-14
Added shell with 'internal' commands using readline.
Nicolas Haunold
1
-3
/
+3
2010-05-13
Implemented irecv_get_status() to return current iphone usb "state".
Joshua Hill
1
-1
/
+1
2010-05-13
Implemented command line argument parsing and irecv_command() function.
Joshua Hill
1
-2
/
+2
2010-05-13
Cleaned up irecv_reset(), and irecv_close() to make sure they were returning ...
Joshua Hill
1
-1
/
+6
2010-05-13
Began work. Added basic Makefile and implemented irecv_init(), irecv_open(), ...
Joshua Hill
1
-0
/
+21