- ec6c274 Removed non-standard declaration in cstring. by Nicolas Catania · 16 years ago
- 5b67764 am 9cfccefa: Update cleaned-up kernel headers by David 'Digit' Turner · 16 years ago
- 9cfccef Update cleaned-up kernel headers by David 'Digit' Turner · 16 years ago
- 2f4ce43 am 3ddc15e1: Add new clean header for PPP on PPTP (VPN) by David 'Digit' Turner · 16 years ago
- 3ddc15e Add new clean header for PPP on PPTP (VPN) by David 'Digit' Turner · 16 years ago
- 040ae31 am bf8709f5: bionic: update msm_camera.h header by Iliyan Malchev · 16 years ago
- bf8709f bionic: update msm_camera.h header by Iliyan Malchev · 16 years ago
- f247995 am 3a654b1e: Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago
- 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago
- 1b02fae am 03eabfe6: Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago
- 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago
- 6544766 am 0353195f: linker: Give more context for failures during library dependency resolution. by Dima Zavin · 16 years ago
- 0353195 linker: Give more context for failures during library dependency resolution. by Dima Zavin · 16 years ago
- 563b15d am 2e85579c: linker: Make the errors reported by dlopen/dlsym be more useful. by Dima Zavin · 16 years ago
- e76de9a am 49e55332: libc: Add an intermediate version of the static libc without malloc by Dima Zavin · 16 years ago
- b489245 am ca122b0e: libc: Cleanup the libc makefile. by Dima Zavin · 16 years ago
- 2e85579 linker: Make the errors reported by dlopen/dlsym be more useful. by Dima Zavin · 16 years ago
- 49e5533 libc: Add an intermediate version of the static libc without malloc by Dima Zavin · 16 years ago
- ca122b0 libc: Cleanup the libc makefile. by Dima Zavin · 16 years ago
- 4cab53a am cdb68bf8: Merge change 2470 into donut by Android (Google) Code Review · 16 years ago
- cdb68bf Merge change 2470 into donut by Android (Google) Code Review · 16 years ago
- 1ff2ee4 am 5c106fca: Merge change 1852 into donut by Android (Google) Code Review · 16 years ago
- 5c106fc Merge change 1852 into donut by Android (Google) Code Review · 16 years ago
- b572dc4 am 94a144ea: add msm_camera.h header and .gitignore file to bionic by Iliyan Malchev · 16 years ago
- bdde630 am 1c8e1094: update msm_adsp.h header by Iliyan Malchev · 16 years ago
- 94a144e add msm_camera.h header and .gitignore file to bionic by Iliyan Malchev · 16 years ago
- 1c8e109 update msm_adsp.h header by Iliyan Malchev · 16 years ago
- 2735b33 Fix getservent() so that it returns s_port in network byte order. by David 'Digit' Turner · 16 years ago
- d7f5035 am 8215679b: Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order). Also add a small design overview document for the linker. The latter contains details on how the initialization/finalization is supposed to work. by David 'Digit' Turner · 16 years ago
- 8215679 Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order). by David 'Digit' Turner · 16 years ago
- 38460b4 am e5446feb: Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support. by David 'Digit' Turner · 16 years ago
- e5446fe Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support. by David 'Digit' Turner · 16 years ago
- 0ba91ed Fix __eabi_atexit() implementation, as well as a bug in the BSD-originated __cxa_finalize() implementation by David 'Digit' Turner · 16 years ago
- 24a4109 am 8169573c: Add <cmath> standard C++ header. This is needed for upcoming STLport experimentation. by David 'Digit' Turner · 16 years ago
- 8169573 Add <cmath> standard C++ header. by David 'Digit' Turner · 16 years ago
- a48fa7f Add standalone_months field to libc strftime(). by Eric Fischer · 16 years ago
- a050857 am d386afcc: revert to previous implementation of __aeabi_atexit() since the new one seems to crash a static ICU String destructor. I don\'t have the time to investigate why right now, so a revert is preferred. Damn... by David 'Digit' Turner · 16 years ago
- d386afc revert to previous implementation of __aeabi_atexit() since the new one seems to crash a static ICU String destructor. by David 'Digit' Turner · 16 years ago
- 3ccce08 am 3e16f84f: Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by the C++ ABI for ARM document. by David 'Digit' Turner · 16 years ago
- 3e16f84 Fix __aeabi_atexit to call __cxa_atexit properly. This function is defined by the C++ ABI for ARM document. by David 'Digit' Turner · 16 years ago
- cd64095 am d1b40d8: linker: Compute symbol name before lookup so we can also use by Dima Zavin · 16 years ago
- d1b40d8 linker: Compute symbol name before lookup so we can also use it for error msg by Dima Zavin · 16 years ago
- 6c9f88d am 5e56370: change getaddrinfo() implementation to match GLibc. by David 'Digit' Turner · 16 years ago
- 5e56370 change getaddrinfo() implementation to match GLibc. by David 'Digit' Turner · 16 years ago
- bc89169 am 85a01ff: Merge change 57 into donut by Android (Google) Code Review · 16 years ago
- 85a01ff Merge change 57 into donut by Android (Google) Code Review · 16 years ago
- 9122f51 am ba52b30: Increase the limit of loaded shared libraries from 64 to 96 by James Dong · 16 years ago
- ba52b30 Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0 by James Dong · 16 years ago
- 3707ba5 am d2c9dcc: libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BI by Dave Bort · 16 years ago
- d2c9dcc libc: Replace a reference to TARGET_BUILD_TYPE with DEBUG_BIONIC_LIBC by Dave Bort · 16 years ago
- 5a2edd6 Merge donut into master by Jean-Baptiste Queru · 16 years ago
- 6166357 merge cupcake into donut by Jean-Baptiste Queru · 16 years ago
- 68f25c3 Merge donut into master by Jean-Baptiste Queru · 16 years ago
- aeae1f5 Add the domain search list for VPN connection. by Chung-yih Wang · 16 years ago
- 51cec57 Merge change 71 by Android (Google) Code Review · 16 years ago
- ee40369 Increase the limit of loaded shared libraries from 64 to 96 by Dave Sparks · 16 years ago
- 862ed2d Merge branch 'readonly-p4-master' by Niko Catania · 16 years ago
- 69b1a8a AI 145716: am: CL 145714 Added cstring wrapper around string.h. by Niko Catania · 16 years ago
- 89b62a1 AI 145714: Added cstring wrapper around string.h. by Niko Catania · 16 years ago
- d99f61f Merge branch 'readonly-p4-master' by Niko Catania · 16 years ago
- c2fc669 AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers for stdc++ and their tests. by Niko Catania · 16 years ago
- 00a18f6 AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests. by Niko Catania · 16 years ago
- 29a2875 Merge branch 'readonly-p4-master' by Niko Catania · 16 years ago
- 3e294b9 AI 144391: am: CL 144236 Added new C to stdc++ header files: cassert, cctype, climits, ctime. by Niko Catania · 16 years ago
- 88f8a4a AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime. by Niko Catania · 16 years ago
- a35df34 Merge commit 'goog/readonly-p4-master' by The Android Open Source Project · 16 years ago
- 5052419 AI 143632: am: CL 143504 Completed cstddef to be non empty and similar to the gnu stl implementation. by Niko Catania · 16 years ago
- 416ceb8 AI 143504: Completed cstddef to be non empty and similar to the gnu stl implementation. by Niko Catania · 16 years ago
- 8c0b2e6 Merge branch 'open_source_no_contributions' into google_internal by The Android Open Source Project · 16 years ago
- a80a1dc AI 143310: am: CL 143161 am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. by Mathias Agopian · 16 years ago
- a43b482 AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. by Mathias Agopian · 16 years ago
- 90ec5f2 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
- 6ed739e Automated import from //branches/cupcake/...@142857,142857 by Mathias Agopian · 16 years ago
- 5e12d7e Automated import from //branches/donutburger/...@140950,140950 by Iliyan Malchev · 16 years ago
- ff9ce60 Automated import from //branches/master/...@140951,140951 by Iliyan Malchev · 16 years ago
- 7b31dd6 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
- edbe7fc auto import //branches/master/...@140412 by The Android Open Source Project · 16 years ago
- 78bf5fc auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
- 0b251a1 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 16 years ago
- 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- a799b53 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- fe57450 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- 7d9dcdc auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
- 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
- 2489551 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- c2f23bb Merge branch 'cupcake' by The Android Open Source Project · 17 years ago
- d375275 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 17 years ago
- 8af5c80 Merge branch 'cupcake' by android-build SharedAccount · 17 years ago
- e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
- 658d73a Merge branch 'cupcake' by The Android Open Source Project · 17 years ago
- 6d6c82c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
- b675146 Merge commit 'remotes/korg/cupcake' by Jean-Baptiste Queru · 17 years ago
- 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
- e0055e0 Introduce a new ARM header file <machine/cpu-features.h> by Jean-Baptiste Queru · 17 years ago
- 39c8f36 Update msm_audio.h with latest SND-driver API. by Iliyan Malchev · 17 years ago
- 74dca85 Add processed kernel header for msm_snd driver. by Iliyan Malchev · 17 years ago
- 33767fc Implement scandir() for OProfile. by Ben Cheng · 17 years ago
- a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago