summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added rail for remote resolvingChristian Pointner2014-02-131-19/+44
|
* introduced socket indexes for easier debuggingChristian Pointner2014-02-132-7/+14
|
* removed useless remote_end_to_stringChristian Pointner2014-02-133-22/+48
| | | | | | added rail version vor udp_write
* small refactoringChristian Pointner2014-02-111-6/+12
|
* fixed remote socket resolvingChristian Pointner2014-02-111-13/+20
|
* fixed memory error at udp_endpoint_to_stringChristian Pointner2014-02-111-1/+1
|
* listening in multiple sockets works nowChristian Pointner2014-02-111-4/+31
|
* moved local socket resolver to subroutineChristian Pointner2014-02-111-8/+16
|
* depending on rail mode call update_remote before or after seq_window checkChristian Pointner2014-02-111-1/+5
|
* fixed typos at manpageChristian Pointner2014-02-102-6/+7
|
* added explicit option for RAIL modeChristian Pointner2014-02-107-9/+33
|
* clang --analyze yielded bugsChristian Pointner2014-02-102-4/+2
|
* moved less invasive check for mux value to the topChristian Pointner2014-02-101-9/+7
|
* improved handling of sequence numbers (only increment if packet is sent)Christian Pointner2014-02-101-5/+4
|
* moved remote end handling and active sock to udp.cChristian Pointner2014-02-093-28/+47
|
* remote end is now stored at every sockChristian Pointner2014-02-093-19/+24
|
* refactored nameChristian Pointner2014-02-093-3/+3
|
* fixed help outputChristian Pointner2014-02-081-2/+2
|
* reverted clean target for docChristian Pointner2014-02-081-1/+0
|
* fixed errors introduces by white space cleanupChristian Pointner2014-02-082-8/+9
|
* * inital commit for RAIL modeChristian Pointner2014-02-0741-275/+315
| | | | | | | | | - added information about it at manpage - updated output for --help * white space cleanups * updated copyright header
* created branch for RAIL modeChristian Pointner2014-02-070-0/+0
|
* added clang supportChristian Pointner2012-09-254-12/+24
|
* -Wall cleanupChristian Pointner2012-09-259-11/+23
|
* configure script cleanupChristian Pointner2011-03-101-8/+11
|
* fixed typos at manpageChristian Pointner2010-12-142-6/+6
|
* added length field to udp_endpoint_tChristian Pointner2010-11-293-46/+32
| | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string
* fixed bugged in udp_endpoint_to_stringChristian Pointner2010-11-261-1/+1
|
* fixed typoChristian Pointner2010-11-031-1/+1
|
* fixed buildChristian Pointner2010-10-031-1/+1
|
* small refactoringChristian Pointner2010-10-031-5/+5
|
* blocking SIG_PIPE and SIG_CHLD by defaultChristian Pointner2010-10-031-2/+9
|
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
|
* fixed spelling errorsChristian Pointner2010-02-172-3/+3
|
* fixed init.d script Required-Start and StopChristian Pointner2010-02-171-2/+2
|
* updated changelog for releaseChristian Pointner2010-02-161-1/+1
|
* further manpage cleanupChristian Pointner2010-02-112-4/+4
|
* updated copyright yearChristian Pointner2010-02-1136-36/+36
|
* cleaned up manpageChristian Pointner2010-02-112-100/+100
|
* cleaned up initscriptChristian Pointner2010-01-241-7/+7
|
* cleaned up initscriptChristian Pointner2010-01-241-8/+4
|
* updated ReadmeChristian Pointner2010-01-161-0/+1
|
* fixed typoChristian Pointner2010-01-161-1/+1
|
* updated ChangeLogChristian Pointner2010-01-161-1/+4
|
* got rid of V4_MAPPED stuffChristian Pointner2010-01-162-25/+0
|
* multi sockets work nowChristian Pointner2010-01-163-18/+67
|
* listening on multiple sockets nowChristian Pointner2010-01-163-55/+62
|
* changed name of udp structureChristian Pointner2010-01-163-42/+59
|
* updated manpage (added -U|--debug)Christian Pointner2010-01-152-2/+21
|
* added --debug cmd line optionsChristian Pointner2010-01-142-0/+10
|