Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clearing sequence window when receiving SIGHUP | Christian Pointner | 2014-02-13 | 2 | -3/+9 |
| | |||||
* | removed debug output | Christian Pointner | 2014-02-13 | 1 | -1/+0 |
| | |||||
* | added rail for remote resolving | Christian Pointner | 2014-02-13 | 1 | -19/+44 |
| | |||||
* | introduced socket indexes for easier debugging | Christian Pointner | 2014-02-13 | 2 | -7/+14 |
| | |||||
* | removed useless remote_end_to_string | Christian Pointner | 2014-02-13 | 3 | -22/+48 |
| | | | | | | added rail version vor udp_write | ||||
* | small refactoring | Christian Pointner | 2014-02-11 | 1 | -6/+12 |
| | |||||
* | fixed remote socket resolving | Christian Pointner | 2014-02-11 | 1 | -13/+20 |
| | |||||
* | fixed memory error at udp_endpoint_to_string | Christian Pointner | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | listening in multiple sockets works now | Christian Pointner | 2014-02-11 | 1 | -4/+31 |
| | |||||
* | moved local socket resolver to subroutine | Christian Pointner | 2014-02-11 | 1 | -8/+16 |
| | |||||
* | depending on rail mode call update_remote before or after seq_window check | Christian Pointner | 2014-02-11 | 1 | -1/+5 |
| | |||||
* | fixed typos at manpage | Christian Pointner | 2014-02-10 | 2 | -6/+7 |
| | |||||
* | added explicit option for RAIL mode | Christian Pointner | 2014-02-10 | 7 | -9/+33 |
| | |||||
* | clang --analyze yielded bugs | Christian Pointner | 2014-02-10 | 2 | -4/+2 |
| | |||||
* | moved less invasive check for mux value to the top | Christian Pointner | 2014-02-10 | 1 | -9/+7 |
| | |||||
* | improved handling of sequence numbers (only increment if packet is sent) | Christian Pointner | 2014-02-10 | 1 | -5/+4 |
| | |||||
* | moved remote end handling and active sock to udp.c | Christian Pointner | 2014-02-09 | 3 | -28/+47 |
| | |||||
* | remote end is now stored at every sock | Christian Pointner | 2014-02-09 | 3 | -19/+24 |
| | |||||
* | refactored name | Christian Pointner | 2014-02-09 | 3 | -3/+3 |
| | |||||
* | fixed help output | Christian Pointner | 2014-02-08 | 1 | -2/+2 |
| | |||||
* | reverted clean target for doc | Christian Pointner | 2014-02-08 | 1 | -1/+0 |
| | |||||
* | fixed errors introduces by white space cleanup | Christian Pointner | 2014-02-08 | 2 | -8/+9 |
| | |||||
* | * inital commit for RAIL mode | Christian Pointner | 2014-02-07 | 41 | -275/+315 |
| | | | | | | | | | - added information about it at manpage - updated output for --help * white space cleanups * updated copyright header | ||||
* | created branch for RAIL mode | Christian Pointner | 2014-02-07 | 0 | -0/+0 |
| | |||||
* | added clang support | Christian Pointner | 2012-09-25 | 4 | -12/+24 |
| | |||||
* | -Wall cleanup | Christian Pointner | 2012-09-25 | 9 | -11/+23 |
| | |||||
* | configure script cleanup | Christian Pointner | 2011-03-10 | 1 | -8/+11 |
| | |||||
* | fixed typos at manpage | Christian Pointner | 2010-12-14 | 2 | -6/+6 |
| | |||||
* | added length field to udp_endpoint_t | Christian Pointner | 2010-11-29 | 3 | -46/+32 |
| | | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string | ||||
* | fixed bugged in udp_endpoint_to_string | Christian Pointner | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | fixed typo | Christian Pointner | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | fixed build | Christian Pointner | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | small refactoring | Christian Pointner | 2010-10-03 | 1 | -5/+5 |
| | |||||
* | blocking SIG_PIPE and SIG_CHLD by default | Christian Pointner | 2010-10-03 | 1 | -2/+9 |
| | |||||
* | fixed configure (no svn error output) | Christian Pointner | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | fixed spelling errors | Christian Pointner | 2010-02-17 | 2 | -3/+3 |
| | |||||
* | fixed init.d script Required-Start and Stop | Christian Pointner | 2010-02-17 | 1 | -2/+2 |
| | |||||
* | updated changelog for release | Christian Pointner | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | further manpage cleanup | Christian Pointner | 2010-02-11 | 2 | -4/+4 |
| | |||||
* | updated copyright year | Christian Pointner | 2010-02-11 | 36 | -36/+36 |
| | |||||
* | cleaned up manpage | Christian Pointner | 2010-02-11 | 2 | -100/+100 |
| | |||||
* | cleaned up initscript | Christian Pointner | 2010-01-24 | 1 | -7/+7 |
| | |||||
* | cleaned up initscript | Christian Pointner | 2010-01-24 | 1 | -8/+4 |
| | |||||
* | updated Readme | Christian Pointner | 2010-01-16 | 1 | -0/+1 |
| | |||||
* | fixed typo | Christian Pointner | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | updated ChangeLog | Christian Pointner | 2010-01-16 | 1 | -1/+4 |
| | |||||
* | got rid of V4_MAPPED stuff | Christian Pointner | 2010-01-16 | 2 | -25/+0 |
| | |||||
* | multi sockets work now | Christian Pointner | 2010-01-16 | 3 | -18/+67 |
| | |||||
* | listening on multiple sockets now | Christian Pointner | 2010-01-16 | 3 | -55/+62 |
| | |||||
* | changed name of udp structure | Christian Pointner | 2010-01-16 | 3 | -42/+59 |
| |