1. 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 2 years, 1 month ago
  2. d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 2 years, 3 months ago
  3. 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 3 years, 6 months ago
  4. 0e8616a Move localtime.c over to CachedProperty. by Elliott Hughes · 8 years ago
  5. 14eb5ab Only use environment variables on the host. by Elliott Hughes · 8 years ago
  6. ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 9 years ago
  7. 4edd651 Add missing O_CLOEXEC and TEMP_FAILURE_RETRY to localtime.c. by Elliott Hughes · 9 years ago
  8. 81c46fc Fix tzdata loading. by Elliott Hughes · 9 years ago
  9. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  10. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  11. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  12. 3e3f4a5 Treat "persist.sys.timezone" as being a Java-format timezone. by Elliott Hughes · 9 years ago
  13. 76dfa6e Remove mktime_tz. by Elliott Hughes · 10 years ago
  14. d1c28a3 Improve libc time zone fallback behavior. by Elliott Hughes · 10 years ago
  15. 384ffe3 Fix comment to reflect the actual reality. by Christopher Ferris · 10 years ago
  16. 9fb22a3 Sync with upstream tzcode (2015g). by Elliott Hughes · 10 years ago
  17. d057894 bionic: tzset running hot by Mark Salyzyn · 10 years ago
  18. 1f95ffe Changes to re-enable overrides for tz data by Neil Fuller · 10 years ago
  19. 154e202 libc: Fix mktime returns an uncorrect time in empty TZ case by Satoru Takeuchi · 11 years ago
  20. e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
  21. 13bab43 Fix the tzdata update tools. by Elliott Hughes · 11 years ago
  22. 39d903a Remove localtime_tz and strftime_tz. by Elliott Hughes · 11 years ago
  23. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  24. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
  25. 2cb7526 Fix arm64 localtime.c build. by Elliott Hughes · 11 years ago
  26. 5f56454 Build tzcode with -Werror. by Elliott Hughes · 11 years ago
  27. 906eb99 Update localtime.c. by Elliott Hughes · 11 years ago
  28. 5204a9e Fix most of the tzcode warnings. by Elliott Hughes · 11 years ago
  29. 8a8b0c9 Do not keep struct state on the stack. by Christopher Ferris · 11 years ago
  30. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  31. 329103d Don't use so much stack in tzcode. by Elliott Hughes · 11 years ago
  32. d51db86 Merge "Fix locatime.c indentation after sync" by Calin Juravle · 11 years ago
  33. 4ab29a3 Merge "Update tzcode to 2013i" by Calin Juravle · 11 years ago
  34. d892892 Fix locatime.c indentation after sync by Calin Juravle · 11 years ago
  35. 627d37c Update tzcode to 2013i by Calin Juravle · 11 years ago
  36. fd3a9fb Vastly reduce the number of read(2)s done in tzload. by Elliott Hughes · 11 years ago
  37. 3073f90 Fix a leak on error in tzload. by Elliott Hughes · 11 years ago
  38. 51aeff7 Fix 32-bit build. by Elliott Hughes · 12 years ago
  39. e0d0b15 Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Android modifications). by Elliott Hughes · 12 years ago
  40. cf178bf Use $ANDROID_DATA and $ANDROID_ROOT to find the tzdata. by Elliott Hughes · 12 years ago
  41. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 12 years ago
  42. ce4783c Upgrade to tzcode2013d. by Elliott Hughes · 12 years ago
  43. e7aaad8 Improve diagnostics in the face of bad tzdata. by Elliott Hughes · 12 years ago
  44. e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 12 years ago
  45. 4a05bef Cache the most-recently used timezone for mktime_tz and localtime_tz. by Elliott Hughes · 12 years ago
  46. b989c9c Revert "DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic."" by Elliott Hughes · 13 years ago
  47. 85819ef am f2b3ac95: Merge "Fix recovery: don\'t assert if there\'s no tzdata." by Elliott Hughes · 13 years ago
  48. 49271d8 Fix recovery: don't assert if there's no tzdata. by Elliott Hughes · 13 years ago
  49. 008744c am df92635a: Merge "Support zone.tab in bionic, and remove the file format version." by Elliott Hughes · 13 years ago
  50. 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 13 years ago
  51. 417834b am eb370aa3: Merge "Make bionic look in /data/misc for tzdata updates." by Elliott Hughes · 13 years ago
  52. 1c29572 Make bionic look in /data/misc for tzdata updates. by Elliott Hughes · 13 years ago
  53. 4d71adb am 10225071: Merge "Fixes x86 build." by Elliott Hughes · 13 years ago
  54. 8b95404 Fixes x86 build. by Elliott Hughes · 13 years ago
  55. 1b31536 am 5ae762a3: Merge "Pull bionic\'s time zone data from the new single \'tzdata\' file." by Elliott Hughes · 13 years ago
  56. d23af23 Pull bionic's time zone data from the new single 'tzdata' file. by Elliott Hughes · 13 years ago
  57. f4b34b6 DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic." by Elliott Hughes · 13 years ago
  58. 3a936a4 Add the libcutils localtime_tz and mktime_t extensions to bionic. by Elliott Hughes · 13 years ago
  59. 6481b91 <time.h>: Add timegm(), timelocal() and others. by David 'Digit' Turner · 15 years ago
  60. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  61. 2093d35 Fix an infinite loop in time2sub. by David 'Digit' Turner · 16 years ago
  62. edbe7fc auto import //branches/master/...@140412 by The Android Open Source Project · 16 years ago
  63. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  64. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  65. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago