- Removed even more warnings.
[tinc] / src / net.h
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-29 Guus Sliepen- Moved connlist stuff to the proper header file.
2000-10-28 Guus Sliepen- Fixed offsets when reading/writing from/to tap device
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-10-01 Guus Sliepen- Added subnet handling code
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-14 Ivo TimmermansAdded some structures and types that are needed for...
2000-08-08 Guus Sliepen- Moved TCP packet reception to meta handler: less...
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-07-01 Guus Sliepen- Removed a single unused bit from status_bits_t.
2000-06-29 Guus Sliepen- Removed all IP_ADDR_S macros, because gettext doesn...
2000-06-25 Guus SliepenHostnames are back!
2000-06-25 Guus SliepenAdded CVS Id tags to header files.
2000-06-25 Guus SliepenLarge cleanup:
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-05-14 Guus SliepenChanged ping behaviour (backwards compatible). If we...
2000-05-14 Guus SliepenCleanups.
2000-05-02 Guus SliepenReplaced sprintf() by safer snprintf(), removed possibl...
2000-05-02 Guus SliepenPrevious fix fixed. Meta protocol should be really...
2000-05-01 Ivo TimmermansFixed meta protocol.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-25 Guus SliepenPacket queues fixed. They caused the trouble when resen...
2000-03-26 Ivo TimmermansInitial revision