Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-22 | Make things compile with Android NDK again | Grant Limberg | |
2019-04-18 | amqp_consume_message now has a timeout | Grant Limberg | |
RabbitMQ::consume() will return an empty string if the call to amqp_consume_message times out | |||
2019-04-04 | fix compile & sql errors | Grant Limberg | |
2019-04-04 | Queue up inserts in onlineNotificationThread() into a multiple insert statement | Grant Limberg | |
2019-03-29 | More new Mac ethernet tap bugs. | Adam Ierymenko | |
2019-03-29 | Add bigness to buffers to prevent overflow on high traffic (Mac tap). | Adam Ierymenko | |
2019-03-29 | Destroy feth devices before creating to delete old ones if they were left ↵ | Adam Ierymenko | |
behind (MacEthernetTap). | |||
2019-03-28 | More bug fixing for AARCH64. | Adam Ierymenko | |
2019-03-28 | One more AARCH64 fix. | Adam Ierymenko | |
2019-03-28 | cleanup | Adam Ierymenko | |
2019-03-27 | Never mind, only unused on some builds so leave them there. | Adam Ierymenko | |
2019-03-27 | Comment out some unused functions. | Adam Ierymenko | |
2019-03-26 | Temporarily disable the symmetric NAT port prediction code since the current ↵ | Adam Ierymenko | |
version adds protocol overhead and probably is not that effective. | |||
2019-03-25 | Fix more alignment hell in LinuxNetLink for AARCH64 and probably other ↵ | Adam Ierymenko | |
pedantic architectures. | |||
2019-03-25 | Various other fixes including removal of more mem*() issues and netlink ↵ | Adam Ierymenko | |
fixes for AARCH64. | |||
2019-03-25 | ... | Adam Ierymenko | |
2019-03-25 | Nope, more... | Adam Ierymenko | |
2019-03-25 | I think this is the last one. | Adam Ierymenko | |
2019-03-25 | More mem*() stuff... sigh... | Adam Ierymenko | |
2019-03-25 | More mem*() stuff... | Adam Ierymenko | |
2019-03-25 | One more. | Adam Ierymenko | |
2019-03-25 | ... and more | Adam Ierymenko | |
2019-03-25 | Removal of more mem*() calls. | Adam Ierymenko | |
2019-03-25 | Get rid of some mem* calls that are bad C++ form (but worked fine) and cause ↵ | Adam Ierymenko | |
warnings. | |||
2019-03-22 | Kill ZT_FAST_MEMCPY in selftest. | Adam Ierymenko | |
2019-03-22 | Get rid of ZT_FAST_MEMCPY because this is not really needed. | Adam Ierymenko | |
2019-03-22 | RingBuffer<> is now templated with size, buffer is now static. | Adam Ierymenko | |
2019-03-22 | Merge branch 'dev' into edge | Adam Ierymenko | |
2019-03-21 | Update credits. | Adam Ierymenko | |
2019-03-21 | More cleanup of old stuff no longer used. | Adam Ierymenko | |
2019-03-21 | cleanup | Adam Ierymenko | |
2019-03-21 | Replace certificate based gating of multicast like/gather with a simpler ↵ | Adam Ierymenko | |
more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff. | |||
2019-03-19 | . | Adam Ierymenko | |
2019-03-18 | Allow mac users to `make central-controller` | Travis LaDuke | |
Made the smallest change I could figure out. Had to remove -Werror because something in the postgres adapter woudn't compile. brew install postgresql rabbitmq-c and seems to put the libs in the right place | |||
2019-03-14 | More cleanup. | Adam Ierymenko | |
2019-03-14 | Clean out some unnecessarily pedantic auth stuff in favor of a simpler way ↵ | Adam Ierymenko | |
of gating multicast gathers. | |||
2019-03-14 | Merge branch 'dev' into edge | Adam Ierymenko | |
2019-03-12 | Update controller readme | Travis LaDuke | |
Delete `/controller/network/<network ID>/active` docs re: #921 | |||
2019-03-11 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2019-03-11 | fix non-central controller builds | Grant Limberg | |
2019-03-11 | Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ↵ | Grant Limberg | |
ZT_PROTOCOL_VERSION<10" This reverts commit 270debb3fc39c3f1f6a3f6fbc2c5fb6183182c8f. | |||
2019-03-08 | Merge branch 'dev' into edge | Adam Ierymenko | |
2019-03-08 | Use a smaller MTU, which should not impact throughput since 2800+overhead/2 ↵ | Adam Ierymenko | |
still fits in two of these. | |||
2019-03-08 | more logs | Grant Limberg | |
2019-03-08 | add mutex to channel numbering | Grant Limberg | |
2019-03-08 | now with more -fPIC | Grant Limberg | |
2019-03-08 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2019-03-08 | librabbitmq built with same clang version as zt | Grant Limberg | |
2019-03-08 | reorder a couple of things | Grant Limberg | |
2019-03-06 | finish up rabbitmq integration | Grant Limberg | |