Use bools and enums where appropriate.
[oweals/tinc.git] / src / protocol.h
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2002-09-09 Guus SliepenLet GCC check format string and arguments of send_reque...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-04 Guus SliepenPrevent looping DEL_NODE/ADD_NODE messages after a...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenBig bad commit:
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-05-24 Guus SliepenSince this is incompatible with some earlier versions...
2001-02-25 Guus SliepenImplemented new authentication scheme from doc/SECURITY2.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2000-11-22 Guus Sliepen- No more %as.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-03 Ivo TimmermansWarnings removal pass: always include config.h first...
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-20 Guus Sliepen- tinc now really does public/private key encryption...
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
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-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...
2000-09-11 Guus Sliepen- Fixed modulo in keylength check
2000-09-10 Ivo TimmermansAdd Guus' name and shift out old protocol requests
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-06-29 Guus Sliepen- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST...
2000-06-25 Guus SliepenAdded CVS Id tags to header files.
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-05-14 Guus SliepenCleanups.
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-29 Ivo TimmermansFilled up the protocol structs with unused bytes.
2000-03-26 Ivo TimmermansInitial revision