1. 31fc69f Fix tzalloc(nullptr) and add a test. by Elliott Hughes · 2 years, 2 months ago
  2. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 2 months ago
  3. f52b216 time.mktime_EOVERFLOW: set an explicit timezone. by Elliott Hughes · 2 years, 3 months ago
  4. 7db0a6c <time.h>: change the new C23 TIME_ constants. by Elliott Hughes · 2 years, 3 months ago
  5. d86a3ab Update tzcode from 2022a to 2023a. by Almaz Mingaleev · 2 years, 3 months ago
  6. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 4 months ago
  7. e620266 Nullability check for time module. by zijunzhao · 2 years, 7 months ago
  8. 24bfd8e Handle null TM_ZONE in z case in strftime. by Almaz Mingaleev · 3 years, 1 month ago
  9. 10fed72 Add post 2100 year mktime test. by Almaz Mingaleev · 3 years, 1 month ago
  10. da75bb6 Revert "Revert "Do not look for tzdata file in /data."" by Almaz Mingaleev · 3 years, 1 month ago
  11. 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 3 years, 6 months ago
  12. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  13. 35d469b Fix bionic-unit-tests-glibc for 32-bit musl by Colin Cross · 4 years ago
  14. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  15. 096f595 Deflake time.clock_gettime test by Giuliano Procida · 4 years, 4 months ago
  16. ebc88d2 Use mean CPU time in an attempt to reduce test flakiness by Giuliano Procida · 4 years, 4 months ago
  17. 527b78d Increase leniancy in an inherently flaky test. by Elliott Hughes · 4 years, 6 months ago
  18. 82c3c11 Increase leniancy in an inherently flaky test. by Elliott Hughes · 4 years, 6 months ago
  19. d065c04 Incorporate upstream's strptime %Z/%z support. by Elliott Hughes · 5 years ago
  20. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  21. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  22. 208fdd1 Trivial test for difftime(3). by Elliott Hughes · 5 years ago
  23. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  24. a9dfe1c Revert "Temporarily disable some clock_getres tests." by Christopher Ferris · 6 years ago
  25. 8eba2a5 Temporarily disable some clock_getres tests. by Christopher Ferris · 6 years ago
  26. 5ae1628 The time#clock test has been a bit flaky. by Elliott Hughes · 6 years ago
  27. 1167882 tests: test both upper- and lower-case with strptime %P/%p. by Elliott Hughes · 6 years ago
  28. a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 6 years ago
  29. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  30. 8dff0bb Allow more leeway to fix time.clock_gettime flakiness. by Elliott Hughes · 7 years ago
  31. 96bd339 Remove timer_delete_multiple test. by Evgenii Stepanov · 7 years ago
  32. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  33. f98d87b Add C11 timespec_get. by Elliott Hughes · 7 years ago
  34. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 8 years ago
  35. 81baaf2 Add strptime %s. by Elliott Hughes · 7 years ago
  36. 3376c23 Add remaining _l function stubs. by Elliott Hughes · 7 years ago
  37. 0b846e8 bionic: test: time() by Mark Salyzyn · 8 years ago
  38. 5a29d54 Add a few missing <time.h> tests. by Elliott Hughes · 8 years ago
  39. b441359 Break up clock_getcpuclockid tests. by Elliott Hughes · 8 years ago
  40. 71b81a2 bionic: test: report kernel sha for clock_getcpuclockid failure by Mark Salyzyn · 8 years ago
  41. 6a5a99f bionic: test: add clock_getres by Mark Salyzyn · 8 years ago
  42. 3a8f75d POSIX clock cleanup. by Elliott Hughes · 8 years ago
  43. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 8 years ago
  44. a187a6f Merge "Revert "Remove the global thread list."" by David James · 9 years ago
  45. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  46. 9b9d4eb Merge "Remove the global thread list." by Elliott Hughes · 9 years ago
  47. ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 9 years ago
  48. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  49. 1244370 Add regression test for http://b/31938693. by Elliott Hughes · 9 years ago
  50. 47126ed Fix time.mktime_EOVERFLOW for LP32. by Elliott Hughes · 9 years ago
  51. f8ebaa4 Fix mktime's errno behavior. by Elliott Hughes · 9 years ago
  52. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 9 years ago
  53. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  54. d15dfb2 clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case by Greg Hackmann · 9 years ago
  55. 43f7c87 Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack. by Elliott Hughes · 10 years ago
  56. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 10 years ago
  57. a9cac4c Fix strftime if tm_zone is null. by Elliott Hughes · 10 years ago
  58. 8573368 am 0660be89: am a6a12a78: am 0fdcdd00: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  59. a6a12a7 am 0fdcdd00: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  60. bf572d9 Fix flaky test time.timer_settime_0. by Yabin Cui · 10 years ago
  61. 1df44bd am cb060759: am 8beb0c34: am b245bc75: am 0f455612: Merge "Fix flaky test of timer_create_multiple in L." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  62. 8beb0c3 am b245bc75: am 0f455612: Merge "Fix flaky test of timer_create_multiple in L." into lollipop-mr1-cts-dev by Yabin Cui · 10 years ago
  63. d1ade7c Don't use TIMER_ABSTIME in time_test. by Yabin Cui · 10 years ago
  64. 410c1ad Fix flaky test of timer_create_multiple in L. by Yabin Cui · 10 years ago
  65. fd20a8c resolved conflicts for merge of 473d96c0 to lmp-mr1-ub-dev by Yabin Cui · 10 years ago
  66. 5c0996a Fix timer flaky test in lollipop-mr1-cts-dev. by Yabin Cui · 10 years ago
  67. 64a8698 Modify test to avoid race condition. automerge: 3da136a by Christopher Ferris · 10 years ago
  68. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  69. 3da136a Modify test to avoid race condition. by Christopher Ferris · 10 years ago
  70. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  71. 154e202 libc: Fix mktime returns an uncorrect time in empty TZ case by Satoru Takeuchi · 11 years ago
  72. 62d84b1 Fix race condition in timer disarm/delete. by Christopher Ferris · 11 years ago
  73. 0724132 Fix race condition in timer disarm/delete. by Christopher Ferris · 11 years ago
  74. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  75. 8d0b2db Reimplement clock(3) using clock_gettime(3) by Alex Van Brunt · 11 years ago
  76. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  77. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  78. 708c112 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  79. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  80. 3002131 Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  81. 625993d Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  82. 7a39094 Revert "Removes bionic's dependence on stlport" by Dan Albert · 11 years ago
  83. 4d35da1 Removes bionic's dependence on stlport by Dan Albert · 11 years ago
  84. 329103d Don't use so much stack in tzcode. by Elliott Hughes · 11 years ago
  85. efbdb53 Remove a non-standard turd: strtotimeval. by Elliott Hughes · 11 years ago
  86. 4bfaf46 Added strtotimeval tests. by Calin Juravle · 11 years ago
  87. 753ad77 Fix deadlock in timer_delete. by Christopher Ferris · 11 years ago
  88. 3e3409a Add system/extras strftime and strptime tests. by Elliott Hughes · 11 years ago
  89. be1d91d Add includes for waitpid by Brian Carlstrom · 11 years ago
  90. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 11 years ago
  91. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 12 years ago
  92. 0c40152 Fix the time unit tests for systems with 64-bit time_t. by Elliott Hughes · 12 years ago
  93. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 12 years ago
  94. ee178bf Add a trivial gmtime(3) test. by Elliott Hughes · 12 years ago
  95. e0175ca Don't search off the end of the index for bad Olson ids. by Elliott Hughes · 12 years ago