summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-05-31Fix findaddr.pl tool for codecsAmaury Pouly
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
2012-05-28ypr0: Add kernel module to required support fm radio.Thomas Martitz
2012-05-20CosmeticsAmaury Pouly
2012-05-19mkimxboot: fix warningsAmaury Pouly
2012-05-19imxtools: make sb api work with in-memory filesAmaury Pouly
2012-05-14Fix a typo.Dominik Riebeling
2012-05-13Fix rkusbtool compilation (FS#12664) by Teemu NätkinniemiMarcin Bukat
2012-04-29gitscraper: Provide way to get timestamps for files.Dominik Riebeling
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-25imxtools: fix missing '\n'Amaury Pouly
2012-04-25imxtools: fix missing '\n'Amaury Pouly
2012-04-22gitscraper: support Python3.Dominik Riebeling
2012-04-12Add new tarball generation script.Dominik Riebeling
2012-04-12gitscraper: support compressing the sources as 7z.Dominik Riebeling
2012-03-06Correctly insert build ID.Dominik Riebeling
2012-03-06Rockbox Utility: add "revision" information back.Dominik Riebeling
2012-03-04rk27load: fix linking with newer toolchainsMarcin Bukat
2012-02-26Append "64bit" only on 64bit binary.Dominik Riebeling
2012-02-19imxtools: remove most calls to bug/bugp from core library.Amaury Pouly
2012-02-08imxtools: use rand() instead of /dev/random.Dominik Riebeling
2012-02-06When writing data from repository open file as binary.Dominik Riebeling
2012-02-05Update deployment script for git.Dominik Riebeling
2012-02-05Python module to get (some) files from the repository.Dominik Riebeling
2012-01-27sbloader: always send packets of size xfer_size (even the first). Also mainta...Amaury Pouly
2012-01-05Rockbox Utility: add missing folder to deployment script.Dominik Riebeling
2012-01-04zenutils: remove unused empty fileRafaël Carré
2011-12-24ypr0: Add variables to provide a argv and stdout/err redirection for running ...Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-12-17imxtools: fix compilation when cross compiling for windows (tm doesn't have t...Amaury Pouly
2011-12-13amsinfo: save files with .bin extensionRafaël Carré
2011-11-06Convert one more file from DOS to UNIX.Torne Wuff
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff
2011-11-06imxtools: add function to free instructionAmaury Pouly
2011-11-06imxtools: add const and set pointer to NULL on free to avoid double freeAmaury Pouly
2011-11-06elftosb: add staticAmaury Pouly
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly
2011-11-01Add missing copyright headerAmaury Pouly
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly
2011-10-30Fix a typo spotted from r30864.Robert Menes
2011-10-30beastpatcher: check WMP version.Dominik Riebeling
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly
2011-10-29sbtools: fix compilation when linker expects correctly ordered filesAmaury Pouly
2011-10-29sbtools: add options to override real key and IV, fix output prefix in sbtoel...Amaury Pouly
2011-10-29sbtools: move sb file production to its own file with a clean api, factor key...Amaury Pouly
2011-10-29sbtools: factor key code, introduce crypto layer, move from open/read/... to ...Amaury Pouly
2011-10-23sbtools: be more verbose on real key and iv; add very advanced code to craft ...Amaury Pouly
2011-10-23sbtoelf: don't cross check if key is not validAmaury Pouly