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
path:
root
/
src
/
lex.c
Age
Commit message (
Expand
)
Author
2015-01-14
Update copyright years
Matthias Schiffer
2014-09-06
Move UNUSED attribute to the start of arguments to help editors understand th...
Matthias Schiffer
2014-09-05
Add status socket to get the current status as JSON
Matthias Schiffer
2014-08-24
Coding style: always add a space between a pointer's type and the *
Matthias Schiffer
2014-08-02
Introduce and use alloc helpers
Matthias Schiffer
2014-05-29
Document *everything*
Matthias Schiffer
2014-04-13
Add on-connect hook
Matthias Schiffer
2014-04-11
Add support for async commands
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2014-01-26
Allow scoped IPv6 addresses for remotes using the usual notation
Matthias Schiffer
2014-01-26
Add support for setting packet marks
Matthias Schiffer
2014-01-26
lex: add support for octal and hexadecimal integer literals
Matthias Schiffer
2014-01-26
lex: use array_size for keywords
Matthias Schiffer
2013-11-30
config: update and sort keyword list
Matthias Schiffer
2013-10-16
Add `secure handshakes' option (without effect for now)
Matthias Schiffer
2013-08-27
Introduce new log level debug2 for potentially very frequent messages
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-16
lex: fix scanning of IPv6 addresses
Matthias Schiffer
2013-08-14
lex: don't check for NULL before free
Matthias Schiffer
2013-08-14
lex: various fixes
Matthias Schiffer
2013-08-14
Implement new lexer that is not generated by flex to reduce code size
Matthias Schiffer