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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
platform.h
Commit message (
Expand
)
Author
Age
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
fixes #32 autoscale based on CPUs available
Garrett D'Amore
2018-06-12
*
fixes #499 Eliminate the unused nni_plat_home_dir...
Garrett D'Amore
2018-05-30
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #383 Would like peerid for IPC
Garrett D'Amore
2018-05-03
*
fixes #6 Security attributes support
Garrett D'Amore
2018-04-30
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #269 nngcat unreliable with ZeroTier transport
Garrett D'Amore
2018-03-07
*
fixes #265 nngcat should support persistent ZT nodes
Garrett D'Amore
2018-03-05
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
Introduce 'porting layer' Public API.
Garrett D'Amore
2018-02-20
*
Refactored file API.
Garrett D'Amore
2018-01-11
*
fixes #154 underlyng TCP & IPC transports should support partial recv/send
Garrett D'Amore
2017-11-13
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
New platform API for storage methods.
Garrett D'Amore
2017-10-09
*
fixes #5 Address properties
Garrett D'Amore
2017-10-03
*
ZeroTier transport implementation (work funded by Capitar IT Group BV)
Garrett D'Amore
2017-09-26
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Conditional platform inclusion cleanups.
Garrett D'Amore
2017-08-21
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Thundering herd kills performance.
Garrett D'Amore
2017-08-10
*
Initial swag at UDP (POSIX only) low level handling.
Garrett D'Amore
2017-07-25
*
Windows implmentation of TCP is "working now".
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
SRWLocks FTW!
Garrett D'Amore
2017-07-07
*
Start of progress on Windows. Name resolution and IOCP work begins.
Garrett D'Amore
2017-07-07
*
TCP asynchronous working now.
Garrett D'Amore
2017-07-07
*
Initial swag at asynchronous name resolution.
Garrett D'Amore
2017-07-06
*
Make ipc work 100% async.
Garrett D'Amore
2017-07-05
*
Rename aio functions. Enhanced epdesc_finish.
Garrett D'Amore
2017-07-04
*
IPC & TCP negotiation done using aio. Remove old sync send/recv.
Garrett D'Amore
2017-07-03
*
Pass cancel of IPC and TCP all the way down to POSIX pipedescs.
Garrett D'Amore
2017-06-29
*
IPC send/recv works asynchronously for POSIX.
Garrett D'Amore
2017-03-29
*
Clean up some dead code.
Garrett D'Amore
2017-03-29
*
TCP (POSIX) async send/recv working. Other changes.
Garrett D'Amore
2017-03-29
*
Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).
Garrett D'Amore
2017-01-21
*
Initial swag at notification pipes (not used yet).
Garrett D'Amore
2017-01-21
*
Start of event framework.
Garrett D'Amore
2017-01-16
*
Windows TCP now working.
Garrett D'Amore
2017-01-14
*
Initial swag at Win32. Much to do still.
Garrett D'Amore
2017-01-12
*
Pull out the posix clock stuff for plat_clock.
Garrett D'Amore
2017-01-12
*
Add IPC (UNIX domain sockets) for POSIX, and test suite.
Garrett D'Amore
2017-01-12
*
New ISAAC pRNG. This replaces other local hacks for random data.
Garrett D'Amore
2017-01-08
*
Change a bunch of copyrights to 2017 for work done since the 1st.
Garrett D'Amore
2017-01-05
*
Fix close related races (POSIX close is a PITA).
Garrett D'Amore
2017-01-04
*
Initial cut at TCP, totally untested beyond compilation.
Garrett D'Amore
2017-01-04
*
Working towards TCP support.
Garrett D'Amore
2017-01-03
[next]