2014-04-24 |
Guus Sliepen | Move initial configuration setup from meshlinkapp.c... |
tree | commitdiff |
2014-04-24 |
Guus Sliepen | Move code from libmeshlink.c into the new functions... |
tree | commitdiff |
2014-04-24 |
Guus Sliepen | Remove bypass_security. |
tree | commitdiff |
2014-04-23 |
Saverio Proto | Fix undefined reference to mesh in libmeshlink.so |
tree | commitdiff |
2014-04-23 |
Saverio Proto | Adjust the callback to meshlink_receive_cb_t |
tree | commitdiff |
2014-04-23 |
Saverio Proto | Move bypass_security to mesh |
tree | commitdiff |
2014-04-23 |
Saverio Proto | The name errno conflicts with the real errno: ‘__errno_... |
tree | commitdiff |
2014-04-23 |
Guus Sliepen | Fix MTU probes. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move debug_level to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Remove unused logging functionality. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Really stop using cipher.h and digest.h. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move node_udp_cache, everyone and invitation_key to... |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Remove header files we don't use anymore. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move listen_sockets to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move localdiscovery variables to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Remove key expiry timer. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move proxy variables to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move several variables to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move config_tree to mesh->config. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move outgoing_list to mesh->outgoings. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move connection_list to mesh->connections. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move node_tree to mesh->nodes. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move edge_weight_tree to mesh->edges. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move myself to mesh->self. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Temporarily add a global meshlink_handle_t *mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Clarify the behaviour of meshlink_open(), _start()... |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Start of implementation of meshlink_open(). |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Fix a typo. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Move definition of sockaddr_t to its own header, remove... |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Rename variable handle to mesh. |
tree | commitdiff |
2014-04-21 |
Guus Sliepen | Use "struct foo_t *" instead of "foo_t *" in .h files. |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Start moving the implementation of the public part... |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | No global variables: move meshlink_errno and _errstr... |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Add meshlink_internal.h containing the private parts... |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Update the chat example and the public API. |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Add an example chat program. |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Remove unused functions and #includes. |
tree | commitdiff |
2014-04-19 |
Guus Sliepen | Add meshlink.h, containing only the public API. |
tree | commitdiff |
2014-04-18 |
Guus Sliepen | Remove legacy Ethernet header from vpn_packet_t, add... |
tree | commitdiff |
2014-04-18 |
Guus Sliepen | Remove some unused types and #defines. |
tree | commitdiff |
2014-04-18 |
Guus Sliepen | Remove forwarding_mode, broadcast_mode, directonly... |
tree | commitdiff |
2014-04-18 |
Guus Sliepen | Get rid of routing_mode. |
tree | commitdiff |
2014-04-18 |
Guus Sliepen | Remove most of the configuration options. |
tree | commitdiff |
2014-04-17 |
Saverio Proto | Merge remote-tracking branch 'origin/master' into saverio saverio |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Add missing crypto.c. |
tree | commitdiff |
2014-04-17 |
Saverio Proto | Revert "Guus please check this, I had to fix because... |
tree | commitdiff |
2014-04-17 |
Saverio Proto | Debug messages in route function |
tree | commitdiff |
2014-04-17 |
Saverio Proto | Guus please check this, I had to fix because my sptps... |
tree | commitdiff |
2014-04-17 |
Saverio Proto | Implemented len a loop checks in the route function |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Get rid of OpenSSL entirely. |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Stop using OpenSSL for hashes. |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Use the SHA512 from ed25519/ instead of from OpenSSL... |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Let libmeshlink also use the Ed25519 functions. |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | sptps_test: allow using a tun device instead of stdio. |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Use the ChaCha-Poly1305 cipher for the SPTPS protocol. |
tree | commitdiff |
2014-04-17 |
Guus Sliepen | Use Ed25519 keys. |
tree | commitdiff |
2014-04-13 |
Saverio Proto | Data is correctly passed from the library to the applic... |
tree | commitdiff |
2014-04-13 |
Saverio Proto | Initial callback support for data received from the... |
tree | commitdiff |
2014-04-13 |
Guus Sliepen | Don't use SPTPS to decrypt the ID request. |
tree | commitdiff |
2014-04-13 |
Guus Sliepen | Fix compiler warnings. |
tree | commitdiff |
2014-04-13 |
Guus Sliepen | Merge branch 'saverio' |
tree | commitdiff |
2014-04-13 |
Guus Sliepen | Link meshlinkapp statically. |
tree | commitdiff |
2014-04-13 |
Guus Sliepen | Call srand() and crypto_init() from a constructor. |
tree | commitdiff |
2014-04-13 |
Saverio Proto | Merge branch 'master' into saverio |
tree | commitdiff |
2014-04-13 |
Saverio Proto | Refactory of route() function to have just one like... |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove support for the legacy protocol. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove everything GPL that is not copyright Guus Sliepe... |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Cosmetic cleanup |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Successfully received and printed to screen data from... |
tree | commitdiff |
2014-04-12 |
Saverio Proto | ops this should be NOT zero to NOT be a probe |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Dealing with legacy MTU probingwq |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Revert "Leave 14 bytes for legacy MTU probing" |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Leave 14 bytes for legacy MTU probing |
tree | commitdiff |
2014-04-12 |
Saverio Proto | Merge branch 'saverio' of 46.226.111.120:meshlink into... |
tree | commitdiff |
2014-04-12 |
Saverio Proto | put value in packet.len |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Change my email address. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove support for signals. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove pidfile/logfile/netname and so on. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Disable support for detaching from the foreground. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove support for control connections. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove support for calling external scripts. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove unused files. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove support for Subnets. |
tree | commitdiff |
2014-04-12 |
Guus Sliepen | Remove files not used by MeshLink. |
tree | commitdiff |
2014-04-10 |
Saverio Proto | Started the implementation of route_meshlink that at... |
tree | commitdiff |
2014-04-10 |
Saverio Proto | Fix memcpy when filling packet data |
tree | commitdiff |
2014-04-10 |
Saverio Proto | Get rid of tincremotehost structure, we use directly... |
tree | commitdiff |
2014-04-10 |
Saverio Proto | Simplified tincpackethdr struct |
tree | commitdiff |
2014-04-09 |
Saverio Proto | Push data from the application to the library and print... |
tree | commitdiff |
2014-04-09 |
Saverio Proto | Remove handle_device_data function |
tree | commitdiff |
2014-04-07 |
Saverio Proto | we dont open any tun tap or any device in libmeshlink |
tree | commitdiff |
2014-04-07 |
Saverio Proto | Moving pid to /tmp/ so we can run the program without... |
tree | commitdiff |
2014-04-07 |
Saverio Proto | Disabling calls to read_config_options. Makes no sense... |
tree | commitdiff |
2014-04-07 |
Saverio Proto | start to implement tinc_start |
tree | commitdiff |
2014-04-05 |
Saverio Proto | tinc_start() - skeleton of the API call. The function... |
tree | commitdiff |
2014-04-04 |
Saverio Proto | Write keys to file in tinc_setup |
tree | commitdiff |
2014-04-04 |
Saverio Proto | Working tinc_setup() function in the library |
tree | commitdiff |
2014-04-04 |
Saverio Proto | make_names is needed for tinc_setup |
tree | commitdiff |
2014-04-04 |
Saverio Proto | revert unnecessary changes in tincctl.c |
tree | commitdiff |
2014-04-03 |
Saverio Proto | Successfully compile the libmeshlink library with autot... |
tree | commitdiff |
next |