index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2002-05-08
Fixed some debug output
Linus Nielsen Feltzing
1
-12
/
+12
2002-05-08
uninitialised variable and better return code check
Daniel Stenberg
1
-2
/
+4
2002-05-07
tick_start() now uses HZ
Linus Nielsen Feltzing
1
-1
/
+1
2002-05-07
Killed a few bugs. Tested in target. Works fairly good.
Linus Nielsen Feltzing
1
-10
/
+18
2002-05-07
Create correct shortnames
Björn Stenberg
1
-1
/
+9
2002-05-07
Added open/close/read. read() only works on whole sectors right now.
Björn Stenberg
6
-51
/
+230
2002-05-07
Removed stray bad char
Björn Stenberg
1
-2
/
+2
2002-05-07
if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes
Daniel Stenberg
1
-0
/
+4
2002-05-07
load rockbox-mode in emacs!
Daniel Stenberg
1
-0
/
+6
2002-05-07
strtok_r() freshly implemented by yours truly
Daniel Stenberg
1
-0
/
+67
2002-05-06
Minor commenting
Linus Nielsen Feltzing
1
-4
/
+5
2002-05-06
Added some prototypes
Linus Nielsen Feltzing
1
-0
/
+2
2002-05-06
Serial DMA works
Linus Nielsen Feltzing
2
-136
/
+129
2002-05-06
fixed buffer overflow in setid3v1title
Dave Chapman
1
-2
/
+2
2002-05-06
Added note about strtok() not being thread safe
Björn Stenberg
1
-0
/
+1
2002-05-06
Added atributes
Björn Stenberg
1
-0
/
+7
2002-05-06
Fixed dir parsing
Björn Stenberg
1
-1
/
+2
2002-05-06
compile as SIMULATOR
Daniel Stenberg
1
-1
/
+1
2002-05-06
make debugf() do properly when SIMULATOR is defined, ignore the CRT_DISPLAY
Daniel Stenberg
1
-5
/
+3
2002-05-06
missing #define for VC++
Stefan Meyer
1
-2
/
+2
2002-05-06
Grammer corrections
Robert Hak
1
-3
/
+3
2002-05-06
first docs! ;-)
Daniel Stenberg
1
-0
/
+102
2002-05-06
no more unistd.h
Daniel Stenberg
1
-1
/
+0
2002-05-06
Dave's added
Daniel Stenberg
1
-1
/
+2
2002-05-05
corrected a few errors
Linus Nielsen Feltzing
1
-10
/
+10
2002-05-05
Failed attempt to use DMA
Linus Nielsen Feltzing
3
-19
/
+51
2002-05-05
*** empty log message ***
Linus Nielsen Feltzing
1
-49
/
+0
2002-05-05
Testing tick functions
Linus Nielsen Feltzing
2
-3
/
+18
2002-05-05
corrected a prototype
Linus Nielsen Feltzing
1
-3
/
+3
2002-05-05
Added tick and interrupt level functions
Linus Nielsen Feltzing
2
-0
/
+131
2002-05-05
Disable interrupt only in target
Linus Nielsen Feltzing
1
-1
/
+3
2002-05-05
Disable interrupt
Linus Nielsen Feltzing
1
-1
/
+4
2002-05-05
*** empty log message ***
Linus Nielsen Feltzing
1
-64
/
+0
2002-05-05
Dave Chapman found a problem in the id3v1 tag reading, and provided
Daniel Stenberg
1
-1
/
+1
2002-05-05
removed read_file_into_buffer()
Daniel Stenberg
2
-36
/
+0
2002-05-05
modified proto
Daniel Stenberg
1
-1
/
+1
2002-05-05
Changed how indices are read from a playlist. We just can't read the full
Daniel Stenberg
1
-32
/
+24
2002-05-05
using the new randomiser, this is_unused_random_in_list() function is not
Daniel Stenberg
1
-31
/
+0
2002-05-05
removed DOS newlines, made it use a static seed for better tests
Daniel Stenberg
1
-7
/
+6
2002-05-05
randomise_playlist() takes a seed argument now
Daniel Stenberg
1
-1
/
+1
2002-05-05
adjusted to the differend LCDs and for no LCD at all... :-)
Daniel Stenberg
1
-0
/
+8
2002-05-05
Improved the randomise playlist function pretty major. This one will run
Daniel Stenberg
1
-60
/
+16
2002-05-05
builds wavey's playlist test harness on Linux/unix
Daniel Stenberg
1
-0
/
+56
2002-05-05
minor protection to not re-define O_RDONLY if it is already defined
Daniel Stenberg
1
-0
/
+2
2002-05-05
include file.h (important for the x11 sim to work) and types.h (as that
Daniel Stenberg
1
-18
/
+3
2002-05-05
proto and struct for id3-info
Daniel Stenberg
1
-0
/
+34
2002-05-04
Added weird circumvention macros for SIMULATOR builds. When we build a
Daniel Stenberg
2
-2
/
+22
2002-05-04
get the chartables even for non-bitmap displays when we simulate
Daniel Stenberg
1
-2
/
+2
2002-05-03
Added opendir, closedir and readdir
Björn Stenberg
4
-27
/
+133
2002-05-03
Changed to global 'bpb' struct
Björn Stenberg
2
-196
/
+176
[next]