- Back to timegm() using GnuPG's replacement if necessary.
authorFabian Keil <fk@fabiankeil.de>
Thu, 17 Aug 2006 17:15:10 +0000 (17:15 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 17 Aug 2006 17:15:10 +0000 (17:15 +0000)
commit04104131e7e779b2373db118a09e9343a906ffab
treeb6cbc8f972bf1c9520a4514fd8c4ae9087fbf232
parent178333f817f4b976d0c4eb784dc4f12d7cae0488
- Back to timegm() using GnuPG's replacement if necessary.
  Using mktime() and localtime() could add a on hour offset if
  the randomize factor was big enough to lead to a summer/wintertime
  switch.

- Removed now-useless Privoxy 3.0.3 compatibility glue.

- Moved randomization code into pick_from_range().

- Changed parse_header_time definition.
  time_t isn't guaranteed to be signed and
  if it isn't, -1 isn't available as error code.
  Changed some variable types in client_if_modified_since()
  because of the same reason.
miscutil.c
miscutil.h
parsers.c
parsers.h