summaryrefslogtreecommitdiff
path: root/glib/gtimer.c
Commit message (Expand)AuthorAgeFilesLines
* gtimer: Avoid doing anything on g_usleep (0)Marco Trevisan (Treviño)2023-04-141-0/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* Add handling of NULL time_t* pointer as argumentEmmanuel Fleury2022-02-221-2/+6
* glib: Deprecate API using GTimeVal in gtimer.hPhilip Withnall2019-07-291-1/+28
* Add g_timer_is_activeTristan Partin2019-06-211-0/+17
* Document that GTimeVal is subject to the year 2038 problem on 32-bit systemsIain Lane2018-09-041-4/+6
* gtimer: Ensure arithmetic is correctly signed for ISO 8601 parsingPhilip Withnall2018-08-101-1/+1
* gtimer: Drop support for negative years from g_time_val_from_iso8601()Philip Withnall2018-08-061-1/+1
* gtimer: Add overflow checks to g_time_val_from_iso8601()Philip Withnall2018-08-061-17/+60
* gtimer: Document that g_time_val_from_iso8601() drops whitespacePhilip Withnall2018-08-061-0/+2
* g_usleep: round up the next millisecond on Windows. See #1371Christoph Reiter2018-05-271-1/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gtimer: Handle gmtime() failure in g_time_val_to_iso8601()Philip Withnall2017-05-051-1/+12
* gtimer: Whitespace fixesPhilip Withnall2017-05-021-3/+3
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-2/+2
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove broken attempt at parsing date-onlyMatthias Clasen2014-01-011-11/+6
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-2/+2
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-3/+5
* Document exactly what g_time_val_to_iso8601() producesSimon McVittie2011-11-171-2/+20
* Move remaining docs inlineMatthias Clasen2011-11-141-0/+11
* g_time_val_from_iso8601: clarify the docs a bitDan Winship2011-10-111-0/+5
* gtimer: remove warnings about threadsRyan Lortie2011-10-041-5/+0
* timeval: add introspection annotations to g_time_val_from_iso8601()Cosimo Cecchi2011-09-201-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Fix off-by-1000 for GTimerOwen W. Taylor2010-11-211-2/+2
* gtimer.c: Revert accidental overwriteChun-wei Fan2010-11-091-64/+9
* Added and Moved checks for includesChun-wei Fan2010-11-091-10/+67
* Clean up g_usleep()Ryan Lortie2010-11-021-46/+2
* GTimer: switch to monotonic timeRyan Lortie2010-11-021-19/+8
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-1/+1
* gtimer: Fix a compilation warningEmmanuele Bassi2010-09-041-1/+1
* More include cleanupsMatthias Clasen2010-09-031-3/+7
* Improve parsing of date-only iso8601 stringsJens Georg2010-08-261-2/+13
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Move allocator and memchunk docs from tmpl to .cRyan Lortie2010-01-301-1/+2
* GTimer: move docs from tmpl to .cRyan Lortie2010-01-301-1/+90
* Initialise variable in g_time_val_from_iso8601()Matthew W. S. Bell2009-12-021-3/+4
* g_time_val_from_iso8601: handle timezoneless datesDan Winship2009-09-011-5/+13
* Fix parsing of timezonesPeter Kjellerstedt2009-04-081-3/+3
* i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().Matthias Clasen2009-01-311-6/+5
* time_t is 64 bits in all the newer Microsoft C libraries, not just 64-bitTor Lillqvist2008-09-151-1/+1
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-0/+7
* Use the right format string to get leading zeros when converting to ISOEmmanuele Bassi2008-07-211-2/+2
* Do not set the timestamp value using time(), as it will be overwrittenEmmanuele Bassi2008-07-211-11/+21
* set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen2008-06-191-16/+41
* Revert the patch for bug 527214 and related changes. GTimerMatthias Clasen2008-05-271-4/+0
* Bug 527214 – g_timer_elapsed() returns random values.Matthias Clasen2008-05-181-0/+4