2014-05-11 |
Guus Sliepen | Fix filename generation, remove need for meshlink_conf... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Guus Sliepen | Make sure the SPTSP connection get set up properly... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Guus Sliepen | No need to create confbase in meshlink_join(). |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Guus Sliepen | Fix a format string error. |
commit | commitdiff | tree | snapshot |
2014-05-11 |
Guus Sliepen | Split purging old invitations and refreshing the invita... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Small fixes to let meshlink_join() make a connection. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Fix compiler warnings, which also pointed out some... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Use void pointers to opaque buffers, fix indentation. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Fix return value of meshlink_join(). |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | get_my_name() is not necessary, mesh->self->name is... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Fix return value of meshlink_invite(). |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Guus Sliepen | Don't dereference a NULL pointer. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Saverio Proto | Moved necessary code to implement meshlink_invite |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Saverio Proto | Moved 12 static variables to the meshlink_handle_t... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Saverio Proto | Add comments with notes |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Saverio Proto | Implemented meshlink_join - Preliminary changes to... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Guus Sliepen | Put brackets around IPv6 addresses in invitation URL... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using the global variable mesh in most of the... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_packet.c. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net.c. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Remove reload_configuration(). |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_socket.[ch]. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in net_setup.[ch]. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Stop using global variable mesh in conf.[ch]. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Remove temporary global variable "loop". |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Remove global variable "now". |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guus Sliepen | Remove global variables from the event loop code. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Saverio Proto | Dejavu: Use snprintf() instead of xasprintf() when... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Saverio Proto | remove libmeshlink files |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Saverio Proto | Use snprintf() instead of xasprintf() when generating... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guus Sliepen | Only export symbols that start with meshlink_. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Saverio Proto | Move pinginterval pingtimeout and maxtimeout to mesh |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guus Sliepen | Move initial configuration setup from meshlinkapp.c... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guus Sliepen | Update meshlinkapp.c. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guus Sliepen | Move code from libmeshlink.c into the new functions... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guus Sliepen | Remove bypass_security. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Saverio Proto | Untested changes to meshlinkapp to make the tree compile |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Saverio Proto | Fix undefined reference to mesh in libmeshlink.so |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Saverio Proto | Adjust the callback to meshlink_receive_cb_t |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Saverio Proto | Move bypass_security to mesh |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Saverio Proto | The name errno conflicts with the real errno: ‘__errno_... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Guus Sliepen | Fix MTU probes. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Guus Sliepen | Start of a TODO file. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move debug_level to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Remove unused logging functionality. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Really stop using cipher.h and digest.h. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move node_udp_cache, everyone and invitation_key to... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Remove header files we don't use anymore. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move listen_sockets to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move localdiscovery variables to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Remove key expiry timer. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move proxy variables to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move several variables to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move config_tree to mesh->config. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move outgoing_list to mesh->outgoings. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move connection_list to mesh->connections. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move node_tree to mesh->nodes. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move edge_weight_tree to mesh->edges. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move myself to mesh->self. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Temporarily add a global meshlink_handle_t *mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Clarify the behaviour of meshlink_open(), _start()... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Start of implementation of meshlink_open(). |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Fix a typo. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Move definition of sockaddr_t to its own header, remove... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Rename variable handle to mesh. |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guus Sliepen | Use "struct foo_t *" instead of "foo_t *" in .h files. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Start moving the implementation of the public part... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | No global variables: move meshlink_errno and _errstr... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Add meshlink_internal.h containing the private parts... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Update the chat example and the public API. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Add an example chat program. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Remove autogenerated Makefile. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Build meshlinkapp using automake. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Renamed meshlink-sample/ to examples/. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Remove most platform-specific checks. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Remove unused functions and #includes. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Guus Sliepen | Add meshlink.h, containing only the public API. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Remove legacy Ethernet header from vpn_packet_t, add... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Remove some unused types and #defines. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Remove forwarding_mode, broadcast_mode, directonly... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Get rid of routing_mode. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Remove most of the configuration options. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Guus Sliepen | Describe the layout and contents of the configuration... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Saverio Proto | Merge remote-tracking branch 'origin/master' into saverio saverio |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Add missing crypto.c. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Saverio Proto | Revert "Guus please check this, I had to fix because... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Saverio Proto | Debug messages in route function |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Saverio Proto | Guus please check this, I had to fix because my sptps... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Saverio Proto | Implemented len a loop checks in the route function |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Get rid of OpenSSL entirely. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Stop using OpenSSL for hashes. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Use the SHA512 from ed25519/ instead of from OpenSSL... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Libtool suggests we need to use AC_CONFIG_MACRO_DIR... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Remove the tinc manual, start with an empty MeshLink... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Remove outdated or not-applicable documents. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Rename tinc.texi to meshlink.texi. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Let libmeshlink also use the Ed25519 functions. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | sptps_test: allow using a tun device instead of stdio. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Use the ChaCha-Poly1305 cipher for the SPTPS protocol. |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Guus Sliepen | Use Ed25519 keys. |
commit | commitdiff | tree | snapshot |
next |