Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #21735

Closed (moved)
Open
Opened Mar 14, 2017 by Nick Mathewson@nickm🐭

Add support for unsigned time_t, to support QNX

On #18184 (moved), ryankung reports that QNX has an unsigned time_t, and therefore is unsupported by Tor.

To support unsigned time_t, someone will need to audit all our uses of time_t, and make sure that we don't do any signed/unsigned comparisons with it, that we can't underflow it, and that we don't use any negative sentinel values. Then we can revert the configuration code in #18184 (moved) that blocked compilation when time_t is unsigned.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: unspecified
Milestone
Tor: unspecified
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#21735