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 |
2014-04-13 |
Saverio Proto | Data is correctly passed from the library to the applic... |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Saverio Proto | Initial callback support for data received from the... |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Saverio Proto | Git ignore update |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Don't use SPTPS to decrypt the ID request. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Merge branch 'saverio' |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Link meshlinkapp statically. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Allow configuration directory and node names to be... |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Guus Sliepen | Call srand() and crypto_init() from a constructor. |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Saverio Proto | Merge branch 'master' into saverio |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Saverio Proto | Refactory of route() function to have just one like... |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove support for the legacy protocol. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove everything GPL that is not copyright Guus Sliepe... |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Cosmetic cleanup |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Successfully received and printed to screen data from... |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | ops this should be NOT zero to NOT be a probe |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Dealing with legacy MTU probingwq |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Revert "Leave 14 bytes for legacy MTU probing" |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Leave 14 bytes for legacy MTU probing |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | Merge branch 'saverio' of 46.226.111.120:meshlink into... |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | put value in packet.len |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Saverio Proto | cut and paste to save time |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Raise debug level. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Change my email address. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove sample tinc configuration. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove support for signals. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove pidfile/logfile/netname and so on. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Disable support for detaching from the foreground. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove support for control connections. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove support for calling external scripts. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove unused files. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove support for Subnets. |
commit | commitdiff | tree | snapshot |
2014-04-12 |
Guus Sliepen | Remove files not used by MeshLink. |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Started the implementation of route_meshlink that at... |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Fix memcpy when filling packet data |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Get rid of tincremotehost structure, we use directly... |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Be carefull there is a race condition. You need myself... |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Simplified tincpackethdr struct |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Saverio Proto | Improved sample application |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Saverio Proto | Push data from the application to the library and print... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Saverio Proto | Remove handle_device_data function |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saverio Proto | Keep the sample application running like a server |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saverio Proto | we dont open any tun tap or any device in libmeshlink |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saverio Proto | Moving pid to /tmp/ so we can run the program without... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saverio Proto | Disabling calls to read_config_options. Makes no sense... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Saverio Proto | start to implement tinc_start |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Saverio Proto | tinc_start() - skeleton of the API call. The function... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Saverio Proto | Write keys to file in tinc_setup |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Saverio Proto | Working tinc_setup() function in the library |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Saverio Proto | cosmetic change |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Saverio Proto | make_names is needed for tinc_setup |
commit | commitdiff | tree | snapshot |
next |