• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. Zeit Autor
aad2046 2009-05-12 02:01:13 Android (Google) Code Review

Merge change 1366

* changes:
converted to C++

7c2b8fb 2009-05-12 02:00:49 Android (Google) Code Review

Merge change 1365

* changes:
Remove all gcc warnings.

bdb4d40 2009-05-12 02:00:27 Android (Google) Code Review

Merge change 1364

* changes:
Replace acc.c with the contents of otccn.c, update tests.

ca5feb2 2009-05-12 01:59:55 Android (Google) Code Review

Merge change 1363

* changes:
Original version of otccn.c from http://bellard.org/otcc/otccn.c

e115697 2009-05-12 01:03:29 Android (Google) Code Review

am c73d9e4: Merge changes 1341,1342 into donut

Merge commit 'c73d9e43a0c98a87222ef0c8749d6abba06c7778'

* commit 'c73d9e43a0c98a87222ef0c8749d6abba06c7778':
libsysutils: Add multiple client support and fix some bugs
nexus: Implement wifi scanner and fix a lot of bugs

c73d9e4 2009-05-12 01:01:15 Android (Google) Code Review

Merge changes 1341,1342 into donut

* changes:
libsysutils: Add multiple client support and fix some bugs
nexus: Implement wifi scanner and fix a lot of bugs

77ae76e 2009-05-11 11:59:24 Jack Palevich

converted to C++

Base address of constant table changed, so had to update the "-orig" files.

f6b5a53 2009-05-11 11:16:42 Jack Palevich

Remove all gcc warnings.

e27bf3e 2009-05-11 06:09:03 Jack Palevich

Replace acc.c with the contents of otccn.c, update tests.

We are no longer checking if the constant data is the same, just the
generated code.

1613459 2009-05-11 06:01:59 Fabrice Bellard

Original version of otccn.c from http://bellard.org/otcc/otccn.c

16b5d6e 2009-05-11 04:56:40 Dima Zavin

am 3fd82b8: adb: osx: Match devices based on interface subclass and prot

Merge commit '3fd82b8861aa410fab7785074941b459d92220c1'

* commit '3fd82b8861aa410fab7785074941b459d92220c1':
adb: osx: Match devices based on interface subclass and protocol

fa644ff 2009-05-11 01:26:42 San Mehat

libsysutils: Add multiple client support and fix some bugs

3fd82b8 2009-05-10 04:49:54 Dima Zavin

adb: osx: Match devices based on interface subclass and protocol

Enumerating all vendor+product id combinations is not practical.
This modifies the matching algorithm to use the adb interface
subclass/protocol instead (0x42/0x1).

Signed-off-by: Dima Zavin <dima@android.com>

1441e76 2009-05-10 02:33:18 San Mehat

nexus: Implement wifi scanner and fix a lot of bugs

Signed-off-by: San Mehat <san@google.com>

431055c 2009-05-09 12:30:47 Jack Palevich

More deobfuscation.

7448a2e 2009-05-09 12:30:47 Jack Palevich

Converted code constants from decimal to hexidecimal.

f0cbc92 2009-05-09 12:30:47 Jack Palevich

More unobfuscation.

50791f5 2009-05-09 12:30:47 Jack Palevich

Make our global variables static.

d160530 2009-05-09 12:30:47 Jack Palevich

Got rid of all warnings. (Yeah, right.)

f54db02 2009-05-09 12:30:47 Jack Palevich

Add a simple regression test framework.

ae54f1f 2009-05-09 12:30:47 Jack Palevich

Continue deobfuscation.

Add a license.

Indent the code.
Add includes for external functions.
Improve function prototypes.
Start adding the correct type to things that are pointers.
Start fixing compiler warnings.

Instead of directly executing the compiled code (which only works on x86 Linux),
write the internal compiler state to stdout. This makes it easier to test whether
or not our refactoring is breaking anything.

Return a zero status on success.

Add error checking for a missing input file.

8831148 2009-05-09 12:30:47 Jack Palevich

Start de-obfuscation process.

38aa39a 2009-05-09 12:30:47 Fabrice Bellard

Original freeware Obfuscated Tiny C Compiler.

From http://bellard.org/otcc/otcc.c

License from http://bellard.org/otcc:

The obfuscated OTCC and OTCCELF are freeware.

e910ea5 2009-05-09 07:41:49 Erik Gilling

CDMA: add cdma tsmux device permissions

Signed-off-by: Erik Gilling <konkers@android.com>

d6b8191 2009-05-09 05:13:14 Mathias Agopian

Merge commit 'goog/master' into merge_master

6e1683f 2009-05-09 03:36:11 Mike Lockwood

am b377955: init: Fix some broken code that did not cause problems until

Merge commit 'b3779558dcfbe99f0b9c1ef796e3728edad25672'

* commit 'b3779558dcfbe99f0b9c1ef796e3728edad25672':
init: Fix some broken code that did not cause problems until switching to gcc 4.4

b377955 2009-05-09 03:27:42 Mike Lockwood

init: Fix some broken code that did not cause problems until switching to gcc 4.4

Signed-off-by: Mike Lockwood <lockwood@android.com>

46f208e 2009-05-09 01:07:09 Android (Google) Code Review

Merge change 1171

* changes:
Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to.

1ecad9a 2009-05-08 11:44:30 Chih-Wei Huang

Fix uninitialized variable loop

The following command will usually just fail

# /system/bin/mount -t proc proc /proc
ioctl LOOP_SET_FD failed: Bad file number

The simple patch fixes the issue.

ab15ac0 2009-05-08 09:46:47 Mathias Agopian

Merge commit 'goog/master' into merge_master