| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implement Mutex and Condition with pthread instead of calling futex directly. | Mathias Agopian | 2009-07-13 | 1 | -12/+2 |
| | | | | | | internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore. | ||||
| * | get rid of LogSocket which wasn't even implemented (enabled) | Mathias Agopian | 2009-06-05 | 1 | -2/+1 |
| | | |||||
| * | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of ↵ | Mathias Agopian | 2009-06-05 | 1 | -22/+1 |
| | | | | | inet_address.h and Socket.h which were not used | ||||
| * | rename string_array.h to StringArray.h and move the implementation from the ↵ | Mathias Agopian | 2009-06-05 | 1 | -0/+1 |
| | | | | | | | header file to a new cpp file. StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code. | ||||
| * | am 2a318867: Merge change 3203 into donut | Android (Google) Code Review | 2009-06-04 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Merge commit '2a3188672ab2b65c0ce7c9c598a463e382c47696' * commit '2a3188672ab2b65c0ce7c9c598a463e382c47696': rename a few files to camel-case, add copyright notices | ||||
| | * | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -2/+2 |
| | | | |||||
| * | | get rid of TimerProbe which is never used | Mathias Agopian | 2009-06-01 | 1 | -1/+0 |
| | | | |||||
| * | | get rid of sleepForInterval() which didn't seem to be used anywhere in the ↵ | Mathias Agopian | 2009-05-31 | 1 | -1/+0 |
| | | | | | | | | | source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there. | ||||
| * | | Sim-only files move, part 2/2. | Andy McFadden | 2009-05-27 | 1 | -7/+1 |
| | | | | | | | | | | | Move Pipe and executablepath from libutils to the simulator, since nothing else uses them. | ||||
| * | | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 1 | -13/+0 |
| |/ | |||||
| * | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 1 | -1/+2 |
| | | |||||
| * | Add some C++ code to do raw files for backup | Joe Onorato | 2009-05-05 | 1 | -1/+2 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+156 |
| | | |||||
| * | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -156/+0 |
| | | |||||
| * | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+8 |
| | | |||||
| * | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+148 |
