summaryrefslogtreecommitdiff
path: root/util-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new EVUTIL_UPCAST macro so that I do not need to keep figuring out the ...Nick Mathewson2009-04-121-0/+3
* reindent macros in util-internal.hNick Mathewson2009-04-121-7/+7
* Actually, move EVUTIL_NIL_STMT to util-internal.hNick Mathewson2009-04-051-0/+3
* Do not use ctypes functions in cases when we need the "net" locale.Nick Mathewson2009-02-101-0/+24
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-291-0/+4
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+25
* Fix win32 compilation. Surprisingly, unit tests pass too.Nick Mathewson2009-01-131-1/+1
* There is no WSAEAGAIN. There is only Zuul^WSAEWOULDBLOCK.Nick Mathewson2009-01-131-2/+1
* New EVUTIL_ERR_*_RETRIABLE macros to tell if an errno blocked or failed.Nick Mathewson2009-01-131-0/+54