summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2012-06-27zenutils/update_extract: make sure the archive is validAmaury Pouly1-1/+33
2012-06-27sbtools: add option to force sb dumpAmaury Pouly4-7/+37
2012-06-19rknanoutils: fix crash with no prefix, remove debug codeAmaury Pouly1-13/+2
2012-06-19rknanoutils: much more sensible format guessAmaury Pouly6-23/+779
2012-06-19rknanoutils: more reverse engineering of the BOOT format.Amaury Pouly1-28/+201
2012-06-10Update the rknano utils.Amaury Pouly1-15/+280
2012-06-07Initial commit from rknano utils. This is very preliminary work.Amaury Pouly4-0/+396
2012-05-31Fix findaddr.pl tool for codecsAmaury Pouly1-1/+10
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly19-0/+0
2012-05-28ypr0: Add kernel module to required support fm radio.Thomas Martitz4-1/+10
2012-05-20CosmeticsAmaury Pouly1-1/+1
2012-05-19mkimxboot: fix warningsAmaury Pouly1-1/+2
2012-05-19imxtools: make sb api work with in-memory filesAmaury Pouly2-12/+39
2012-05-14Fix a typo.Dominik Riebeling1-1/+1
2012-05-13Fix rkusbtool compilation (FS#12664) by Teemu NätkinniemiMarcin Bukat1-1/+1
2012-04-29gitscraper: Provide way to get timestamps for files.Dominik Riebeling1-7/+30
2012-04-25Add codecs to librbcodec.Sean Bartell3-5/+5
2012-04-25imxtools: fix missing '\n'Amaury Pouly1-3/+4
2012-04-25imxtools: fix missing '\n'Amaury Pouly1-1/+1
2012-04-22gitscraper: support Python3.Dominik Riebeling2-23/+23
2012-04-12Add new tarball generation script.Dominik Riebeling1-0/+30
2012-04-12gitscraper: support compressing the sources as 7z.Dominik Riebeling1-7/+28
2012-03-06Correctly insert build ID.Dominik Riebeling2-4/+7
2012-03-06Rockbox Utility: add "revision" information back.Dominik Riebeling1-2/+2
2012-03-04rk27load: fix linking with newer toolchainsMarcin Bukat1-1/+1
2012-02-26Append "64bit" only on 64bit binary.Dominik Riebeling1-3/+12
2012-02-19imxtools: remove most calls to bug/bugp from core library.Amaury Pouly6-14/+50
2012-02-08imxtools: use rand() instead of /dev/random.Dominik Riebeling1-6/+4
2012-02-06When writing data from repository open file as binary.Dominik Riebeling1-1/+1
2012-02-05Update deployment script for git.Dominik Riebeling1-40/+21
2012-02-05Python module to get (some) files from the repository.Dominik Riebeling1-0/+183
2012-01-27sbloader: always send packets of size xfer_size (even the first). Also mainta...Amaury Pouly1-24/+43
2012-01-05Rockbox Utility: add missing folder to deployment script.Dominik Riebeling1-0/+1
2012-01-04zenutils: remove unused empty fileRafaël Carré1-0/+0
2011-12-24ypr0: Add variables to provide a argv and stdout/err redirection for running ...Thomas Martitz2-1/+7
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz21-0/+2939
2011-12-17imxtools: fix compilation when cross compiling for windows (tm doesn't have t...Amaury Pouly1-2/+10
2011-12-13amsinfo: save files with .bin extensionRafaël Carré1-2/+2
2011-11-06Convert one more file from DOS to UNIX.Torne Wuff1-132/+132
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff6-297/+297
2011-11-06imxtools: add function to free instructionAmaury Pouly2-4/+8
2011-11-06imxtools: add const and set pointer to NULL on free to avoid double freeAmaury Pouly2-2/+3
2011-11-06elftosb: add staticAmaury Pouly1-1/+1
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly20-194/+388
2011-11-01Add missing copyright headerAmaury Pouly1-0/+20
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly3-15/+80
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly7-645/+750
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly3-18/+34
2011-10-30Fix a typo spotted from r30864.Robert Menes1-1/+1
2011-10-30beastpatcher: check WMP version.Dominik Riebeling3-0/+53