Don't let make write the filename into the output
[paraslash.git] / client_common.c
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-18 Andre NollUse symbolic names for loglevels and clean up the ggo...
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2009-01-09 Andre NollMerge commit 'meins/master'
2008-09-30 Andre NollImplement better error diagnostics for para_client.
2008-04-06 Andre NollFix NULL pointer dereference for stdin commands.
2008-03-31 Andre NollDocumentation updates and cleanups.
2008-03-30 Andre NollSimplify the scheduling code.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-12-22 Andre NollMake client_pre_select() and client_post_select() static.
2007-12-22 Andre Nollclient_common.c: Trivial cosmetic cleanups.
2007-12-22 Andre Nollclient_common.c: Kill invalid FIXME.
2007-12-22 Andre Nollclient_common.c: Add a comment to client_connect().
2007-12-15 Andre NollReplace eof by error in receivers/filters/writers.
2007-12-03 Andre NollMerge commit 'remotes/fml/master'
2007-11-30 Gerrit Renker03_TCP-socket-functions.diff
2007-11-25 Andre NollIntroduce tcp_connect().
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename mark_fd_nonblock() to mark_fd_nonblocking().
2007-09-28 Andre NollEven more typo fixes.
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-09-15 Andre Nollreplace para_connect() by PARA_CONNECT.
2007-09-08 Andre NollMake afs commands work.
2007-08-06 Andre NollDon't use depricated xxx_cmdline_parser_configfile().
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-02-13 Andre Nollfix client args info memory leak
2007-02-06 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash_meins...
2007-02-05 Andre Nollclient_common.c: invalidate the private client data...
2007-02-04 Andre Nolluse own version handler for all commands.
2007-02-04 Andre Nollclient: combine client_open() and client_parse_config()
2006-08-11 Andre NollMerge /fml/ag-raetsch/home/maan/scm/paraslash/ into...
2006-07-13 maanMerge branch 'master' into my-osx
2006-07-12 AndreFix two fd leaks
2006-07-08 AndreSimpify client_post_select()
2006-06-24 maanMerge branch 'master' into my-osx
2006-06-21 Andreclient_close(): disable crypt
2006-06-15 Andredoxify client.h
2006-06-15 Andreclient_common.c: clean up log messages
2006-06-15 Andregui: mark all fds used for select() as non-blocking.
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andreintegrate para_client into para_audiod
2006-06-15 AndreFix some format string warnings on Max OS
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-15 Andresplit client.c