Code Review

From freemyipod.org
Jump to: navigation, search
Repository:freemyipod
Author:farthen
This author is linked to the wiki user Farthen (Talk | contribs)
Search revisions in this repo by path
   Author = farthen 
First page
First page
Previous page
Previous page
Last page
Last page
Show items per page
 Total number of results: 96
descRevision Status Comments Path Commit summary Author Date
860 new - emcore/tools/libipodcrypto.py: Clean up the functions that deal with file operat... farthen 22:19, 2 January 2012
859 new - installer-ipodclassic, bootmenu-ipodnano2g, bootmenu-ipodnano2g-wintertheme: Bum... farthen 18:55, 2 January 2012
858 new - installer-ipodclassic: Remove init.emcoreapp on install again (reverts the chang... farthen 18:53, 2 January 2012
857 new - bootmenu-ipodnano2g-wintertheme: Backport the bugfix from r856 farthen 18:03, 2 January 2012
856 new - bootmenu-ipodnano2g: Fix a bug that prevented booting the OF (kudos to user89010... farthen 17:32, 2 January 2012
778 new - Add real time clock support to emcore python tools farthen 21:26, 7 November 2011
689 new - emcore tools: libemcore.py: very small cosmetic change farthen 19:33, 31 March 2011
680 new - emcore tools/misc.py: Small cosmetic change in the name of invalid threads farthen 20:42, 29 March 2011
679 new - emcore tools/misc.py: Fix a missing import farthen 20:36, 29 March 2011
675 new - emcore tools: rename user memory to malloc pool, libemcore.getusermemrange() to ... farthen 15:26, 26 March 2011
610 new - emCORE tools/misc.py: Logger: Fix printing unicode strings to stdout and stderr ... farthen 16:27, 13 February 2011
609 new - emCORE tools/libemcore.py: getprocinfo: Download mutex and wakeup structs and st... farthen 15:28, 13 February 2011
608 new - emCORE tools/libemcoredata.py: Include mutex and wakeup structs farthen 15:24, 13 February 2011
607 new - emCORE tools/misc.py: Implement new remote_pointer object that can contain a poi... farthen 15:23, 13 February 2011
606 new - emCORE tools: emcore.py: getprocinfo: Improve register formatting a little bit farthen 01:33, 13 February 2011
605 new - emCORE tools: emcore.py: getprocinfo: Only display thread blocking information i... farthen 01:23, 13 February 2011
604 new - emCORE tools: misc.py: c_enum: Fix non-equality check farthen 01:20, 13 February 2011
599 new - i fail farthen 18:59, 12 February 2011
592 new - emCORE tools: libemcore.py: Fix some accidentally introduced tabs farthen 17:26, 12 February 2011
590 new - emCORE tools: emcore.py: Console output belongs to stdout farthen 16:46, 12 February 2011
589 new - emCORE tools: libemcore.py: Fix encoding of appheader farthen 16:44, 12 February 2011
586 new - emCORE tools: misc.py: fix leftover farthen 11:41, 12 February 2011
583 new - emCORE tools: Fix libemcore.run for Python 3 farthen 19:35, 11 February 2011
582 new - emCORE tools: Partial Python 3 support. Some commands don't work yet. farthen 19:31, 11 February 2011
579 new - emcore tools: getfuncdoc(): fix default argument order being scrambled farthen 15:34, 9 February 2011
549 new - emcore tools: Add shortnames to the hwtypes and include a function that returns ... farthen 23:46, 6 February 2011
548 new - emcore tools: force little endian on all struct.pack/struct.unpack calls. farthen 22:26, 6 February 2011
536 new - emCORE tools: emcore.py: Fix runfirmware farthen 14:52, 6 February 2011
532 new - emcore tools: Convert numbers that were previously hex only to hex with 0x prefi... farthen 00:03, 6 February 2011
518 new - emcore tools: Improve readability for even more strings, make all hex representa... farthen 23:44, 4 February 2011
517 new - emcore tools: Fix indentation farthen 23:29, 4 February 2011
516 new - emcore tools: Fix createthread. Fix execfirmware. emcore.py: Make the strings mo... farthen 23:21, 4 February 2011
514 new - emcore tools/misc.py: Allow converting c_enum objects to int farthen 19:24, 4 February 2011
510 new - emcore tools: misc.py: Fix Python 2.6 compatibility. farthen 12:54, 4 February 2011
508 new - libemcore.py: bugfix: Unlocking the scheduler again may be a good idea... farthen 22:00, 1 February 2011
507 new - libemcoredata.py: add module docstring farthen 21:54, 1 February 2011
506 new - emcore tools: Implement a scheduler_thread structure and use it. Deprecate sched... farthen 21:48, 1 February 2011
505 new - emcore tools: Implement support for ctype structures and enums farthen 21:45, 1 February 2011
502 new - emcore.py: Change default behavior if emcore.py is run without arguments/with un... farthen 22:43, 31 January 2011
501 new - emcore tools: rename misc.Logger.log() to misc.Logger.write() and change the def... farthen 22:34, 31 January 2011
500 new - libemcore: remove the test when called directly. This one was broken anyways and... farthen 22:26, 31 January 2011
499 new - libemcore: Let the users pass the misc.Logger object themselves and implement th... farthen 22:22, 31 January 2011
478 new - emcore tools: fix missing newlines farthen 01:25, 22 January 2011
477 new - emcore.py: file I/O: Another one! farthen 01:11, 22 January 2011
476 new - emcore.py: file I/O: fix two obvious horrible bugs farthen 01:02, 22 January 2011
475 new - emcore tools: bugfix: mixed hex and decimal in some default arguments farthen 00:52, 22 January 2011
474 new - emcore.py: Expose malloc(), memalign(), realloc(), reownalloc(), free() and free... farthen 00:47, 22 January 2011
473 new - libemcore: Fix an obvious bug in free() and implement free_all() which implement... farthen 00:45, 22 January 2011
472 new - emcore tools: adapt file I/O to use malloc() by default farthen 00:06, 22 January 2011
444 new - emcore.py: implement "emcore.py help" command that displays a short form of the ... farthen 16:12, 18 January 2011
First page
First page
Previous page
Previous page
Last page
Last page
Search revisions in this repo by path
   Author = farthen 
Personal tools
Namespaces
Variants
Views
Actions
Navigation
Info
Software
Basic skills
Reverse engineering Results
Exploiting
Hardware
Toolbox