index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_clock.c
Commit message (
Expand
)
Author
Age
*
Added realtime clock support, and better timestamping.
Garrett D'Amore
2024-04-14
*
fixes #1576 Fallback not used when clock_gettime is unavailable (crash on OSX...
Garrett D'Amore
2022-04-18
*
Remove extra wrapper for platform clock support.
Garrett D'Amore
2021-07-22
*
And another compile time regression.
Garrett D'Amore
2017-10-19
*
POSIX fixups for certain platforms.
Garrett D'Amore
2017-10-19
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
Conditional platform inclusion cleanups.
Garrett D'Amore
2017-08-21
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Compile static *and* shared libraries.
Garrett D'Amore
2017-01-15
*
Pull out the posix clock stuff for plat_clock.
Garrett D'Amore
2017-01-12
*
Fix for incorrect nni_usleep(), found with newly created platform tests.
Garrett D'Amore
2016-12-23
*
Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.
Garrett D'Amore
2016-12-22
*
Synchronization enhancements - inproc & msgqueue. Absolute waits...
Garrett D'Amore
2016-12-22
*
Use C99 structure initializers FTW. Various other changes.
Garrett D'Amore
2016-12-22
*
Older Darwin lacks clock_gettime(); we need poll.h to use poll().
Garrett D'Amore
2016-12-21
*
Uncrustify configuration, and shorter copyright banners, plus reformat
Garrett D'Amore
2016-12-21
*
More robust platform definition support.
Garrett D'Amore
2016-12-14