summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue: #83: Refactor: use htonll or ntohll if the os provides themTrond Norbye2009-09-021-0/+5
|
* vperror implementationDustin Sallings2009-08-191-0/+15
| | | | | This allows us to provide much more useful error messages for syscalls.
* Added safe_strtou?l functions.Dustin Sallings2009-03-191-0/+2
| | | | | Some of the tests for this were written but commented out because they fail on some platforms.
* safe_strou?ll functions should operate on u?int64_t types.Dustin Sallings2009-03-191-4/+2
| | | | | long long and unsigned long long are interchangeable in most places, but apparently not my 64-bit ubuntu 8.10 box.
* add commentBrad Fitzpatrick2009-03-191-0/+3
|
* flesh out safe_strto* util funcs, and make incrdecr use themBrad Fitzpatrick2009-03-191-0/+2
|
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-191-0/+8