filter: Force a minimal select timeout if something was converted.
[paraslash.git] / net.c
2009-04-25 Andre NollMerge branch 'master' into next
2009-04-25 Andre Noll[net]: Fix buffer overflow in send_cred_buffer().
2009-03-02 Andre NollMerge commit 'meins/master'
2009-02-28 Andre NollDefine _GNU_SOURCE to get the ucred structure.
2009-02-28 Andre NollMerge branch 'gerrit'
2009-02-28 Gerrit RenkerAuxiliary functions to parse and validate parts of...
2009-02-16 Andre NollMerge commit 'fml/master'
2009-02-16 Gerrit RenkerSupport for UDPv4/v6 multicast streaming
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-10 Andre NollReplace the ortp sender/receiver by the generic udp...
2009-01-09 Andre NollMerge commit 'meins/master'
2008-11-22 Andre NollFix an off-by-one bug in recv_pattern().
2008-05-14 Gerrit Renker[NET]: Bug-fix for getaddrinfo()
2008-03-17 Andre NollMerge commit 'remotes/meins/master'
2008-03-15 Andre NollMove write_all() from net.c to fd.c.
2008-03-15 Andre Nollnet.c: Rename sendall() to write_all().
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-02-09 Andre Nollnet.c: Fix error messages in makesock().
2008-02-01 Andre Nollsendall(): Replace send() by write().
2008-01-17 Andre Nollnet.c: Fix a memory leak in makesock().
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2008-01-07 Andre NollMerge commit 'remotes/yangtse/master'
2008-01-07 Andre NollFix gcc-warning on Solaris.
2007-12-17 Gerrit Renker02_HTTP_access-list.diff
2007-12-03 Andre Nollnet.c: Make host_and_port() static.
2007-12-03 Andre Nollnet.c: Fix a doxygen warning and trivial coding style...
2007-12-03 Andre NollTrivial whitespace cleanups.
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-12-03 Andre NollFix compilation on NetBSD.
2007-11-30 Gerrit Renker06_Unix-Domain-Sockets.diff
2007-11-30 Gerrit Renker03_TCP-socket-functions.diff
2007-11-30 Gerrit Renker02_Reverse-lookup-support.diff
2007-11-30 Gerrit Renker01_IPv6-Basic-Support.diff
2007-11-25 Andre Nollnet.c: Typo.
2007-11-25 Andre NollRename init_tcp_socket() to tcp_listen() and further...
2007-11-25 Andre NollIntroduce tcp_connect().
2007-11-25 Andre Nollnet.c: Cosmetics.
2007-11-25 Andre NollKill E_ACCEPT.
2007-11-25 Andre NollGet rid of E_SEND.
2007-11-25 Andre NollGet rid of E_RECV.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre Nollnet.c: Return proper error value in recv_bin_buffer().
2007-10-26 Andre Nollnet.c: Add missing newline in debaug message.
2007-10-07 Andre NollOnly declare error codes that are safe to use.
2007-10-06 Andre NollAdd more documentation.
2007-09-22 Andre Nollnet.c: Fix a typo and improve send_bin_buffer() docu.
2007-09-15 Andre Nollreplace para_connect() by PARA_CONNECT.
2007-09-14 Andre Nollrc4: Round up output buffer size.
2007-09-08 Andre NollMake afs commands work.
2007-09-02 Andre Nollnet.c: Improve documentation of struct crypt_data.
2007-09-02 Andre Nollnet.c: Fix a fd leak in create_local_socket().
2007-09-02 Andre Nollnet.c: Fix a typo in the documentation.
2007-09-02 Andre Noll[TRIVIAL]: rename create_pf_socket() to create_local_so...
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-05-26 Andre Nollbe more carful wrt. signed vs. unsigned argument passing
2007-01-05 Andrenet.c: More documentation improvements
2007-01-05 Andrenet.c: some documentation fixes
2006-10-10 AndreMerge ../paraslash.fml/paraslash
2006-10-10 Andre Nolltypo
2006-08-20 Andre NollKill dummy ucred struct
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-08-03 Andre Nollmake para_accept() more robust
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-23 Andrefix gcc warnings on shadowed declarations
2006-06-21 Andrefix memset bug in enable_crypt()
2006-06-15 Andredoxify client.h
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andresplit client.c
2006-06-15 Andreinit_tcp_socket: close socket fd on errors
2006-06-13 Andrefix documentation of get_host_info()
2006-06-12 AndreMake crypo a per fd feature
2006-06-06 Andrepara_client: use the error subsystem
2006-05-06 AndreMerge branch 'master' into aac
2006-05-06 Andrefix error log message
2006-05-01 Andrefix trivial compiler warning in net.c
2006-04-30 Andrenet.c: fix ifdef UCRED madness
2006-04-29 Andreadd a notice message if the expected pattern was not...
2006-04-19 Andrenet.c: make it compile without ucred
2006-04-15 Andreavoid struct ucred in audiod.c
2006-04-15 Andrerecv_cred_buffer typo: Return proper error number
2006-04-08 Andrefurther header cleanup
2006-03-26 Andreuse const qualifiers where possible
2006-03-09 AndreMerge branch 'no_colon_separators'
2006-03-07 AndreMerge branch 'xf_64_compile_warning_fixes'
2006-03-06 Andreanother %d -> %zd fix
2006-03-05 Andrepara_accept(): Use socklen_t instead of size_t
2006-02-27 Andreno need to include gcc-compat.h twice
2006-02-20 Andreinitial git commit