2014-05-11 |
Guus Sliepen | Split purging old invitations and refreshing the invitation...
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Small fixes to let meshlink_join() make a connection.
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Fix compiler warnings, which also pointed out some...
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Use void pointers to opaque buffers, fix indentation.
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Fix return value of meshlink_join().
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | get_my_name() is not necessary, mesh->self->name is...
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Fix return value of meshlink_invite().
|
commit | commitdiff | tree |
2014-05-07 |
Guus Sliepen | Don't dereference a NULL pointer.
|
commit | commitdiff | tree |
2014-04-28 |
Guus Sliepen | Put brackets around IPv6 addresses in invitation URL...
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using the global variable mesh in most of the...
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_packet.c.
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net.c.
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Remove reload_configuration().
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_socket.[ch].
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_setup.[ch].
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in conf.[ch].
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Remove temporary global variable "loop".
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Remove global variable "now".
|
commit | commitdiff | tree |
2014-04-26 |
Guus Sliepen | Remove global variables from the event loop code.
|
commit | commitdiff | tree |
2014-04-24 |
Guus Sliepen | Only export symbols that start with meshlink_.
|
commit | commitdiff | tree |
2014-04-24 |
Guus Sliepen | Move initial configuration setup from meshlinkapp.c...
|
commit | commitdiff | tree |
2014-04-24 |
Guus Sliepen | Update meshlinkapp.c.
|
commit | commitdiff | tree |
2014-04-24 |
Guus Sliepen | Move code from libmeshlink.c into the new functions...
|
commit | commitdiff | tree |
2014-04-24 |
Guus Sliepen | Remove bypass_security.
|
commit | commitdiff | tree |
2014-04-23 |
Guus Sliepen | Fix MTU probes.
|
commit | commitdiff | tree |
2014-04-22 |
Guus Sliepen | Start of a TODO file.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move debug_level to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Remove unused logging functionality.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Really stop using cipher.h and digest.h.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move node_udp_cache, everyone and invitation_key to...
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Remove header files we don't use anymore.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move listen_sockets to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move localdiscovery variables to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Remove key expiry timer.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move proxy variables to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move several variables to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move config_tree to mesh->config.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move outgoing_list to mesh->outgoings.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move connection_list to mesh->connections.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move node_tree to mesh->nodes.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move edge_weight_tree to mesh->edges.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move myself to mesh->self.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Temporarily add a global meshlink_handle_t *mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Clarify the behaviour of meshlink_open(), _start()...
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Start of implementation of meshlink_open().
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Fix a typo.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Move definition of sockaddr_t to its own header, remove...
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Rename variable handle to mesh.
|
commit | commitdiff | tree |
2014-04-21 |
Guus Sliepen | Use "struct foo_t *" instead of "foo_t *" in .h files.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Start moving the implementation of the public part...
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | No global variables: move meshlink_errno and _errstr...
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Add meshlink_internal.h containing the private parts...
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Update the chat example and the public API.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Add an example chat program.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Remove autogenerated Makefile.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Build meshlinkapp using automake.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Renamed meshlink-sample/ to examples/.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Remove most platform-specific checks.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Remove unused functions and #includes.
|
commit | commitdiff | tree |
2014-04-19 |
Guus Sliepen | Add meshlink.h, containing only the public API.
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Remove legacy Ethernet header from vpn_packet_t, add...
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Remove some unused types and #defines.
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Remove forwarding_mode, broadcast_mode, directonly...
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Get rid of routing_mode.
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Remove most of the configuration options.
|
commit | commitdiff | tree |
2014-04-18 |
Guus Sliepen | Describe the layout and contents of the configuration...
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Add missing crypto.c.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Get rid of OpenSSL entirely.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Stop using OpenSSL for hashes.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Use the SHA512 from ed25519/ instead of from OpenSSL...
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Libtool suggests we need to use AC_CONFIG_MACRO_DIR...
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Remove the tinc manual, start with an empty MeshLink...
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Remove outdated or not-applicable documents.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Rename tinc.texi to meshlink.texi.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Let libmeshlink also use the Ed25519 functions.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | sptps_test: allow using a tun device instead of stdio.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Use the ChaCha-Poly1305 cipher for the SPTPS protocol.
|
commit | commitdiff | tree |
2014-04-17 |
Guus Sliepen | Use Ed25519 keys.
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Don't use SPTPS to decrypt the ID request.
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Fix compiler warnings.
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Merge branch 'saverio'
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Link meshlinkapp statically.
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Allow configuration directory and node names to be...
|
commit | commitdiff | tree |
2014-04-13 |
Guus Sliepen | Call srand() and crypto_init() from a constructor.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove support for the legacy protocol.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove everything GPL that is not copyright Guus Sliepen... ...everything GPL that is not copyright Guus Sliepen, update copyright statements.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Raise debug level.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Change my email address.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove sample tinc configuration.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove support for signals.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove pidfile/logfile/netname and so on.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Disable support for detaching from the foreground.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove support for control connections.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove support for calling external scripts.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove unused files.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove support for Subnets.
|
commit | commitdiff | tree |
2014-04-12 |
Guus Sliepen | Remove files not used by MeshLink.
|
commit | commitdiff | tree |
2014-03-09 |
Guus Sliepen | Handle a disconnecting tincd better.
|
commit | commitdiff | tree |
2014-02-26 |
Guus Sliepen | Rewind the file before trying to use PEM_read_RSA_PUBKEY().
|
commit | commitdiff | tree |
2014-02-26 |
Guus Sliepen | Add "network" command to list or switch networks.
|
commit | commitdiff | tree |
next |