Age | Commit message (Expand) | Author |
2015-07-09 | fixed a misspelling | Grant Limberg |
2015-07-08 | set ZT_NO_TYPE_PUNNING and -O3 for Android builds | Grant Limberg |
2015-07-08 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-07-08 | Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning co... | Adam Ierymenko |
2015-07-07 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-07-07 | Implement ERROR_UNWATNED_MULTICAST | Adam Ierymenko |
2015-07-07 | Kill a potential source of type punning BUS errors on Android, and besides th... | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-07-07 | etherTypeName() is only used in Switch and only with ZT_TRACE | Adam Ierymenko |
2015-07-07 | Fix potential bug in controller config request. | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-07 | A bunch of comments and cleanup, including some to yesterday's direct path pu... | Adam Ierymenko |
2015-07-07 | Revert some bad docs in Packet -- I think we will still use that. Also rename... | Adam Ierymenko |
2015-07-06 | Another attempt at a fix for all the Windows driver coma issues. | Adam Ierymenko |
2015-07-06 | Eliminate debug printf(). | Adam Ierymenko |
2015-07-06 | Minor fix to Windows local adapter address enumeration. | Adam Ierymenko |
2015-07-06 | Remove debug printf(). | Adam Ierymenko |
2015-07-06 | Add new .h file to VS build, and Windows side of local interface address enum... | Adam Ierymenko |
2015-07-06 | Fix bug in direct path push send. | Adam Ierymenko |
2015-07-06 | Fix FreeBSD regression -- gmake defaults g++ which does not exist. | Adam Ierymenko |
2015-07-06 | Fix a regression. | Adam Ierymenko |
2015-07-06 | Unix side of local interface address awareness for GitHub issue #180. | Adam Ierymenko |
2015-07-06 | Plumbing for local interface addresses -- GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Almost everything for GitHub issue #180 except direct path map setup. | Adam Ierymenko |
2015-07-06 | Almost all of GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Check Network::isAllowed() always on multicast send. | Adam Ierymenko |
2015-07-06 | pushDirectPaths() implementation | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-07-06 | For curiosity add Salsa20/8 to benchmarks. | Adam Ierymenko |
2015-07-06 | Include COM with EXT_FRAME in bridged case. | Adam Ierymenko |
2015-07-06 | Kill debug line. | Adam Ierymenko |
2015-07-06 | docs | Adam Ierymenko |
2015-07-06 | Documentation in Packet, more work on path push, and clean up ancient legacy ... | Adam Ierymenko |
2015-07-06 | Merge pull request #203 from mwarning/loadlibs | Adam Ierymenko |
2015-07-06 | rename LIBS to LDLIBS and make it accessible from outside | Moritz Warning |
2015-07-03 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-07-03 | Set -O0 | Grant Limberg |
2015-07-03 | Merge pull request #202 from mwarning/openwrt | Adam Ierymenko |
2015-07-03 | allow environment variables to set/extend CC, CXX, CFLAGS and LDFLAGS | Moritz Warning |
2015-07-02 | GitHub issue #171 -- separate CFLAGS and CXXFLAGS in Linux makefile | Adam Ierymenko |
2015-07-02 | Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss... | Adam Ierymenko |
2015-07-01 | change some build settings. add a lock | Grant Limberg |
2015-07-01 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-07-01 | ... | Grant Limberg |
2015-07-01 | For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ... | Adam Ierymenko |
2015-06-30 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-06-30 | logging | Grant Limberg |
2015-06-29 | Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH | Adam Ierymenko |
2015-06-29 | ipLocalRoutes now exposed via network objects in JSON controller API, and doc... | Adam Ierymenko |
2015-06-29 | Untested -- modifications to support IP ranges instead of ip/mask for IP assi... | Adam Ierymenko |