Age | Commit message (Expand) | Author |
2015-05-17 | Build fixes for G++, building without SQLite3 present, and warning removal. | Adam Ierymenko |
2015-05-17 | /var/db is for all of xBSD | Adam Ierymenko |
2015-05-17 | Refactor and simplify controller integration with JSON API and OneService. | Adam Ierymenko |
2015-05-17 | docs | Adam Ierymenko |
2015-05-17 | docs | Adam Ierymenko |
2015-05-16 | Build fix on OSX -- cannot call SqliteNetworkController if not compiled in. | Adam Ierymenko |
2015-05-16 | Fixes to control plane, API, eliminate problematic inheritance pattern, and s... | Adam Ierymenko |
2015-05-16 | OSX build fix | Adam Ierymenko |
2015-05-16 | DELETE function in network controller JSON API, and a newIdentity convenience... | Adam Ierymenko |
2015-05-16 | More network controller cleanup, and some features to permit scripted testing. | Adam Ierymenko |
2015-05-15 | Netconf docs, add clock field to status, simplify netconf a bit by eliminatin... | Adam Ierymenko |
2015-05-15 | Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do t... | Adam Ierymenko |
2015-05-05 | Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like i... | Adam Ierymenko |
2015-04-30 | Get rid of G++ compiler warning. | Adam Ierymenko |
2015-04-30 | Helps to index the array when enumerating a C array. | Adam Ierymenko |
2015-04-30 | A few more refinements to TCP code, ready to integrate with "desperation" stu... | Adam Ierymenko |
2015-04-28 | TCP tunneling implementation -- not tested yet and no initiation yet. | Adam Ierymenko |
2015-04-26 | For now just bind TCP to localhost, since we do not permit remote use of the ... | Adam Ierymenko |
2015-04-24 | Destroy tap devices on Windows 'leave'. | Adam Ierymenko |
2015-04-24 | Windows now builds and runs selftest correctly, and fixed a Windows (and poss... | Adam Ierymenko |
2015-04-24 | Build fixes. | Adam Ierymenko |
2015-04-21 | Network controller CRUD... :P | Adam Ierymenko |
2015-04-20 | (1) now builds and works on Linux, (2) fix a threading problem causing carsh ... | Adam Ierymenko |
2015-04-16 | zerotier-cli suspiciously working... that didn't hurt *too* badly. | Adam Ierymenko |
2015-04-16 | Some cleanup, and bite the bullet and go ahead and write a simple Http client... | Adam Ierymenko |
2015-04-16 | Prettify JSON output. | Adam Ierymenko |
2015-04-15 | Write a zerotier-one.port file to the home path to make CLI easy to write, an... | Adam Ierymenko |
2015-04-15 | Wire API auth token stuff. | Adam Ierymenko |
2015-04-15 | Remove network/controller -- we will do this in Ruby instead since it will be... | Adam Ierymenko |
2015-04-15 | Add some additional detail to the peer record in CAPI and JSON control plane. | Adam Ierymenko |
2015-04-15 | Compile fixes. | Adam Ierymenko |
2015-04-15 | More cleanup, and fix for the extremely unlikely case of identity collision. | Adam Ierymenko |
2015-04-15 | cleanup | Adam Ierymenko |
2015-04-15 | Rename One to OneService, create separate sources for other tools. | Adam Ierymenko |
2015-04-15 | Fix some deadlock issues, move awareness of broadcast subscription into core,... | Adam Ierymenko |
2015-04-14 | Make tap itself handle remembering sticky device to nwid mappings. | Adam Ierymenko |
2015-04-14 | Bunch of tap stuff, IP address assignment hookups, etc. | Adam Ierymenko |
2015-04-14 | Include tap device name in JSON output for network info. | Adam Ierymenko |
2015-04-14 | Just return files from listDirectory() since that is all we need, fix network... | Adam Ierymenko |
2015-04-14 | Fix some minor issues, now to reintegrate taps. | Adam Ierymenko |
2015-04-14 | Bunch more control plane work, and shelve old UI -- React FTW. | Adam Ierymenko |
2015-04-13 | Basic control plane queries working. | Adam Ierymenko |
2015-04-13 | JSON control plane, almost done... | Adam Ierymenko |
2015-04-13 | Decided to back out of doing HTTP/TCP server *and* client within ZT itself. I... | Adam Ierymenko |
2015-04-10 | Basic framework of HTTP server is there. | Adam Ierymenko |
2015-04-10 | HTTP server is in, and works. | Adam Ierymenko |
2015-04-10 | Simplify Phy<> to get rid of more indirections. | Adam Ierymenko |
2015-04-10 | Add some TRACE around pinging (for now), and refactor service/One to just run... | Adam Ierymenko |
2015-04-09 | TRACE compile fixes, other fixes, and it basically works! It says HELLO. | Adam Ierymenko |
2015-04-09 | Add data store functions to service/One, and shelve old main.cpp since it wil... | Adam Ierymenko |