index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-03-25
Add include command
Matthias Schiffer
2012-03-25
Change parse to push API, fix some parser bugs
Matthias Schiffer
2012-03-25
Add keypair config
Matthias Schiffer
2012-03-24
Remove context argument from lexer call
Matthias Schiffer
2012-03-24
Fix peer address config
Matthias Schiffer
2012-03-24
Fix a config file parse bug
Matthias Schiffer
2012-03-24
Rename methods to protocols; fix some command line parse bugs; implement most...
Matthias Schiffer
2012-03-24
Partial implementation of a config files parser
Matthias Schiffer
2012-03-16
Move command line parsing to a new file
Matthias Schiffer
2012-03-14
Require libuecc; rename cfxp to ecfxp; add some basic infrastructure for cryp...
Matthias Schiffer
2012-03-08
Fix allocated buffer size in fastd_buffer_alloc()
Matthias Schiffer
2012-03-08
Fix packet struct packing
Matthias Schiffer
2012-03-08
Add curve25519-fhmqvc-xsalsa20-poly1305 method stub
Matthias Schiffer
2012-03-08
Moved some code
Matthias Schiffer
2012-03-08
Fix some log messages
Matthias Schiffer
2012-03-08
New and improved handshake
Matthias Schiffer
2012-03-07
Fixed off-by-one in fastd_peer_eth_addr_add
Matthias Schiffer
2012-03-07
New debug print function
Matthias Schiffer
2012-03-07
Forget old peers and addresses
Matthias Schiffer
2012-03-06
Simplify queue functions
Matthias Schiffer
2012-03-06
Reorganized type definitions
Matthias Schiffer
2012-03-06
Simplify fastd_peer_config_is_floating
Matthias Schiffer
2012-03-06
Implement tunneling over IPv6
Matthias Schiffer
2012-03-02
Delete pending tasks for deleted peers
Matthias Schiffer
2012-03-02
Allow floating peers
Matthias Schiffer
2012-02-29
Only send packets to the right host in ethernet mode
Matthias Schiffer
2012-02-29
Make ip mode work
Matthias Schiffer
2012-02-28
Rework buffer structure
Matthias Schiffer
2012-02-28
Replicate packets for each peer when sending
Matthias Schiffer
2012-02-28
Allow receiving from multiple peers
Matthias Schiffer
2012-02-28
Add config parsing
Matthias Schiffer
2012-02-28
CMake: Correctly mark project language as C
Matthias Schiffer
2012-02-28
Migrate to CMake
Matthias Schiffer
2012-02-28
Fix bitfield endianess
Matthias Schiffer
2012-02-28
Make simple handshake work
Matthias Schiffer
2012-02-28
Fix sign in queue timeout calculation
Matthias Schiffer
2012-02-27
Add timeout to task queue
Matthias Schiffer
2012-02-27
Handle packet size correctly
Matthias Schiffer
2012-02-27
Use custom buffers instead of struct iovec
Matthias Schiffer
2012-02-26
Implement I/O for a fixed peer
Matthias Schiffer
2012-02-25
Init tun interface and define some structures
Matthias Schiffer
2012-02-25
License foo…
Matthias Schiffer