2014-05-25 |
Guus Sliepen | Call WSAStartup() so that sockets work on Windows.
|
commit | commitdiff | tree |
2014-05-25 |
Guus Sliepen | Allow MeshLink to be cross-compiled for Windows.
|
commit | commitdiff | tree |
2014-05-25 |
Guus Sliepen | Remove support for UNIX signals in the event library.
|
commit | commitdiff | tree |
2014-05-15 |
Guus Sliepen | Make sure meshlink_stop() works as advertised.
|
commit | commitdiff | tree |
2014-05-14 |
Guus Sliepen | Ensure everything compiles with -Wall without giving...
|
commit | commitdiff | tree |
2014-05-14 |
Guus Sliepen | Fix a filedescriptor leak.
|
commit | commitdiff | tree |
2014-05-14 |
Guus Sliepen | Don't forget about the channel library.
|
commit | commitdiff | tree |
2014-05-14 |
Guus Sliepen | Update the TODO list.
|
commit | commitdiff | tree |
2014-05-12 |
Guus Sliepen | Call receive_cb() when there is data for the application.
|
commit | commitdiff | tree |
2014-05-12 |
Guus Sliepen | Call node_status_cb() whenever a node goes up or down.
|
commit | commitdiff | tree |
2014-05-12 |
Guus Sliepen | Implement meshlink_get_all_nodes().
|
commit | commitdiff | tree |
2014-05-12 |
Guus Sliepen | Add /who command to chat example to test meshlink_get_node...
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Immediately try connecting to the mesh after a succesful...
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Don't generate a new ECDSA key in finalize_join().
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Don't change the port in finalize_join().
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Fix filename generation, remove need for meshlink_conf...
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Make sure the SPTSP connection get set up properly...
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | No need to create confbase in meshlink_join().
|
commit | commitdiff | tree |
2014-05-11 |
Guus Sliepen | Fix a format string error.
|
commit | commitdiff | tree |
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 |
next |